Networking :: Cable Modem - Losing Connection - Resolved By DHCP Request

Dec 12, 2010

Running 2.6.29-gentoo-r1 on a Sun Ultrasparc 10 with a Sun Happy Meal on eth0 connected directly to my cable modem. Intermittently, with a frequency between a few hours and a few days, I lose internet connectivity. Running ifconfig eth0 indicates all is well and I have a valid IP address but I cannot even ping the cable modem's management address; pings to 127.0.0.1 and eth0's IP address do get a reply but no other address I've tried does. I can 'fix' the problem by issuing

Code:

If I check the CM logs, it appears that it has rebooted itself prior to the loss of connectivity. The strange thing is that the incoming traffic doesn't seem to be affected by this, my PSAD log is full of incoming scans even during the periods when I can't connect to the net. I suspect this is an ISP problem (they own the CM);

View 2 Replies


ADVERTISEMENT

Networking :: Cable Modem Connection Fails - Static Route Disappears

Jan 24, 2011

Running Gentoo with kernel 2.6.29 on a Sparc Ultra 10. I'm having problems with my cable modem connection failing, so I've added a static route that enables me to log into the modem's diagnostics page at 192.168.100.1 when the connection drops; my /etc/conf.d/net looks like this (with the comment lines removed).

Code:
dns_domain_lo="MYNETWORK"
config_eth1=("192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255")
config_eth0=("dhcp")
routes_eth0=(
"192.168.100.1/32 via 0.0.0.0"
) dhcpcd_eth0="-N"

This works but after a period of several hours to several days, this static route disappears from the routing table.

View 1 Replies View Related

Networking :: DHCP Server - Losing Static IP Address

Nov 10, 2010

I have an Ubuntu Server 10.04.1 that I have given a static IP address. Every six hours or so I will lose connectivity to it and when I type ifconfig to look at the network information, it has been given an address via dhcp. If I run the /etc/init.d/networking restart command the IP address goes back to my static address and things are fine for another 6 hours or so. Here is what is in my interfaces file:

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.60.82.15
netmask 255.255.0.0
broadcast 10.60.255.255
gateway 10.60.254.254

This machine is also a DHCP server and I checked to make sure there are no other DHCP servers on my network. Right now my fix is to have a Cron job running that runs the reset command every 5 hours, but I would like to find a more permanent solution.

View 8 Replies View Related

Networking :: Host Not Responding To DHCP Request?

May 18, 2009

I am running a 2 NIC system with the routing table for eth0 allows user access to the internet,etc. and eth1 routes to another private network (192.168.x.x). eth1 is configured to handle DHCP requests.When a device connected via eth1 boots, it requests an IP from the DHCP server. Using tcpdump, eth1 is receiving the request but is not offering a lease.dhcp.conf seems to be configuring the DHCP service correctly. and dhcpd is running.The host is running Red Hat Enterprise Linux (Server Edition) 5.1. Perhaps I need to modify fire-wall rules (or disable them on eth1 altogether)?

View 2 Replies View Related

Networking :: Skip DHCP Request When Interface Is Down?

Apr 26, 2010

Google is full of users which cannot get a DHCP address So no matter what search term I use, I only see solutions which do not apply to this problem. I am running Debian Squeeze on a netbook eeePC 1001P I have a wireless interface and a wired interface defined in /etc/network/interfaces:

Code:

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp

[code]....

Both interfaces WORK! When I have plugged in a cable, eth0 acquires and gets an IP, when I am in reach of the WiFi, wlan0 gets an IP address. Now when I want to use only wireless, and I have no LAN connected, this is what happens at boot:

Code:

ADDRCONF(NETDEV_UP): eth0: link is not ready
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5

[code]....

This is fine, however it takes forever (I think 60 seconds) before DHCP decides to time out. That is awkward. This is my wife's computer and I cannot tell her to intervene manually when she is either in Wifi range or on the LAN. Why is dhclient called when it is detected that eth0 is not ready? How can I disable acquiring a DHCP address on an interface which is not ready? when a link is not ready, acquiring a DHCP address is skipped. How can I configure that? I have looked thru the ifup scripts, but nothing. Where do I see what is happening when the interface is auto eth0?

