If you run the "route" command, you should see output like this:
Quote:
tom@deathstar:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
default 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
tom@deathstar:~$
|
Note the "default" line at the bottom of the output. Does your "route" command output look similar? Also, in your ifconfig (IPv4) output above, I noticed a 'G' in one of the error counts. I wonder what that is.
Peace...