Estou usando o Virtualbox 5.1.2 e configurei três VMs de convidados: 2 Windows 2012 e 1 RHEL 7.2. Todos os três têm os mesmos adaptadores de rede: NAT para o Adaptador de Rede 1 e Rede Interna (chamado intnet) para o Adaptador de Rede 2. Desativei o firewall nos três convidados, o firewalld no RHEL 7.2 e o Firewall do Windows nas caixas da Janela.
Eu posso pingar e fazer telnet entre as VMs do Windows, mas não consigo fazer ping ou fazer telnet de e para a VM do RHEL. Eu não sou realmente um especialista em redes, então eu sinto que pode haver etapas adicionais no lado do Linux. Qualquer ajuda adicional seria muito apreciada, pois estou tentando replicar um ambiente de trabalho.
Se você precisar de informações adicionais do meu lado, eu ficaria feliz em compartilhar!
Obrigado!
Editando para incluir a saída do comando ifconfig e route da caixa linux:
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fe5a:54e6 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:5a:54:e6 txqueuelen 1000 (Ethernet)
RX packets 399 bytes 141011 (137.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 460 bytes 76884 (75.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 08:00:27:7c:83:3c txqueuelen 1000 (Ethernet)
RX packets 38 bytes 12798 (12.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 51 bytes 8739 (8.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 51 bytes 8739 (8.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:e7:75:0b txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
virbr0-nic: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 52:54:00:e7:75:0b txqueuelen 500 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 100 0 0 enp0s3
10.0.2.0 0.0.0.0 255.255.255.0 U 100 0 0 enp0s3
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
Obrigado!