View 3 Replies View Related

Ubuntu Networking :: Sharing A Cable Modem ?

Apr 26, 2010

Linux box could act as a router? I have one machine running ubuntu, another running windows 7, a cable modem and a switch. Is it posible to share the connection between both computers by making the linux box a "router"?

View 7 Replies View Related

Ubuntu Networking :: Connecting Through A Cable Modem?

Jun 23, 2010

I am using ububntu 9.10,and have a cable modem internet connection. All I have is an ethernet cable given to me,and when plugged in a windows machine and fire a browser am redirected to default login page where i can login, but when i plug it into my linux machine,i cant get the same done. In network connections it doesnt shows my autoeth0, i have deleted my existing dsl settings(not autoeth0),made a new wired network,i doubt what should i put into MAC addrs field(i have put my machines mac given by lshw -c network.) What should I put in DHCP client id? Anyways when i click on network connections it says under my wired connections-device not configured properly.

View 6 Replies View Related

Ubuntu Networking :: Cable Modem Networking - Can't Connect To Each Other On The Home Network

Feb 14, 2010

I just got connected to Charter Cable Internet service a few days ago and I'm having a weird problem with my home network. Prior to this my network worked fine. On my network I have a desktop running Ubuntu 9.10/64 and Virtualbox with WinXP installed, an HTPC with Ubuntu 9.10/32 installed and a laptop dual booted with Ubuntu 9.10/32 and WinXP. The desktop and HTPC are hard wired to a wireless router and the laptop is wireless. The cable modem is hard wired to the router. I have samba installed and UFW is disabled. The problem is: with the cable modem turned off or on standby, all machines connect to each other and can transfer files, etc just fine but when I activate the cable modem all of the machines can connect to the Internet but the machines running Ubuntu can't connect to each other on the home network. If I boot the laptop into Windows, it can connect to the Linux machines just fine but if I boot it into Linux, it won't connect to the Linux machines but it can connect to the Internet and as far as the desktop, Ubuntu won't connect to the network but Windows running in the Virtualbox with bridged networking can connect to all of the machines.

View 2 Replies View Related

Ubuntu Networking :: ZModem Link Over Null Modem Cable ?

Mar 28, 2011

I am writing a simple script which will transmit files over a serial connection. I have simplified the setup to test the solution, so the final configuration will be a bit more complicated.

Current setup:
1. 2 RS232 com ports connected with a null modem in between.
2. Open minicom on both
3. Put in 19200,8,N,1 as parameters
4. Open text travels both ways
5. Files sent over Zmodem transfer well.

Both serial adapters are USB, but I tried it also with real com ports, and same story. For simplicity, I will call one adapter "receiving" and the other "sending" to signify from which side I want to send the files through zmodem.

Then I close minicom on the "sending" site without reseting the port (I have also tried setting everything up with stty)

On sending site:

Code:

I tried googling but no solution helps. Please do not try to suggest to use minicom on both sides, because this is going to be an unattended process in the end.

How to transfer a file with zmodem using rz and sz without minicom.

View 2 Replies View Related

Ubuntu Networking :: Ethernet Cable Modem Can't Connect To Internet

May 4, 2011

I am using a cable modem wired to my PC via ethernet. My ISP is Road Runner, through Time Warner Cable.

I entered my IP address, Netmask, and DNS Servers into the network, not using DHCP. This was how I was able to achieve a network connection.

I am connected to the modem, but I cannot get internet.

Here are my stats:

View 7 Replies View Related

Networking :: Ubuntu Picks Up Cable Modem - Puppy Doesn't

Jan 3, 2010

Ubuntu and Xubuntu read my Motorola Surfboard SBV5120 cable modem via USB "out of the box"; Puppy LInux doesn't. The computer I've run them on doesn't support ethernet, so it has to be via USB. what can I do to get Puppy online?

Computer: Systemax
Processor: AMD athlon
Memory: 189 Mb
Hard drive: 40 Gb

View 1 Replies View Related

Ubuntu Networking :: NetworkManager Won't Connect Wired Direct To Cable Modem

