This is a discussion on Re: DHCPD Woes within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In article <icsqjv4i80k1flgqa1baebeinvt6ffejod@4ax.com>, Trouble@Mill wrote: > option domain-name "BogoLinux.net"; > option domain-name-servers The-Tardis.BogoLinux.net; ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In article <icsqjv4i80k1flgqa1baebeinvt6ffejod@4ax.com>, Trouble@Mill wrote: > option domain-name "BogoLinux.net"; > option domain-name-servers The-Tardis.BogoLinux.net; > > option subnet-mask 255.255.255.0; > default-lease-time 6000; > max-lease-time 7200; > > subnet 192.168.0.0 netmask 255.255.255.0 { > range 192.168.0.201 192.168.0.220; > option broadcast-address 192.168.0.255; > option routers The-Tardis.BogoLinux.net; > } Looks to me you're missing something like: ddns-update-style ad-hoc; Are you sure dhcpd doesn't bitch about it when "started" (in fact it does not start when it does that). - -- New crypt. See /usr/news/crypt. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/PgjmqV1uRRMUN/wRAi3AAJ45/0Ps0yEVAFY1CxaN9jF1lZA1DQCfUw6l xueuFz37PpmWORKE8Affq88= =mayN -----END PGP SIGNATURE----- |
| |||
| On Sat, 16 Aug 2003 12:35:18 +0200, Bilbo wrote: > In article <icsqjv4i80k1flgqa1baebeinvt6ffejod@4ax.com>, Trouble@Mill wrote: >> option domain-name "BogoLinux.net"; [Snip - dhcpd.conf file] > Looks to me you're missing something like: > > ddns-update-style ad-hoc; That is new though. You didn't have to do that with older versions. > Are you sure dhcpd doesn't bitch about it when "started" (in fact it > does not start when it does that). Can't speak for the OP - but i've just tested the OP's config (with the adjustments i posted) and it only works with the line you posted in plase. This is using slack 9.0 and a HP jetdirect print-server BTW. Thanks. -- -Menno. |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In article <pan.2003.08.16.21.05.21.504295@desktop.local>, Menno Duursma wrote: >> >> ddns-update-style ad-hoc; > > That is new though. You didn't have to do that with older versions. Yes I know, bit me in the ass too it out for you if you're willing to read the error message. I'm not yet quite happy with it though, now I've got all sorts off ddns error messages in my logs about dhcpd not being able to update. Will have to look into that when I've got some time to spare for it. - -- "There is hopeful symbolism in the fact that flags do not wave in a vacuum." -- Arthur C. Clarke -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/P0FKqV1uRRMUN/wRAnJmAJ97taegfdO4eddPh2YamFgUI8hIgwCePQFr QwRRFl5w4cE/oAUDooqgj3U= =t4+z -----END PGP SIGNATURE----- |