can't get connected on Ubuntu - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Network Problems (https://www.linux-noob.com/forums/forum-58.html) +--- Thread: can't get connected on Ubuntu (/thread-2173.html) Pages:
1
2
|
can't get connected on Ubuntu - znx - 2006-02-11 Quote:No one replies. Does it man those settings look ok? weee.. I'll wave my hand at it ;) Code: route -n : eeek .. where is your loopback? :x should have another entry like: Code: 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo did you just not paste it? Code: lo Link encap:Local Loopback 259 ok.. so you might just not have pasted it Correct this with .. if its missing! Code: route add -net 127.0.0.0 Code: Router IP is 192.168.0.1[/quote] hrmm . no errors .. and nothing receive.. i figure that you are able to send out.. Try this Code: ping -c 3 www.google.com The first will work if you have DNS and web.. the second will work if you have web. can't get connected on Ubuntu - z0ny - 2006-02-11 And you can't ping 192.168.0.1? Do you have a 10 MBit card? If not try setting the mode manually using 'mii-tool -F 100baseTx-FD eth0'. can't get connected on Ubuntu - grandzu - 2006-02-26 well, I didn't have loopback in my route. I tried to add it but I get an error: SIOCADDRT: wrong argument pings don't work Yes, my card is 10Mb/s - its a BNC network |