Jul 9, 2011

I cannot connect my Dell Inspiron 1300 through the NetworkManager "wired" connection, when I try to go direct to the cable modem. It fails to connect.

If I connect the cable modem to my (linksys WRT54GS) wireless router, and then connect my laptop to a wired port in the router, it connects in seconds, successfully.

This has happened to me 2 other times, when I tried to connect my laptop to a client's cable modem, because my client did not have a wireless router available, in their home.

My wireless works fine. This has me perplexed. I'm using Ubuntu 10.04 LTS and NetworkManager Applet 0.8

I've tried some things to see what is going on, such as "ifconfig" "dhclient" as well as modifying the "Auto eth0" parameters and adding my laptop's MAC address, etc. Results were no fix or solution. I feel like I'm headed down the wrong road. Would someone set me straight? I have a feeling this is simpler than I think.

Do I have to actually reset my own or someone's cable modem to get this to work? I don't want to do that unless there's no other way. Is there? Let me know what commands I can or should run.

View 1 Replies View Related

Networking :: Connect Nokia E51's Modem - Via. Data Cable - To Access GPRS

Jan 17, 2010

I have fedora 12 installed in my laptop. Can anyone plz tell me how to connect nokia E51's modem ( via. Data Cable) to access GPRS !

View 2 Replies View Related

Ubuntu Networking :: Connecting To The Internet Through A Lynksys Wireless G Router And A Cable Modem?

Aug 6, 2010

i'm having problems connecting to the internet unless i manually enter the IP info.

automatic DHCP does not work. I'm on a dual boot machine vista/ubuntu 10.04 LTS connecting to the internet through a lynksys wireless g router and a cable modem.

View 2 Replies View Related

Networking :: Connect Nokia Seimens C2110 ADSL Modem Through USB Cable In Fedora 11

Sep 19, 2009

My broadband internet connection came with a Nokia-Seimens C2110 Adsl modem. Please help me connect the modem through USB cable as the ethernet card is used to connect my computer(Asus- P5RD2 VM motherboard) to a different computer on LAN. I am in a fix and have no clue how to proceed.

View 1 Replies View Related

Networking :: Keep Losing Internet Connection

Feb 16, 2009

I'm using Xubuntu 8.10, network-manager, Atheros AR2413 802.11bg NIC, and Radeon Xpress 200M with open-source ati drivers.

My problem is that I'm frequently losing my internet connection--whether I'm wired or wireless. It happens most often when I'm watching a ..... video but it happens other times too. My cpu usage is high when watching ..... (70-100%), so that may have something to do with it but I'm here because I really don't know.

I started having this problem when I switched from the proprietary fglrx driver to the ati driver. I switched because my laptop was always freezing halfway through a movie using vlc/mplayer. The ati fixed this but gave me my current problem. I do not want to go back to fglrx.

Here's what I've done so far to try to fix it without success:

-tried using noapci boot option
-tried using a different router
-tried using wicd

When I lose the connection I still have a strong signal. My lshw and iwconfig outputs are the same as before I lose my connection. However, I cannot ping my router when I lose the connection. I have to reboot to reconnect.

View 5 Replies View Related

Networking :: Losing Internet Connection ?

Feb 11, 2009

I just installed fedora 10 on a machine with a netgear ga311 gigabyte Ethernet card. Usually when I start it up I have a connection but after 5 minutes I lose the connection.

View 4 Replies View Related

Ubuntu Networking :: Losing SSH Connection When VPN Is Activated?

Jul 6, 2010

A friend of mine is running Ubuntu. He used to run Windows XP, but he kept destroying it completely, and I soon got tired of fixing it for him. So I setup Ubuntu, and we're both happier people for it.BUT! The other day he asked me to setup a VPN (PPTP) connection to his workplace, which I promptly did. It also just works, except for one minor problem: When he fires up the VPN connection, I lose the ability to connect to his computer over SSH. As soon as he shutdown the VPN connection, I can once again log in over SSH.I use the SSH connection for basic maintenance and for tunneling port 5900 so I can assist him over VNC.

