dhcpv6 configuration

shafi at bbnl.co.in shafi at bbnl.co.in
Sat May 18 08:42:55 UTC 2013


Hi,

    After configuring the (router solicitations) route using radvd. i 
can reach up to my gateway and google ip. but now  i am not getting DNS 
address from my dhcpv6 server.


default-lease-time 600;
max-lease-time 7200;
subnet6 2404:1f00:31:31::/64 {
          # Range for clients
          range6 2404:1f00:31:31::2 2404:1f00:31:31::254;
          # Additional options
          option dhcp6.name-servers 2001:4860:4860::8888;
          option dhcp6.domain-search "bbnl.in";
}


Regards
shafi
-----------------------------------------------------------------------------

-------- Original Message --------
Subject: RE: dhcpv6 configuration
Date: 2013-05-18 12:01
 From: shafi at bbnl.co.in
To: <glen.neff at emc.com>, <dhcp-users at lists.isc.org>

Hi,

     Can you explain how to configure that in ubuntu server.

Thanks & Reagrds
shafi
---------------------------------------------------------------------------------

Message: 3
Date: Fri, 17 May 2013 09:50:52 -0400
 From: "Neff, Glen" <glen.neff at emc.com>
To: Users of ISC DHCP <dhcp-users at lists.isc.org>
Subject: RE: dhcpv6 configuration
Message-ID:
<0E82324899449E4194BD0B082B02CEA101888403 at MX36A.corp.emc.com>
Content-Type: text/plain; charset="us-ascii"

DHCPv6 cannot distribute route information.  You should configure your 
router to respond to router solicitations.

-G

/*
  * Glen R. J. Neff
  * USD Lab Operations Infrastructure Team
  * glen.neff at emc.com
  *
  * EMC^2 == E^2
  */
------------------------------------------------------------------------------------------------
Hi,

     I have installed isc-dhcp-server in ubuntu 12.04 and configured the
dhcpv6 . customer can get ipv6 address and dns address from my dhcpv6
server.but they are not able to reach  up to my gateway.here i have
mention my configuration.hope i mesh up something here please help me
what to do.

################################################################


default-lease-time 600;
max-lease-time 7200;
subnet6 2404:1f00:31::/48 {
          # Range for clients
          range6 2404:1f00:31::2 2404:1f00:31::254;
          # Additional options
          option dhcp6.name-servers 2001:4860:4860::8888;
          option dhcp6.domain-search "bbnl.in";
}


More information about the dhcp-users mailing list