Score:0

How to add multiple pools to wide-dhcp6s server

na flag

i am using wide-dhcpv6s server in my linux pc i want to add multiple range of ip, is possible to add multiple pool?. If possible how to add multiple pool in configuration file. my configuration is shown below but it wont work. I got ip from pool 2 only

interface bdg3
{
allow rapid-commit;
address-pool 2001::1_2001::2 86400 86400;
address-pool 2001::4_2001::7 86400 86400;

preference 255;
};
pool 2001::1_2001::2 {
 range 2001::1 to 2001::2;
};

pool 2001::4_2001::7 {
 range 2001::4 to 2001::7;
};
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.