<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How t o configure DHCPv6 client to start at bootup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-t-o-configure-dhcpv6-client-to-start-at-bootup/m-p/4008333#M82899</link>
    <description>Things to note:&lt;BR /&gt;&lt;BR /&gt;if [ "${NETWORKING_IPV6}" = "yes" ]; then&lt;BR /&gt;    /etc/sysconfig/network-scripts/ifup-ipv6 ${CONFIG}&lt;BR /&gt;    if [[ "${DHCPV6C}"  = [Yy1]* ]] &amp;amp;&amp;amp; [ -x /sbin/dhcp6c ]; then&lt;BR /&gt;        /sbin/dhcp6c ${DEVICE};&lt;BR /&gt;        dhcp6_pid=(`/bin/ps -eo 'pid,args' | /bin/grep "dhcp6c ${DEVICE}" | egrep -v grep`);&lt;BR /&gt;        echo ${dhcp6_pid[0]} &amp;gt; /var/run/dhcp6c_${DEVICE}.pid&lt;BR /&gt;    fi;&lt;BR /&gt;fi      &lt;BR /&gt;&lt;BR /&gt;This is from '/etc/sysconfig/network-scripts/ifup-eth'.&lt;BR /&gt;&lt;BR /&gt;Basically it's saying that '/etc/sysconfig/network' needs to have 'NETWORKING_IPV6=yes'.  It also needs '/etc/sysconfig/network-scripts/ifcfg-eth0' (or whichever interface you're using) have 'DHCPV6C=Yes' as well.&lt;BR /&gt;&lt;BR /&gt;Refer to '/usr/share/doc/initscripts-*/sysconfig.txt'.</description>
    <pubDate>Mon, 28 May 2007 07:16:43 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2007-05-28T07:16:43Z</dc:date>
    <item>
      <title>How t o configure DHCPv6 client to start at bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-t-o-configure-dhcpv6-client-to-start-at-bootup/m-p/4008332#M82898</link>
      <description>Can anyone please tell me how to enable Dhcpv6 client at startup of the system.&lt;BR /&gt;I tried with chkconfig. But chkconfig list is not listing the dhcp6c to make it on.&lt;BR /&gt;&lt;BR /&gt;My NIC card is enabled for automatic configuration only.&lt;BR /&gt;I'm getting ip address only when I execute the command 'dhcp6c -f eth0'.&lt;BR /&gt;&lt;BR /&gt;once I got the ip, if I restart the interface, then i'm not able to get ip address from the dhcp server. I'm getting only when i run the cmd 'dhcp6c -f eth0' again.</description>
      <pubDate>Mon, 28 May 2007 06:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-t-o-configure-dhcpv6-client-to-start-at-bootup/m-p/4008332#M82898</guid>
      <dc:creator>priyanka_2</dc:creator>
      <dc:date>2007-05-28T06:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: How t o configure DHCPv6 client to start at bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-t-o-configure-dhcpv6-client-to-start-at-bootup/m-p/4008333#M82899</link>
      <description>Things to note:&lt;BR /&gt;&lt;BR /&gt;if [ "${NETWORKING_IPV6}" = "yes" ]; then&lt;BR /&gt;    /etc/sysconfig/network-scripts/ifup-ipv6 ${CONFIG}&lt;BR /&gt;    if [[ "${DHCPV6C}"  = [Yy1]* ]] &amp;amp;&amp;amp; [ -x /sbin/dhcp6c ]; then&lt;BR /&gt;        /sbin/dhcp6c ${DEVICE};&lt;BR /&gt;        dhcp6_pid=(`/bin/ps -eo 'pid,args' | /bin/grep "dhcp6c ${DEVICE}" | egrep -v grep`);&lt;BR /&gt;        echo ${dhcp6_pid[0]} &amp;gt; /var/run/dhcp6c_${DEVICE}.pid&lt;BR /&gt;    fi;&lt;BR /&gt;fi      &lt;BR /&gt;&lt;BR /&gt;This is from '/etc/sysconfig/network-scripts/ifup-eth'.&lt;BR /&gt;&lt;BR /&gt;Basically it's saying that '/etc/sysconfig/network' needs to have 'NETWORKING_IPV6=yes'.  It also needs '/etc/sysconfig/network-scripts/ifcfg-eth0' (or whichever interface you're using) have 'DHCPV6C=Yes' as well.&lt;BR /&gt;&lt;BR /&gt;Refer to '/usr/share/doc/initscripts-*/sysconfig.txt'.</description>
      <pubDate>Mon, 28 May 2007 07:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-t-o-configure-dhcpv6-client-to-start-at-bootup/m-p/4008333#M82899</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-05-28T07:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: How t o configure DHCPv6 client to start at bootup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-t-o-configure-dhcpv6-client-to-start-at-bootup/m-p/4008334#M82900</link>
      <description>Thanks Stuart&lt;BR /&gt;&lt;BR /&gt;I have already done those configurations changes to /etc/sysconfig/network-scripts/ifup-eth0 file. &lt;BR /&gt;&lt;BR /&gt;IPV6INIT=yes&lt;BR /&gt;DHCP6C=yes&lt;BR /&gt;&lt;BR /&gt;I had these two lines in that file. After that also I'm facing the same problem.</description>
      <pubDate>Mon, 28 May 2007 07:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-t-o-configure-dhcpv6-client-to-start-at-bootup/m-p/4008334#M82900</guid>
      <dc:creator>priyanka_2</dc:creator>
      <dc:date>2007-05-28T07:46:46Z</dc:date>
    </item>
  </channel>
</rss>

