NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
dhcp server + router informationIn spite of having routers lines in dhcpd.conf host sidux { my laptop running sid does not pick up any route when I can run a script to add the local wired route, and the router When I run wireshark, it shows some IGMP and MDNS traffic (actually a lot avahi-daemon is running locally on the server, but according to netstat it Could it be that the dhcp server is not providing the router to the client because |
maybe dhcp3 is passing it?
/var/lib/dhcpcd/dhcpd-eth0.info has
GATEWAYS='192.168.3.152'
among a bunch of other correct shell variables, so that must have come in with the dhcp lease.
There is no post-up option for dhcp mode in /etc/network/interfaces, so what is supposed to be running a /sbin/route with the information from the lease? Does /etc/dhcpcd.sh fill the role?
What if I were (still) using dhcp3-client instead of dhcpd?
Is there something equivalent to /etc/dhcpcd.sh there?
arrrrgh!
The subnet-mask was wrong in the dhcpd.conf . It should be 255.255.255.0 (not 255. x4 ). I took it as the mask that corresponds to the address handed out; it needs to be the one for the local net. It works fine with that change.