How to config dhcpv6 server to assign multiple subnet address

shirley zhou szhou at redhat.com
Fri Mar 12 03:24:41 UTC 2010


Hi, All

I want to config dhcpv6 server to assign two subnet address.
My config file as following:

The global address of dhcp server is : 3ffe:501:ffff:104::XX
#cat /root/dhcp6s.conf
subnet6 3ffe:501:ffff:104::0/64 {
range6 3ffe:501:ffff:104::10 3ffe:501:ffff:104::20;
}
subnet6 3ffe:501:ffff:103::0/64 {
range6 3ffe:501:ffff:103::10 3ffe:501:ffff:103::20;
}

My command is:#dhcpd -6 -cf /root/dhcp6s.conf eth0

And after I run dhclient service in dhcpv6 client, I get a global 
address 3ffe:501:ffff:103::20. While I can not ping dhcpv6 server global 
address from dhcpv6 client.

I do not know how to resolve this problem. Would you please help me to 
check the issue? Thanks in advance!

Best Regards,

Shirley




More information about the dhcp-users mailing list