His nic is setup with DHCP. Gateway is 192.168.57.1. Port 22 is NAT'ed to 192.168.57.2, which is the IP his computer is assigned by the router (it's reserved to his MAC address).

When he connect the VPN, a new interface is created with the IP 192.168.1.32. I'm very much _not_ a network expert. I can manage the very basic stuff, but beyond that I'm quite lost.

View 1 Replies View Related

Networking :: Network Server (DHCP) - No Connectivity To Modem

May 4, 2010

Basically, I wanted to use the Bootp (PXE) protocol to boot a machine (my laptop) from my network instead of using USB/DVD boot medias to reinstall if need be. My router being a piece of crap, I couldn't setup the DHCP server to allow PXE packets. Confirmed from the manufacturer that it is not possible. Well for a $140 router, you would expect the opposite. Anyways, here I am with a small machine setup with Slack, no desktop environment (only CLI) and connected to my router (which I deactivated the DHCP) so the machine can act as a DHCP server. It works very well. However, I would like to install a few other utilities into that machine and for them to work, I need to put the machine between my cable modem and my router. Basically, here's the topology from outside):

Internet (ISP) --> Modem --> DHCP machine --> Router (no DHCP - acting as a switch) --> computers & printers

The problem is that I cannot connect to the modem from the computers on the network. Also I cannot access the internet (go on the WAN side) from the computers. From the computers (namely my laptop), I can ping the router, but cannot ping the interface where DHCP broadcast. Also I cannot ping the modem. From the router (using the web config page), I can ping the DHCP broadcast. From the DHCP machine, I can ping the modem. In the DHCP server, I setup the eth0 (the interface where the modem connect to) as a DHCP assigned IP so it can obtain the IP from the modem. The eth1 (the interface where DHCP broadcast) is static. All my machines obtains a IP from the DHCP machine without a hiccup.

View 13 Replies View Related

Ubuntu Networking :: Losing Internet Connection At Random?

Feb 2, 2010

I am running Karmic AMD64 on a homebrew desktop PC, but I also previously had this trouble on 32 bit with different hardware and on Ubuntu 9.04 and 8.10. The router is now an ADSL+ Thomson TG585n supplied by O2 and badged O2 Wireless box III. The PC has a direct ethernet connection. The router was replaced by O2 when the problem first appeared, as the Wireless box II was suspect. However, I still have the problem and it is getting more frequent.

The symptoms are these: I generally shut down the PC each night, and only fire it up again when needed, which is usually the following evening, but it remains on for most of the day at the weekend. Very often when started, I find I have no connectivity to the internet, and cannot retrieve my emails. Strangely though, the Skype connection is still present and works, although not every time. My wife's laptop is connected over the wireless link - and that STILL WORKS! Sometimes I can connect to the router interface, but sometimes I can't. I've never lost the connection while the PC is running.

I have tried everything I can find in the router (when I can connect) and also in the Systemreferences:Network Connections and also in System:Administration:Network Tools, but can't find anything that helps. A re-boot of the PC doesn't help. A re-boot of the router doesn't help. A hard reset of the router on it's own doesn't help. The only solution to restore the connection is a hard reset of the router (using the recessed reset switch in the back) followed by a re-boot of the PC.

Since the Skype service remains working, and the lights on the router remain normal and wireless service doesn't fail, I think this has to be a DNS server problem. In the previous release, Jaunty, I changed the DNS service to OpenDNS within Ubuntu, overriding the router's settings. That seemed to help a great deal, although there was still the occasional outage which might have been another cause. I can't find anything in the GUI interface in Karmic that will let me do this, and I can't now remember how I did that in Jaunty.

View 8 Replies View Related

Ubuntu Networking :: Losing Wired Connection Repeatedly?

Nov 1, 2010

I did a clean install of 10.10 just under a week ago and something is really wrong with my wired connection. I keep loosing all connectivity and have to connect again from the panel app. After that, every thing works again for about 30 to 60 seconds and the the connection goes again. No lost connection notification pop up or anything like that, but i cannot browse the web or download upgrades while the connection is gone.

