DHCPV6 Problems

Niall O'Reilly Niall.oReilly at ucd.ie
Wed Jul 18 09:36:09 UTC 2007


On 18 Jul 2007, at 10:02, Birenbaum, Moran wrote:

> The address on which I want to accept the DHCP messages is on
> 2001:200::30 on eth0 (I have other addresses on that interface).

	Caveat: my experience is so far limited to IPv4 configurations.

	I expect you need to configure a 'shared-network' containing
	a 'subnet' for _each prefix_ you use on that interface.
	Here's an example from our live configuration;  you'll have
	to adapt it to your circumstances, including "sixifying" it.

     shared-network NAME-OBFUSCATED {
         subnet 137.43.163.0 netmask 255.255.255.0 {
             option subnet-mask 255.255.255.0;
         # more stuff ...
         };

         subnet 10.137.163.0 netmask 255.255.255.0 {
             option subnet-mask 255.255.255.0;
         # more stuff ...
         };
     };


	Best regards,

	Niall O'Reilly
	University College Dublin IT Services

	PGP key ID: AE995ED9 (see www.pgp.net)
	Fingerprint: 23DC C6DE 8874 2432 2BE0 3905 7987 E48D AE99 5ED9







More information about the dhcp-users mailing list