hotplug, resolve.conf and route
After an upgrade to testing (debian), hotplug et al doesn't update resolve.conf and the routes.
eth0 is using dhcp, the ip address is correctly updated but the rest is left out.
/etc/networks/interfaces looks like
mapping hotplug
script grep
map eth0
auto eth0
iface eth0 inet dhcp
name Ethernet LAN card (I assume hotplug threw this line in)
route -n results in
$ /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
resolve.conf only has the static information I put in because itwas empty.
Thanks
Chris
|