Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can't get connected on Ubuntu
#11

Quote:No one replies. Does it man those settings look ok?
 

weee.. I'll wave my hand at it ;)

 



Code:
route -n :
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0        255.255.255.0        U     0      0        0 eth0
0.0.0.0         192.168.0.1     0.0.0.0                 UG    0      0        0 eth0




 

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
inet addr:127.0.0.1 Mask:255.0.0.0
..
RX packets:259 errors:0 dropped:0 overruns:0 frame:0
TX packets:259 errors:0 dropped:0 overruns:0 carrier:0




 

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]


[code]eth0 Link encap:Ethernet HWaddr 00:A0:24:89:04:F0
...
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0




 

hrmm . no errors .. and nothing receive.. i figure that you are able to send out..

 

Try this



Code:
ping -c 3 www.google.com
ping -c 3 66.102.9.147




 

The first will work if you have DNS and web.. the second will work if you have web.

Reply
#12
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'.
Reply
#13

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

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)