Cannot get the IP

Hi, I have set up lab following the instructions in Lab Setup (In prerequisite devops). However I cant see the IP address when I run ifconfig command. Need some direction what to look for and how can I troubleshoot it? This is at 00:46 on Demo Connecting To VM on Windows (Pinging www.google.com returns “Name or service not known”

enp0s3: flags=4163<UP, BROADCAST, RUNNING, MUKTUCAST> mtu 1500
** ether 08:00:27:5a:11:3b txqueuelen 1000 (Ethernet)**
** RX packets 2467 bytes 380995 (372.0 kiB)**

I do get ips in “lo” and “vibro”

Kindly provide me with the output of : nmcli device status

DEVICE TYPE STATE CONNECTION
vibro bridge connected vibro
enp0s3 ethernet disconnected –
lo loopback unmanaged –
vibro-nic tun unmanaged –

Try to run this commands and check again:

nmcli con delete enp0s3

nmcli con add con-name "enp0s3" ifname enp0s3 autoconnect yes type ethernet ip4 192.168.0.50/24 gw4 192.168.1.1

nmcli con up enp0s3

Got following message:

Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/4)

So you can try now to check if the connectivity works fine.