<div dir="ltr"><div style="font-size:12.8px"><div>Buenos días, </div><div><br></div><div>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. </div><div><br></div><div><div># This file describes the network interfaces available on your system</div><div># and how to activate them. For more information, see interfaces(5).</div><div>source /etc/network/interfaces.d/*</div><div># The loopback network interface</div><div>auto lo</div><div>iface lo inet loopback</div><div>#iface lo inet6 loopback</div><div><br></div><div>auto eth0</div><div>allow-hotplug eth0</div><div>#LAN</div><div>iface eth0 inet static</div><div>        address 159.90.171.99</div><div>        netmask 255.255.252.0</div><div>        network 159.90.168.0</div><div>        broadcast 159.90.171.255</div><div>        gateway 159.90.168.1</div><div>iface eth0 inet6 static</div><div>        address 2800:100:0:168:3::10</div><div>        netmask 64</div><div>        gateway 2800:100:0:168::1</div><div>        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844</div><div>        dns-search <a href="http://labc.usb.ve/" target="_blank">labc.usb.ve</a></div><div><br></div><div>#WLAN Libre</div><div>auto eth1</div><div>allow-hotplug eth1</div><div>iface eth1 inet static</div><div>        address 159.90.175.1</div><div>        netmask 255.255.255.0</div><div>        network 159.90.175.0</div><div>        broadcast 159.90.175.255</div><div>        gateway 159.90.171.99</div><div>iface eth1 inet6 static</div><div>        address 2800:100:0:168:4::10</div><div>        netmask 64</div><div>        gateway 2800:100:0:168:3::10</div><div>        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844</div><div>        dns-search <a href="http://labc.usb.ve/" target="_blank">labc.usb.ve</a></div><div><br></div><div>#WLAN Privada</div><div>auto eth2</div><div>allow-hotplug eth2</div><div>iface eth2 inet static</div><div>        address 159.90.174.1</div><div>        netmask 255.255.255.0</div><div>        network 159.90.174.0</div><div>        broadcast 159.90.174.255</div><div>        gateway 159.90.171.99</div><div>iface eth2 inet6 static</div><div>        address 2800:100:0:168:5::10</div><div>        netmask 64</div><div>        gateway 2800:100:0:168:3::10</div><div>        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844</div><div>        dns-search <a href="http://labc.usb.ve/" target="_blank">labc.usb.ve</a></div></div><div><br></div><div>------------------------------<wbr>-----------------------------</div><div>También, en anexo archivo /etc/sysctl.conf, algunas lineas de mas que coloque para asegurar que no estaba activa la autoconfiguracion en IPV6</div><div><br></div><div><div>net.ipv6.conf.all.autoconf=0</div><div>net.ipv6.conf.all.accept_ra=0</div><div>net.ipv6.conf.eth0.autoconf=0</div><div>net.ipv6.conf.eth0.accept_ra=0</div><div>net.ipv6.conf.eth1.autoconf=0</div><div>net.ipv6.conf.eth1.accept_ra=0</div><div>net.ipv6.conf.eth2.autoconf=0</div><div>net.ipv6.conf.eth2.accept_ra=0</div></div><div><br></div><div>gracias de antemano</div></div><br style="font-size:12.8px"><div class="gmail-m_-450815426125267673gmail_signature" style="font-size:12.8px"><div dir="ltr">Saludos cordiales,<div><br></div><div>Kelvi Martinez</div><div>Caracas, Venezuela</div><div>0058-426-4181390</div></div></div>
</div>