[LAC-TF] Problema con IPV6 en servidor en eth0, eth1 y eth2
Kelvi Martinez
kelvi.martinez at gmail.com
Thu Jun 29 23:19:02 BRT 2017
Buenos días,
Primero gracias por permitirme unime LACTF. Indico que tengo un servidor
con Debian 8, con tres tarjetas física de red. Están configuradas con ip
fijas en /etc/network/interfaces. En la configuración IPV4 esta perfecta y
cada interfaces (eth0, eth1 y eth2) toma la ip configurada. El problema
esta cuando configuro IPV6, sólo me la toma la IPV6 fija la primera
interfaces, eth0. Las otras dos interfaces solo toman la ipV6 de enlace, no
global a pesar que se la configuro correctamente. Anexo archivo
de configuración /etc/network/interfaces.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
#iface lo inet6 loopback
auto eth0
allow-hotplug eth0
#LAN
iface eth0 inet static
address 159.90.171.99
netmask 255.255.252.0
network 159.90.168.0
broadcast 159.90.171.255
gateway 159.90.168.1
iface eth0 inet6 static
address 2800:100:0:168:3::10
netmask 64
gateway 2800:100:0:168::1
dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844
dns-search labc.usb.ve
#WLAN Libre
auto eth1
allow-hotplug eth1
iface eth1 inet static
address 159.90.175.1
netmask 255.255.255.0
network 159.90.175.0
broadcast 159.90.175.255
gateway 159.90.171.99
iface eth1 inet6 static
address 2800:100:0:168:4::10
netmask 64
gateway 2800:100:0:168:3::10
dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844
dns-search labc.usb.ve
#WLAN Privada
auto eth2
allow-hotplug eth2
iface eth2 inet static
address 159.90.174.1
netmask 255.255.255.0
network 159.90.174.0
broadcast 159.90.174.255
gateway 159.90.171.99
iface eth2 inet6 static
address 2800:100:0:168:5::10
netmask 64
gateway 2800:100:0:168:3::10
dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844
dns-search labc.usb.ve
-----------------------------------------------------------
También, en anexo archivo /etc/sysctl.conf, algunas lineas de mas que
coloque para asegurar que no estaba activa la autoconfiguracion en IPV6
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.all.accept_ra=0
net.ipv6.conf.eth0.autoconf=0
net.ipv6.conf.eth0.accept_ra=0
net.ipv6.conf.eth1.autoconf=0
net.ipv6.conf.eth1.accept_ra=0
net.ipv6.conf.eth2.autoconf=0
net.ipv6.conf.eth2.accept_ra=0
gracias de antemano
Saludos cordiales,
Kelvi Martinez
Caracas, Venezuela
0058-426-4181390
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.lacnic.net/pipermail/lactf/attachments/20170629/61ab6b31/attachment.html>
More information about the LACTF
mailing list