Then the really weird part. Sometimes my connection works just fine. On some boots everything is fine for a long time (hours?) but then the problem comes back. My network card is an Intel 82567LF-2 and it uses the e1000e kernel module. I dual boot to Windows Server 2008 R2 and there I have full connectivity all the time.

View 1 Replies View Related

Networking :: Keep Losing Connection On Ethernet Card With Public IP's

Feb 11, 2009

I have a very strange problem with my Linux Router/Firewall machine where i keep losing my connection on the ethernet card.

I have installed a Debian 4 distro on a PC with 2 nics to create a router/firewall machine. On nic-1 i have connected the ADSL modem and on nic-2 a laptop for testing.

What i want is to build a DMZ with public IP addresses assigned to the servers in DMZ.

Schematic example:

Code:

We have a total of 16 Public IP's assigned to the ADSL modem from our ISP configured in routering mode. Unfortunately our new ISP does not support Bridge mode, otherwise i would not have this problem. (we had modem in bridge mode working fine with our old ISP, but they have stopped so we were forced to switch to another ISP. eth1 and eth2 both have public IP addresses from the modem set hardcoded in the /etc/network/interfaces on Linux pc and on my testlaptop in the DMZ (server-1) i have set another public IP (they all fall in the same network range) I have enabled IP forwarding on Linux router/firewall and for testing the firewall is set to allow all traffic.

When i try to ping the testlaptop in my DMZ from a remote machine outside in our datacenter i get no reply.

However when i run the following command: ip addr add xx.xx.xx.xx dev eth1 to assign the public IP i have chosen for the laptop to the inner nic (eth2) and then try to ping the testlaptop again from the remote machine it still does not reply ... but (and here is the most bizar thing)...

When i then run the following command: ip addr del xx.xx.xx.xx dev eth1 (where xx.xx.xx.xx is the ip of the testlaptop) and try to ping again from the remote machine then it seems to be working fine ... however only for a short time because then connection is lost somehow.

View 7 Replies View Related

Ubuntu Networking :: No DHCP Offers Received After Modem Change?

Jul 5, 2011

I used to connect to the internet via a Linksys router using the following terminal commands (Network Manager has never worked for me on any Ubuntu install):

Code:

sudo ifconfig wlan0 down
sudo dhclient -r wlan0
sudo ifconfig wlan0 up

[code]....

However, I recently changed the old modem + router for a new wireless modem (a Thomson TG585v8 ). Now, the result of that last command is this:

Code:

amosupremo@amosupremo:~$ sudo dhclient wlan0
Internet Systems Consortium DHCP Client V3.1.3

[code]....

No working leases in persistent database-sleeping. I've tried to connect in Natty(both Ubuntu and Kubuntu) and it's not working either.I also purged Network Manager and installed wicd and I managed to get an intermittent, slow connection.

1 ) Machine Brand and Model (PC/Laptop): No brand. I built it with the following specs:

AMD Athlon II X4 2.6GHz
2 HD: 100GB Sata (Ubuntu and XP64 install) / 80GB IDE (XP)
4GB RAM
Gigabyte Motherboard

2 ) Wireless Brand, Model and Wireless Chipset:

Code:

amosupremo@amosupremo:~$ lsusb
Bus 002 Device 005: ID 0ace:1201 ZyDAS 802.11b
Bus 002 Device 004: ID 049f:000e Compaq Computer Corp. Internet Keyboard

[code]....

3 ) check interface:

Code:

amosupremo@amosupremo:~$ ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:02:72:04:d0:04

[code]...

I am also attaching the wicd log. It contains a session where I got the intermittent connection. I stopped that connection and restarted it (with the same results) two times.

View 9 Replies View Related

Ubuntu Networking :: Slow Transfer Speeds And Connection Losing

May 24, 2010

My wireless network is giving me a fit. Slow transfer speeds and then I lose connection and have to reboot.

greg@greg-computer:~$ /sbin/ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:92 errors:0 dropped:0 overruns:0 frame:0
TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10214 (10.2 KB) TX bytes:10214 (10.2 KB)

wlan0 Link encap:Ethernet HWaddr 00:16:b6:5a:9c:a5
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::216:b6ff:fe5a:9ca5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13085 errors:0 dropped:0 overruns:0 frame:0
TX packets:9600 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15268450 (15.2 MB) TX bytes:2704035 (2.7 MB)

