Linux - Problema IPV6 en varias eth0, eth1, eth2

 
Vista:

Problema IPV6 en varias eth0, eth1, eth2

Publicado por Kelvi (3 intervenciones) el 27/06/2017 02:53:11
Hola a todos,
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 peser que se la configuro.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
Imágen de perfil de xve
Val: 311
Oro
Ha mantenido su posición en Linux (en relación al último mes)
Gráfica de Linux

Problema IPV6 en varias eth0, eth1, eth2

Publicado por xve (837 intervenciones) el 27/06/2017 11:51:09
Hola Kelvi, nos puedes mostrar el archivo /etc/network/interfaces, haber si veo que puede estar pasando?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

Problema IPV6 en varias eth0, eth1, eth2

Publicado por kelvi (3 intervenciones) el 27/06/2017 12:40:07
Hola, Ok, aqui la configuracion de /etc/network/interfaces, las x son en realidad numero pero por confidencialidad no se muestra



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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

auto eth0
allow-hotplug eth0
#LAN
iface eth0 inet static
        address x.90.171.99
        netmask 255.255.252.0
        network x.90.168.0
        broadcast 159.90.171.255
        gateway x.90.168.1
iface eth0 inet6 static
        address xxxx:100:0:168:3::10
        netmask 64
        gateway xxxx:100:0:168::1
        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844

#WLAN Libre
auto eth1
allow-hotplug eth1
iface eth1 inet static
        address x.90.175.1
        netmask 255.255.255.0
        network x.90.175.0
        broadcast x.90.175.255
        gateway x.90.171.99
iface eth1 inet6 static
        address xxxx:100:0:168:4::10
        netmask 64
        gateway XXXX:100:0:168:3::10
        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844

#WLAN Privada
auto eth2
allow-hotplug eth2
iface eth2 inet static
        address X.90.174.1
        netmask 255.255.255.0
        network X.90.174.0
        broadcast X.90.174.255
        gateway X.90.171.99
iface eth2 inet6 static
        address xxxx:100:0:168:5::10
        netmask 64
        gateway xxxx:100:0:168:3::10
        dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

Problema IPV6 en varias eth0, eth1, eth2

Publicado por kelvi (3 intervenciones) el 28/06/2017 19:00:31
Aqui anexo el resultado del comando ifconfig, las XXX son por confidencialidad, en realidad son numero
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
root@tesis1:/home/piloto# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:23:ae:70:4d:b7
          inet addr:XXX.90.171.99  Bcast:159.90.171.255  Mask:255.255.252.0
          inet6 addr: XXXX:100:0:168:3::10/64 Scope:Global
          inet6 addr: fe80::223:aeff:fe70:4db7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:83508 errors:0 dropped:409 overruns:0 frame:0
          TX packets:73524 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:12569484 (11.9 MiB)  TX bytes:10729616 (10.2 MiB)
          Interrupt:21 Memory:fe6e0000-fe700000
 
eth1      Link encap:Ethernet  HWaddr 18:a6:f7:01:85:ea
          inet addr:XXX.90.175.1  Bcast:159.90.175.255  Mask:255.255.255.0
          inet6 addr: fe80::1aa6:f7ff:fe01:85ea/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:204 errors:0 dropped:0 overruns:0 frame:0
          TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:31753 (31.0 KiB)  TX bytes:9634 (9.4 KiB)
 
eth2      Link encap:Ethernet  HWaddr ec:08:6b:06:30:f7
          inet addr:XXX.90.174.1  Bcast:159.90.174.255  Mask:255.255.255.0
          inet6 addr: fe80::ee08:6bff:fe06:30f7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:182 errors:0 dropped:0 overruns:0 frame:0
          TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:25297 (24.7 KiB)  TX bytes:9910 (9.6 KiB)
 
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:35 errors:0 dropped:0 overruns:0 frame:0
          TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3781 (3.6 KiB)  TX bytes:3781 (3.6 KiB)
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar