On 12 Sep 2008, at 21:59, Alan Mackenzie wrote:
...
/etc/resolv.conf:
######################################################################
###
# Generated by dhcpcd for interface eth0
search Speedport_W_700V
nameserver 192.168.2.1
######################################################################
###
I might remove the "search" line. That tells your computer to search
for google.com.Speedport_W_700V if no IP address is found.
I do # route (as root), and get this:
######################################################################
###
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 0
0 0 eth0
loopback * 255.0.0.0 U 0
0 0 lo
default speedport.ip 0.0.0.0 UG 0
0 0 eth0
######################################################################
###
I'd also specify 192.168.2.1 as the default route explicitly, rather
than by name.
Stroller.