MarcosMC
(usa Kali)
Enviado em 22/08/2019 - 15:23h
Prezados, boa tarde.
Estava utilizar um pc velho que tenho para usar como servidor aqui e fazer a redundância de links, pois tenho aqui um link Copel que é o meu principal e um ebratel para quebrar o galho...
Acontece que de tanto fuçar, agora espeto meus cabos e tento subir a rede e tenho o seguinte resultado:
eth0 Link encap:Ethernet Endereço de HW 00:1b:11:ba:a9:de
inet end.: 192.168.0.5 Bcast:192.168.254.255 Masc:255.255.255.0
endereço inet6: fe80::21b:11ff:feba:a9de/64 Escopo:Link
endereço inet6: 2001:1284:f019:351a:21b:11ff:feba:a9de/64 Escopo:Globa l
UP BROADCASTRUNNING MULTICAST MTU:1500 Métrica:1
RX packets:152878 errors:0 dropped:0 overruns:0 frame:0
TX packets:1791 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:10541651 (10.0 MiB) TX bytes:236970 (231.4 KiB)
eth1 Link encap:Ethernet Endereço de HW 90:2b:34:fb:43:2c
UP BROADCASTMULTICAST MTU:1500 Métrica:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth2 Link encap:Ethernet Endereço de HW 00:08:54:db:fb:cf
endereço inet6: fe80::208:54ff:fedb:fbcf/64 Escopo:Link
UP BROADCASTRUNNING MULTICAST MTU:1500 Métrica:1
RX packets:965 errors:0 dropped:0 overruns:0 frame:0
TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:57900 (56.5 KiB) TX bytes:8514 (8.3 KiB)
lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACKRUNNING MTU:65536 Métrica:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
Meu interfaces esta configurado assim:
# 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
iface eth0 inet static
address 192.168.0.5
netmask 255.255.255.0
network 192.168.254.0
broadcast 192.168.254.255
auto eth1
allow-hotplug eth1
iface eth1 inet dhcp
auto eth2
allow-hotplug eth2
iface eth2 inet dhcp
# The primary network interface
#iface eth1 inet dhcp
Não consigo fazer as interfaces de link pegar ip com DHCP, pelo menos é oq parece, pois o acesso remoto consigo fazer por SSH usando o ip que aparecia antes kkkk
Alguem pode me dar uma luz de como posso atingir meu objetivo ??
Edit 1:
Galera, renomeei o arquivo 70-persistent-net.rules e as interfaces voltaram a ser reconhecidas, entretanto, o problema da redundancia ainda não consigo resolver... onde consigo um script funcional de FailOver ??? preciso apenas deixar um dos links ali em stand by para caso de emergência..