LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   dhcpd6 server (https://www.linuxquestions.org/questions/linux-newbie-8/dhcpd6-server-4175562896/)

razz.9 01-01-2016 03:14 PM

dhcpd6 server
 
Hello, I need to configure dhcpd6 isc server on Centos 6. I have installed dhcp package by yum install dhcp, I edited the dhcpd6.conf file and add lines:
authoritative;
subnet6 2001:db8::/64 {
range6 2001:db8::100 2001:db8::fff; }
I have no added more options because I need very simply dhcpv6 server. My interface eth0 is configured to static IPv6 2001:db8::200/64. I have edit /etc/sysconfig/network and add line: NETWORKING_IPV6=yes. So, dhcpd6 service is runnig and when I'm pinging ff02::1:2 server is respondig but when I try connect dhcp client, I have no answer. Firewall is off.
Could anyone help me? Thanks.

smallpond 01-02-2016 08:16 AM

In client /etc/sysconfig/network-scripts/ifcfg-eth0
Code:

IPV6INIT=yes
DHCPV6C=yes


vincix 01-02-2016 09:13 AM

Quote:

Originally Posted by smallpond (Post 5472108)
In client /etc/sysconfig/network-scripts/ifcfg-eth0
Code:

IPV6INIT=yes
DHCPV6C=yes


What does the "C" in DHCPV6C stand for?

smallpond 01-03-2016 07:27 AM

I would guess its the same as the C in SLAAC.


All times are GMT -5. The time now is 10:50 AM.