NAT or bridge mode is not configured. I had it working before. But I needed to reserve the static IP on the router as the IP was issued to my wife's Apple watch. Once I reserves the new static IP is when I lost the Internet access on the Ubuntu VM. Doesn't make sense I know.
Host OS is windows 2016
$ ip addr
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:15:5d:10:04:0c brd ff:ff:ff:ff:ff:ff
inet 192.168.16.105/24 brd 192.168.16.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::215:5dff:fe10:40c/64 scope link
valid_lft forever preferred_lft forever
$ ip route
Code:
default via 192.168.16.2 dev eth0 proto static
192.168.16.0/24 dev eth0 proto kernel scope link src 192.168.16.105