Score:0

How can we add multiple pool in wide-dhcp6s server configuration file

cn flag

I am using wide-dhcp6s as dhcpv6 server in my linux pc, i am trying to add 2 pools but only one pool is working. my configuration is shown below.

interface bdg3
{
allow rapid-commit;
address-pool pool1 86400 86400;
address-pool pool2 86400 86400;

preference 255;
};
pool pool1 {
 range 2001::1 to 2001::2; 
}; 
pool pool2 {
 range 2001::10 to 2001::20; 
}; 

but my clients get pool2 ip's only, how to add multiple pool properly

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.