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.