ubuntu@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 20:cf:30:1e:b1:a3
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:45
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2016 (2.0 KB) TX bytes:2016 (2.0 KB)
wlan0 Link encap:Ethernet HWaddr 74:f0:6d:20:93:bf
inet addr:192.168.1.35 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::76f0:6dff:fe20:93bf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:199 errors:0 dropped:0 overruns:0 frame:0
TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:25081 (25.0 KB) TX bytes:15798 (15.7 KB)
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ sudo route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ sudo cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.1.1
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ sudo iptables-save
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.

56(84) bytes of data.
--- 8.8.8.8 ping statistics ---
62 packets transmitted, 0 received, 100% packet loss, time 61488ms