[LAC-TF] Duda sobre asignación IPv6

Jaime Olmos jaime at noc.udg.mx
Mon Apr 17 15:36:35 BRT 2017


Estimado Pedro,

 

Te adjunto un ejemplo de un escenario DHCPv6, esperando te pueda servir como referencia. 

 

SERVIDOR DHCPv6:

 

# ifconfig Auto_em1 

Auto_em1  Link encap:Ethernet  HWaddr XX:XX:XX:83:B0:E6  

          inet addr:148.202.xxx.33  Bcast:148.202.xxx.255  Mask:255.255.255.0

          inet6 addr: fe80::xxxx:xxxx:fe83:b0e6/64 Scope:Link

          inet6 addr: 2001:1210:xxxx:1::a6/64 Scope:Global

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:2471819450 errors:0 dropped:0 overruns:0 frame:0

          TX packets:2082861767 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000 

          RX bytes:3226619645 (3.0 GiB)  TX bytes:2608278464 (2.4 GiB)

 

CONFIGURACIÓN SIMPLE DE SERVIDOR DHCPv6:

 

# A third subnet behind a relay agent chain

subnet6 2001:1210:xxxx:247::/64 {

        range6 2001:1210:xxxx:247::1 2001:1210:xxxx:247:FFFF:FFFF:FFFF:FFFF;

        option dhcp6.name-servers 2001:1210:xxxx:3::3:35, 2001:1210:xxxx:1::29, 2001:1210:xxxx:3::5;

}

 

CONFIGURACIÓN DE ROUTER (DHCPv6 Relay)

 

# sh run int ve 2

interface ve 2

 port-name NOC

 ip address 148.202.xxx.254/24

 ipv6 address 2001:1210:xxxx:247::/64 eui-64

 ipv6 enable

 ipv6 nd managed-config-flag

 ipv6 nd other-config-flag

 ipv6 nd router-preference high

 ipv6 dhcp-relay destination 2001:1210:xxxx:1::a6

!

 

CLENTE IPv6

 

# ifconfig

en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500

      options=10b<RXCSUM,TXCSUM,VLAN_HWTAGGING,AV>

      ether XX:XX:XX:be:ec:bb 

      inet6 fe80::c0e:8922:37b0:81e7%en0 prefixlen 64 secured scopeid 0xd 

      inet6 2001:1210:xxxx:247:9d:77d5:9586:2cf2 prefixlen 64 autoconf secured 

      inet6 2001:1210:xxxx:247:b803:1f14:68de:c7cd prefixlen 64 dynamic 

      inet 148.202.xxx.249 netmask 0xffffff00 broadcast 148.202.xxx.255

      inet6 2001:1210:xxxx:247:a885:2610:8835:306d prefixlen 64 autoconf temporary 

      nd6 options=201<PERFORMNUD,DAD>

      media: autoselect (1000baseT <full-duplex>)

      status: active

 

# ping6 2001:1210:xxxx:1::29

PING 2001:1210:xxxx:1::29(2001:1210:xxxx:1::29) 56 data bytes

64 bytes from 2001:1210:xxxx:1::29: icmp_seq=1 ttl=62 time=0.251 ms

64 bytes from 2001:1210:xxxx:1::29: icmp_seq=2 ttl=62 time=0.209 ms

64 bytes from 2001:1210:xxxx:1::29: icmp_seq=3 ttl=62 time=0.226 ms

64 bytes from 2001:1210:xxxx:1::29: icmp_seq=4 ttl=62 time=0.514 ms

--- 2001:1210:xxxx:1::29 ping statistics ---

4 packets transmitted, 4 received, 0% packet loss, time 3218ms

rtt min/avg/max/mdev = 0.209/0.300/0.514/0.124 ms

 

 

Saludos,

Mtro. Jaime Olmos

Responsable del Centro de Operaciones de la Red – NOC-UDG

Coordinación General de Tecnologías de Información - CGTI

Universidad de Guadalajara

Av. Juárez No. 976, Edificio de la Rectoría General, Planta Baja.

(33)31342221  extensión 12327

http://www.ipv6.udg.mx

 

From: LACTF <lactf-bounces at lacnic.net> on behalf of "Pedro V. Navarrete Alejo" <pedro at lacetel.cu>
Organization: LACETEL
Reply-To: <lactf at lac.ipv6tf.org>
Date: Monday, April 17, 2017 at 9:56 AM
To: Latin America and Caribbean Region Network Operators Group <lacnog at lacnic.net>, "lactf at lacnic.net" <lactf at lacnic.net>
Subject: [LAC-TF] Duda sobre asignación IPv6

 

Buenos días, colegas:

Me animo a escribir por la siguiente inquietud, acabo de configurar un servidor DHCPv6 usando para ello Debian 8 "Jessie" y el paquete isc-dhcp-server. La configuración la realicé para que asignara direcciones IPv6. El rango de IP que quiero asignar es /64, pero en la practica obtengo un /128 en el Scope:Global. Por lo que no resuelve consultas de ping hacia los servidores.

Esto es una muestra de como realicé la configuración en el servidor:
subnet6 2001:db8:0:1::/64 {
        # Range for clients
        range6 2001:db8:0:1::129 2001:db8:0:1::254;
 
        # Range for clients requesting a temporary address
        range6 2001:db8:0:1::/64 temporary;
 
        # Additional options
        option dhcp6.name-servers fec0:0:0:1::1;
        option dhcp6.domain-search "domain.example";
} 
¿Estaré cometiendo algún error al definir la subred como /64 al inicio del bucle y luego volver a decirle que /64 al definir el rango de ip para los clientes?

Saludos cordiales

-- 
Ing. Pedro V. Navarrete Alejo 
Especialista B en Ciencias Informáticas 
LACETEL, Instituto de Investigación y Desarrollo de Telecomunicaciones 
www.lacetel.cu

Twitter: @LACETEL_Pedro 

_______________________________________________ LACTF mailing list LACTF at lacnic.net https://mail.lacnic.net/mailman/listinfo/lactf Cancelar suscripcion: lactf-unsubscribe at lacnic.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.lacnic.net/pipermail/lactf/attachments/20170417/57611452/attachment.html>


More information about the LACTF mailing list