Skip to content

Instantly share code, notes, and snippets.

@vvikramjhu
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvikramjhu/08e15119809c7b36c759 to your computer and use it in GitHub Desktop.
Save vvikramjhu/08e15119809c7b36c759 to your computer and use it in GitHub Desktop.
vvjhu@vT61:/media/Yojimbo/gdrives/varun.vikram@airius/safeview_www/www$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
vvjhu@vT61:/media/Yojimbo/gdrives/varun.vikram@airius/safeview_www/www$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
10.8.0.1 10.8.0.5 255.255.255.255 UGH 0 0 0 tun0
10.8.0.5 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
68.198.105.173 192.168.1.1 255.255.255.255 UGH 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
192.168.1.0 10.8.0.5 255.255.255.0 UG 0 0 0 tun0
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
vvjhu@vT61:/media/Yojimbo/gdrives/varun.vikram@airius/safeview_www/www$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search zyxel.com
vvjhu@vT61:/media/Yojimbo/gdrives/varun.vikram@airius/safeview_www/www$ nslookup google.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
Name: google.com
Address: 74.125.228.104
Name: google.com
Address: 74.125.228.110
Name: google.com
Address: 74.125.228.98
Name: google.com
Address: 74.125.228.105
Name: google.com
Address: 74.125.228.100
Name: google.com
Address: 74.125.228.99
Name: google.com
Address: 74.125.228.97
Name: google.com
Address: 74.125.228.103
Name: google.com
Address: 74.125.228.96
Name: google.com
Address: 74.125.228.101
Name: google.com
Address: 74.125.228.102
vvjhu@vT61:~$ nslookup google.com
;; connection timed out; no servers could be reached
vvjhu@vT61:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
33 packets transmitted, 0 received, 100% packet loss, time 31999ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment