OL9 virtual nic ip is not accessible from outside
We have created virtual nic using nmcli command and assigned IP. Ip is reachable inside VM, but not from outside. No F/W is blocking still unable to access from outside
nmcli con add type vlan con-name vnic1 dev ens192 id 1 ip4 172.18.160.32/22 ipv6.method disabled
root@seidevweb31 # cat /etc/NetworkManager/system-connections/vnic1.nmconnection
[connection]
id=vnic1
uuid=7e018a3e-c7d0-492b-a230-d399642f3abe
type=vlan
[ethernet]
[vlan]
flags=1
id=1
parent=ens192
[ipv4]
address1=172.18.160.32/22
method=manual
[ipv6]
addr-gen-mode=default
method=disabled
[proxy]
root@seidevweb31 #