Package: dhcp3-client
Version: 3.1.3-2
Severity: important
Tags: patch
User:     [email protected]
UserTags: debian-edu

In Debian Edu, we have adjusted the DHCP client configuration to
request a bit more information from the DHCP server.  The options
log-servers, smtp-server, www-server and wpad-url are added.  Would it
be possible to change the default DHCP client configuration to include
these options?

Setting severity to important, to reflect the severity of the Debian
Edu parent bug (#311188) related to this issue.  I realise that if
only seeing this problem from the viewpoint of the dhcp package, the
severity would probably be wishlist, but hope you can see that it is
am important issue for us to get fixed.

Here is a patch adding the options to the dhclient.conf file.

diff -ur dhcp3-3.1.3/debian/dhclient.conf dhcp3-3.1.3-pere/debian/dhclient.conf
--- dhcp3-3.1.3/debian/dhclient.conf    2010-06-26 11:14:21.000000000 +0200
+++ dhcp3-3.1.3-pere/debian/dhclient.conf       2010-06-26 11:13:48.000000000 
+0200
@@ -21,7 +21,8 @@
 request subnet-mask, broadcast-address, time-offset, routers,
        domain-name, domain-name-servers, domain-search, host-name,
        netbios-name-servers, netbios-scope, interface-mtu,
-       rfc3442-classless-static-routes, ntp-servers;
+       rfc3442-classless-static-routes, ntp-servers,  log-servers,
+       smtp-server, www-server, wpad-url;
 #require subnet-mask, domain-name-servers;
 #timeout 60;
 #retry 60;

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to