ubuntu@vivobook:~$ sudo su root
[sudo] password for ubuntu:
root@vivobook:/home/ubuntu# ifconfig
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 1000 (Local Loopback)
RX packets 983 bytes 91106 (91.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 983 bytes 91106 (91.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.8.8.4 netmask 255.255.255.0 destination 10.8.8.4
inet6 fe80::1eb

7f94:6b96 prefixlen 64 scopeid 0x20<link>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC)
RX packets 4151 bytes 3138727 (3.1 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3851 bytes 446891 (446.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vmnet1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.65.1 netmask 255.255.255.0 broadcast 172.16.65.255
inet6 fe80::250:56ff:fec0:1 prefixlen 64 scopeid 0x20<link>
ether 00:50:56:c0:00:01 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 72 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vmnet8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.45.1 netmask 255.255.255.0 broadcast 172.16.45.255
inet6 fe80::250:56ff:fec0:8 prefixlen 64 scopeid 0x20<link>
ether 00:50:56:c0:00:08 txqueuelen 1000 (Ethernet)
RX packets 12 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 72 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.102 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::b334:b20d

65c1 prefixlen 64 scopeid 0x20<link>
ether 10:03:26:2c:e6:6f txqueuelen 1000 (Ethernet)
RX packets 5067 bytes 4085422 (4.0 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4447 bytes 870033 (870.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@vivobook:/home/ubuntu# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.8.8.1 0.0.0.0 UG 50 0 0 tun0
0.0.0.0 192.168.1.1 0.0.0.0 UG 600 0 0 wlp1s0
10.8.8.0 0.0.0.0 255.255.255.0 U 50 0 0 tun0
45.9.249.245 192.168.1.1 255.255.255.255 UGH 600 0 0 wlp1s0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlp1s0
172.16.45.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
172.16.65.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp1s0
192.168.1.1 0.0.0.0 255.255.255.255 UH 600 0 0 wlp1s0
root@vivobook:/home/ubuntu#