<div dir="ltr">Gracias Eduardo por la pronta respuesta. <div>Seguí tu sugerencia y no dio resultado. Igualmente, yo había hecho pruebas anteriormente con la  /80 para la tres interfaces y nada. <br></div><div>Por otro lado, el gateway de eth1 y eth2 es eth0, por eso lo coloque así en interfaces. Si  me dices que no hace falta colocar la palabra gateway entonces como le hago para salir por eth0 ??</div><div>Por otro lado, noto algo raro en los nombre de la interfaces, anexo a continuación archivo <i style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:16.5px;text-align:justify">/etc/udev/rules.d/70-persistent-net.rules.</i></div><div><i style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:16.5px;text-align:justify"><br></i></div><div><i style="text-align:justify"><div><font color="#000000" face="Roboto, sans-serif"><div><span style="font-size:16.5px"># This file was automatically generated by the /lib/udev/write_net_rules</span></div><div><span style="font-size:16.5px"># program, run by the persistent-net-generator.rules rules file.</span></div><div><span style="font-size:16.5px">#</span></div><div><span style="font-size:16.5px"># You can modify it, as long as you keep each rule on a single</span></div><div><span style="font-size:16.5px"># line, and change only the value of the NAME= key.</span></div><div><span style="font-size:16.5px"><br></span></div><div><span style="font-size:16.5px"># PCI device 0x8086:0x10de (e1000e)</span></div><div><span style="font-size:16.5px">SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:23:ae:70:4d:b7", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"</span></div><div><span style="font-size:16.5px"><br></span></div><div><span style="font-size:16.5px"># PCI device 0x10ec:0x8169 (r8169)</span></div><div><span style="font-size:16.5px">SUBSYSTEM=="net", ACTION=="add", </span><i style="font-family:arial,sans-serif;color:rgb(34,34,34)"><div style="display:inline!important"><font color="#000000" face="Roboto, sans-serif"><div style="display:inline!important"><span style="font-size:16.5px">DRIVERS=="?*", ATTR{address}=="18:a6:f7:01:85:ea", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"</span></div></font></div></i></div><div><span style="font-size:16.5px"><br></span></div><div><span style="font-size:16.5px"># PCI device 0x10ec:0x8169 (r8169)</span></div><div><span style="font-size:16.5px">SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="ec:08:6b:06:30:f7", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"</span></div><div style="font-size:16.5px"><br></div><div style="font-size:16.5px">noto raro que <i style="font-family:arial,sans-serif;font-size:small;color:rgb(34,34,34)"><div style="display:inline"><i><font color="#000000" face="Roboto, sans-serif"><span style="font-size:16.5px">ATTR{dev_id}=="0x0" sea igual para las tres interfaces</span></font></i></div></i></div><div style="font-size:16.5px"><i style="font-family:arial,sans-serif;font-size:small;color:rgb(34,34,34)"><div style="display:inline"><i><font color="#000000" face="Roboto, sans-serif"><span style="font-size:16.5px"><br></span></font></i></div></i></div><div style="font-size:16.5px"><i style="font-family:arial,sans-serif;font-size:small;color:rgb(34,34,34)"><div style="display:inline"><i><font color="#000000" face="Roboto, sans-serif"><span style="font-size:16.5px">Saludos</span></font></i></div></i></div><div style="font-size:16.5px"><i style="font-family:arial,sans-serif;font-size:small;color:rgb(34,34,34)"><div style="display:inline"><i><font color="#000000" face="Roboto, sans-serif"><span style="font-size:16.5px"><br></span></font></i></div></i></div><div style="font-size:16.5px"><i style="font-family:arial,sans-serif;font-size:small;color:rgb(34,34,34)"><div style="display:inline"><i><font color="#000000" face="Roboto, sans-serif"><span style="font-size:16.5px">kelvi</span></font></i></div></i></div></font></div><div><br></div></i></div></div><div class="gmail_extra"><br><div class="gmail_quote">El 29 de junio de 2017, 22:53, Eduardo Cota <span dir="ltr"><<a href="mailto:cota@fing.edu.uy" target="_blank">cota@fing.edu.uy</a>></span> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hola Kelvi, (hola todos),<br>
     Creo que tu problema es que las 3 direcciones que estás asignando a las interfaces (2800:100:0:168:3::10, 2800:100:0:168:4::10, 2800:100:0:168:5::10) se encuentran en el mismo /64 2800:100:0:168::/64), por lo que los scripts de autoconfiguración al intentar agregar las direcciones en las interfaces eth1, eth2 no pueden hacerlo<br>
<br>
        Prueba asignar direcciones en distintos /64, por ejemplo 2800:100:0:169::10, 2800:100:0:16a::10 o según convenga a tu direccionamiento.<br>
