Precisa de ajuda para ligar o CentOS NIC (físico) a uma VM do Ubuntu por meio da opção de ponte do Virtual-Box.
O CentOS 7 está sendo executado no ambiente UCS por trás do proxy (http / https). Tentando atravessar essa interface para que a VM e a interface física possam estar na mesma sub-rede. (Eu quero que o NIC físico aja como um interruptor).
O host CentOS e o Ubuntu VM podem fazer ping uns aos outros. Mas não é possível usar o ssh no Ubuntu VM, nem o ping do Ubuntu VM gw.
Eu tentei postar tantas informações relevantes quanto possível abaixo. Obrigado como sempre.
"/ etc / sysctl"
centos-2 ~]# cat /etc/sysctl.conf
# System default settings live in /usr/lib/sysctl.d/00-system.conf.
# To override those settings, enter new settings here, or in an /etc/sysctl.d/<name>.conf file
#
# For more information, see sysctl.conf(5) and sysctl.d(5).
net.ipv4.ip_forward = 1
"ifconfig - host"
centos-2 ~]# ifconfig
enp1s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.27.255.85 netmask 255.255.255.0 broadcast 172.27.255.255
"ifconfig - VM"
ubuntu ~]# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.27.255.158 netmask 255.255.255.0 broadcast 172.27.255.255
"Eu posso pingar"
centos-2 ~]# ping 172.27.255.158
PING 172.27.255.158 (172.27.255.158) 56(84) bytes of data.
64 bytes from 172.27.255.158: icmp_seq=1 ttl=64 time=0.705 ms
64 bytes from 172.27.255.158: icmp_seq=2 ttl=64 time=0.314 ms
ubuntu ~]# ping 172.27.255.85
PING 172.27.255.85 (172.27.255.85) 56(84) bytes of data.
64 bytes from 172.27.255.85: icmp_seq=1 ttl=64 time=0.605 ms
64 bytes from 172.27.255.85: icmp_seq=2 ttl=64 time=0.914 ms
Tentando encontrar logs no Linux, etc. Atualizará esta postagem com mais informações, conforme necessário.
Tags networking virtualbox ubuntu centos