LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Setup ipv6 DHCP server for multiple subnets in Linux. Need help immediately!!!!! (https://www.linuxquestions.org/questions/linux-newbie-8/setup-ipv6-dhcp-server-for-multiple-subnets-in-linux-need-help-immediately-4175482666/)

lance_11235813 10-29-2013 12:59 PM

Setup ipv6 DHCP server for multiple subnets in Linux. Need help immediately!!!!!
 
I'm trying to setup ipv6 DHCP server for multiple vlans or subnets. However, the DHCPv6 server only works locally. I don't know how to configure the dhcp6s.conf file for another subnets. Below is my configuration.

vi /etc/dhcp6s.conf

interface eth0 {

server-preference 255;
renew-time 60;
rebind-time 90;
prefer-life-time 130;
valid-life-time 200;
allow rapid-commit;
option dns_servers 2001:420:30C:2102::2 ibm.com;

link AAA {
pool{
range 2001:420:30C:2102::3 to 2001:420:30C:2102::9/64;
prefix 2001:420:30C:2102::/64;
};

};
link BBB {
pool{
range 2001:420:30C:2103::3 to 2001:420:30C:2103::9/64;
prefix 2001:420:30C:2103::/64;
};

};
};

If anyones know how to configure the ipv6 DHCP server for multiple subnets, please let me know. Thanks : )

jkirchner 10-29-2013 02:07 PM

Reported as dupe of thread http://www.linuxquestions.org/questi...ration-913632/

Also, it is really uncool in a volunteer forum to ask for immediate help.

EDIT: Sorry, not really a dupe, the other posting was i na necro'd thread fro 2011.

lance_11235813 10-29-2013 02:16 PM

Sorry about that. This is my first time to post question. Actually, I'm not familiar yet. The link you sent me is about how to setup the DHCPv6 server for same subnets. I want to know how to do this for the different subnets. I already tried about three weeks, still cannot figure it out.

jkirchner 10-29-2013 02:36 PM

Google finds:

https://www.nnbfn.net/2013/05/dhcpv6...tiple-subnets/

https://doc.pfsense.org/index.php/Co...e_IPv6_Subnets

Did you try google at all? :)

lance_11235813 10-29-2013 03:08 PM

Yes, I already tried Google. Nothing valuable for this.

thanks


All times are GMT -5. The time now is 02:52 PM.