<br>
        Ten cuidado también con los "gateway", ya que en eth1 y eth2 estás poniendo la dirección asignada a eth0 como gateway. No es necesario agregar una línea "gateway" en eth1 y eth2 si estos no tienen un enrutador conectado que sirva como enrutador por defecto.<br>
<br>
Saludos,<br>
         Eduardo.<div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, 29 Jun 2017, Kelvi Martinez wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Buenos días, <br>
<br>
Primero gracias por permitirme unime LACTF. Indico que tengo un servidor<br>
con Debian 8, con tres tarjetas física de red. Están configuradas con ip<br>
fijas en /etc/network/interfaces. En la configuración IPV4 esta perfecta y<br>
cada interfaces (eth0, eth1 y eth2) toma la ip configurada. El problema<br>
esta cuando configuro IPV6, sólo me la toma la IPV6 fija la primera<br>
interfaces, eth0. Las otras dos interfaces solo toman la ipV6 de enlace, no<br>
global a pesar que se la configuro correctamente. Anexo archivo<br>
de configuración /etc/network/interfaces. <br>
<br>
# This file describes the network interfaces available on your system<br>
# and how to activate them. For more information, see interfaces(5).<br>
source /etc/network/interfaces.d/*<br>
# The loopback network interface<br>
auto lo<br>
iface lo inet loopback<br>
#iface lo inet6 loopback<br>
<br>
auto eth0<br>
allow-hotplug eth0<br>
#LAN<br>
iface eth0 inet static<br>
        address 159.90.171.99<br>
        netmask 255.255.252.0<br>
        network 159.90.168.0<br>
        broadcast 159.90.171.255<br>
        gateway 159.90.168.1<br>
iface eth0 inet6 static<br>
        address 2800:100:0:168:3::10<br>
        netmask 64<br>
        gateway 2800:100:0:168::1<br>
        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844<br>
        dns-search <a href="http://labc.usb.ve" rel="noreferrer" target="_blank">labc.usb.ve</a><br>
<br>
#WLAN Libre<br>
auto eth1<br>
allow-hotplug eth1<br>
iface eth1 inet static<br>
        address 159.90.175.1<br>
        netmask 255.255.255.0<br>
        network 159.90.175.0<br>
        broadcast 159.90.175.255<br>
        gateway 159.90.171.99<br>
iface eth1 inet6 static<br>
        address 2800:100:0:168:4::10<br>
        netmask 64<br>
        gateway 2800:100:0:168:3::10<br>
        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844<br>
        dns-search <a href="http://labc.usb.ve" rel="noreferrer" target="_blank">labc.usb.ve</a><br>
<br>
#WLAN Privada<br>
auto eth2<br>
allow-hotplug eth2<br>
iface eth2 inet static<br>
        address 159.90.174.1<br>
        netmask 255.255.255.0<br>
        network 159.90.174.0<br>
        broadcast 159.90.174.255<br>
        gateway 159.90.171.99<br>
iface eth2 inet6 static<br>
        address 2800:100:0:168:5::10<br>
        netmask 64<br>
        gateway 2800:100:0:168:3::10<br>
        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844<br>
        dns-search <a href="http://labc.usb.ve" rel="noreferrer" target="_blank">labc.usb.ve</a><br>
<br>
------------------------------<wbr>-----------------------------<br>
También, en anexo archivo /etc/sysctl.conf, algunas lineas de mas que<br>
coloque para asegurar que no estaba activa la autoconfiguracion en IPV6<br>
<br>
net.ipv6.conf.all.autoconf=0<br>
net.ipv6.conf.all.accept_ra=0<br>
net.ipv6.conf.eth0.autoconf=0<br>
net.ipv6.conf.eth0.accept_ra=0<br>
net.ipv6.conf.eth1.autoconf=0<br>
net.ipv6.conf.eth1.accept_ra=0<br>
net.ipv6.conf.eth2.autoconf=0<br>
net.ipv6.conf.eth2.accept_ra=0<br>
<br>
gracias de antemano<br>
<br>
Saludos cordiales,<br>
Kelvi Martinez<br>
Caracas, Venezuela<br>
0058-426-4181390<br>
<br>
</blockquote>
</div></div><br>______________________________<wbr>_________________<br>
LACTF mailing list<br>
<a href="mailto:LACTF@lacnic.net">LACTF@lacnic.net</a><br>
<a href="https://mail.lacnic.net/mailman/listinfo/lactf" rel="noreferrer" target="_blank">https://mail.lacnic.net/<wbr>mailman/listinfo/lactf</a><br>
Cancelar suscripcion: <a href="mailto:lactf-unsubscribe@lacnic.net">lactf-unsubscribe@lacnic.net</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Saludos,<div><br></div><div>Kelvi</div><div>04264181390</div></div></div>
</div>