Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93956 - home router howto recommends obsolete dhcpd configuration
Summary: home router howto recommends obsolete dhcpd configuration
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 09:08 UTC by Jeff Ames
Modified: 2005-05-25 16:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Ames 2005-05-25 09:08:08 UTC
The home router howto says to use "ddns-update-style ad-hoc" with dhcpd, but
the dhcpd.conf man page says "The ad-hoc Dynamic DNS update scheme is now
deprecated and does not work."  It seems this should be "ddns-update-style interim" instead.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2005-05-25 09:37:42 UTC
Thanks for the feedback. Fixed in CVS.
Comment 2 SpanKY gentoo-dev 2005-05-25 12:45:34 UTC
stupid dhcp

i wanted to just omit the line, but iirc the server would complain about no
setting found if i did
Comment 3 Stuart Longland (RETIRED) gentoo-dev 2005-05-25 16:29:17 UTC
(In reply to comment #2)
> stupid dhcp
> 
> i wanted to just omit the line, but iirc the server would complain about no
> setting found if i did

Yeah... the setting for no DDNS is:

ddns-update-style none;

This has bitten me many times. :-/