From: Kurt Wall <[EMAIL PROTECTED]> Date: Wed, 9 Mar 2005 20:26:39 -0500
On Wednesday 09 March 2005 19:49, Graham Jenkins enlightened us thusly: > Couple of issues with dhcpcd .. > > 1) It doesn't execute what it finds in /etc/dhcpc/dhcpd-eth0.exe .. > doesn't seem to like the '.exe' suffix. > 2) It doesn't acquire names of NTP servers .. even though they are > available, and > can be acquired by dhclient on NetBSD. > > Any suggestions?
For the NTP server, add
request subnet-mask, broadcast-address, domain-name, \ domain-name-servers, host-name, ntp-servers;
to /etc/dhclient.conf to specify the options you want.
Kurt
Great theory dude. That's how you do it with dhclient. But it doesn't work with dhcpcd (just tried it!). Any other ideas?
G.
_______________________________________________ Slackware mailing list [email protected] http://www.kurtwerks.com/mailman/listinfo/slackware