wmaster0 Link encap:UNSPEC HWaddr 00-16-B6-5A-9C-A5-00-00-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets: 0 errors:0 dropped:0 overruns:0 frame:0
TX packets: 0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes: 0 (0.0 B) TX bytes:0 (0.0 B)

greg@greg-computer:~$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wlan0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
greg@greg-computer:~$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.1.1
greg@greg-computer:~$

View 1 Replies View Related

Ubuntu Networking :: Randomly Losing Connection To Internet [Ath9k]?

Jun 30, 2011

Since I installed Ubuntu I've had this problem that makes me loose connection to the Internet. The wireless-icon on the panel starts loading, and after like 5 minutes, it works again.I had this problem when I had Mint 11, but it happened more often.Anyone know how to fix? Edit:Network: Card-1 Atheros AR9285 Wireless Network Adapter (PCI-Express) driver ath9k Card-2 Marvell 88E8040 PCI-E Fast Ethernet Controller driver sky2

View 2 Replies View Related

Ubuntu Networking :: Losing (dropping) Wireless Connection After Changing MAC Addr?

Aug 8, 2011

Sorry if this has already been solved;answered anywhere else - I tried looking it up but to no avail. The problem persists & the hints I found around the forum did not provide a solution to the case, neither other net solutions i looked up I run Winblows at the lab and sometimes take my Ubuntu PC with me. There is an open Wireless network where they set MAC permission, and there's no pwd to access. It so should be fairly easy to change m MAC and access it, right! No. I run ifconfig and macchange, successfully change my MAC addr BUT the connection drops! Then if I change it back (MAC to my original address) it goes back online. And yes, I shut down the service -- "ifconfig wlan0 down" and then up..WHAT ON EARTH am I doing wrong??? No webpages touch this 'trouble-frigging-shooting instance!

View 2 Replies View Related

Ubuntu Networking :: Direct Connection With A Cross Over Cable?

Jan 10, 2010

I've got a Laptop with wireless broadband connection which needs to be connected to a desktop machine so that the internet connection could be shared. Both has got Ubuntu 9.1. I don't have a router or a switch. I just need direct connection with a cross over cable.

View 5 Replies View Related

Ubuntu Networking :: Wireless And Cable Connection Same Time

Apr 7, 2010

I have a wireless connection with static ip 192.168.10.150 to connect to Internet through a modem / router ADSL ip Lan 192.168.10.1. I connect with no problems. I have a wired network in the office 172.16.17.0/24 to work with the servers. the router is 172.16.17.1, my connection eth0 with static ip 172.16.17.150 work, but Internet by Internet nothing. If i disconnect the cable i have Internet from wireless. ?? What i have to do to ,to received internet by wireless and be connected ate same time to my wired network by eth0 too.

all routers have DHCP active.

View 2 Replies View Related

Ubuntu Networking :: Wireless Connection Dies With No Cable

Apr 15, 2010

I recently installed the vt6656 wireless pci card that came with my zotac motherboard. I can associate with my ap and get an ip address successfully. When I disconnect my ethernet cable, however, my wireless interface stops responding (can't ping it). The box itself is in a place where I don't have a monitor connected to it so I cant see anything since my ssh session gets killed as soon as I disconnect the ethernet cable.

What would be the reason why the ehternet cable being unplugged, disconnects my wifi card as well? Does something get triggered? I did some testing with iptables, blocking the 8080 traffic to the wired interface, and noticed that the 8080 traffic also gets blocked to the wifi ip. I'm afraid that this never worked properly to begin with.

View 1 Replies View Related

Ubuntu Networking :: No Connection With 75ft Ethernet Cable?

Sep 21, 2010

I am trying to run a cable from my wireless router over a 75ft cat6 cable to my bedroom. I don't get any connection on my end and I don't have any other ideas. I did setup a m0n0wall box just to try. I got the network led on my server to light up in my room but nothing more than that. Lastly, I tried adding a 5 port switch in my room and then connecting that to my server and nada.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved