NavigationUser loginWho's onlineThere are currently 1 user and 28 guests online.
Online usersHighest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtOnly to the white man was nature a wilderness. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Cannot access network through eth0Newbie user... do be gentle. * I have almost zero-speed LAN and internet connectivity. (Max. 500 BPS, that too in short bursts) * My network settings detect eth0 and it is activated. Quote:
* Following some advice, I turned off and blacklisted ipv6, to no avail. |
Re: Cannot access network through eth0
Hi Manu
The first requirement is that your driver should be loaded properly.
The second is that your settings are put correctly for ip, gateway etc. (sometimes if one of these is not correct also you can have problem).
If net is detected properly after booting in running "dmesg|grep eth0" should give you results something like this:-
eth0: Broadcom 4400 10/100BaseT Ethernet 00:16:d4:d7:61:3a
ADDRCONF(NETDEV_UP): eth0: link is not ready
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Your module name maybe different from b44 though. Correct connection should be there like it shows up. Link shall be up if configured properly.
If he is going directly for loopback it seems to be an improper setting.
Use any graphical setting tool like kontrol panel or Settings->Networking and ensure these are set:-
1. IP
2. Default Gateway
3. Subnet mask
4. DNS Server Addresses.
If your isp is allowing you dhcp then you can do dhcp instead of manually setting these values.
once this is done correctly you shall be able to connect to internet.
Regards
Hildebrand