Senhores, tudo certo?
Estou enfrentando alguns problemas com virtualização no Debian. O cenário é o seguinte.
Tenho algumas vmnets criadas por exemplo vmnet2 (NAT - 172.20.0.0/24), e o meu host local não enxerga o gateway padrão 172.20.0**.2** e por consequência também não enxerga as VMs nesta vmnet. Alguém já passou por essa situação e poderia me ajudar?
traceroute:
traceroute to 172.20.0.2 (172.20.0.2), 30 hops max, 60 byte packets
1 172.20.0.1 3052.709 ms !H 3052.669 ms !H 3052.652 ms !H
netstat -nr:
Tabela de Roteamento IP do Kernel
Destino Roteador MáscaraGen. Opções MSS Janela irtt Iface
0.0.0.0 10.77.7.1 0.0.0.0 UG 0 0 0 enp4s0
10.77.0.0 0.0.0.0 255.255.240.0 U 0 0 0 enp4s0
172.16.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
**172.20.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet2**
172.30.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet3
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1
ifconfig:
vmnet2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.20.0.1 netmask 255.255.255.0 broadcast 172.20.0.255
inet6 fe80::250:56ff:fec0:2 prefixlen 64 scopeid 0x20<link>
ether 00:50:56:c0:00:02 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 70 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
tcpdump ping, há várias consultas arp como se houvesse algum bloqueio, mas não há:
tcpdump -i vmnet2
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on vmnet2, link-type EN10MB (Ethernet), snapshot length 262144 bytes
13:49:37.930019 IP6 JERONIMO-PC > ip6-allrouters: ICMP6, router solicitation, length 16
13:49:39.087115 ARP, Request who-has 172.20.0.2 tell JERONIMO-PC, length 28
13:49:40.102253 ARP, Request who-has 172.20.0.2 tell JERONIMO-PC, length 28
13:49:41.126270 ARP, Request who-has 172.20.0.2 tell JERONIMO-PC, length 28
13:49:42.150575 ARP, Request who-has 172.20.0.2 tell JERONIMO-PC, length 28
13:49:43.174242 ARP, Request who-has 172.20.0.2 tell JERONIMO-PC, length 28
13:49:44.198072 ARP, Request who-has 172.20.0.2 tell JERONIMO-PC, length 28