Skip to content

Instantly share code, notes, and snippets.

@alexciarlillo
Last active December 17, 2015 20:49
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 alexciarlillo/5670393 to your computer and use it in GitHub Desktop.
Save alexciarlillo/5670393 to your computer and use it in GitHub Desktop.
[vagrant@vagrant-c5-x86_64 ~]$ sudo /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:92:BA:6E
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe92:ba6e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2407 errors:0 dropped:0 overruns:0 frame:0
TX packets:2332 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:159341 (155.6 KiB) TX bytes:145198 (141.7 KiB)
eth1 Link encap:Ethernet HWaddr 08:00:27:0A:E7:92
inet addr:192.168.33.10 Bcast:192.168.33.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe0a:e792/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:652 (652.0 b) TX bytes:11122 (10.8 KiB)
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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
[vagrant@vagrant-c5-x86_64 ~]$ sudo /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.33.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 10.0.2.2 0.0.0.0 UG 0 0 0 eth0
Last login: Wed May 29 14:28:20 2013 from 10.0.2.2
[vagrant@vagrant-c5-x86_64 ~]$ traceroute www.google.com
www.google.com: Temporary failure in name resolution
Cannot handle "host" cmdline arg `www.google.com' on position 1 (argc 1)
[vagrant@vagrant-c5-x86_64 ~]$ traceroute 173.194.75.103
traceroute to 173.194.75.103 (173.194.75.103), 30 hops max, 40 byte packets
1 * * *
2 (132.235.47.253) 0.507 ms 0.471 ms 0.441 ms
3 (132.235.66.142) 0.916 ms 0.731 ms 0.752 ms
4 (132.235.66.134) 1.344 ms 1.150 ms 1.113 ms
5 (132.235.66.133) 19.163 ms 18.981 ms 18.852 ms
6 (199.18.17.17) 1.515 ms 1.553 ms 1.383 ms
7 (199.218.39.210) 14.831 ms 14.664 ms 14.500 ms
8 (199.218.39.221) 3.330 ms 3.188 ms 3.160 ms
9 (199.218.39.254) 7.116 ms 7.143 ms 7.017 ms
10 (64.57.29.173) 17.533 ms 17.645 ms 18.337 ms
11 (137.164.130.154) 27.027 ms 25.928 ms 27.023 ms
12 (209.85.252.80) 27.476 ms 25.869 ms 27.495 ms
13 (72.14.236.152) 28.043 ms (72.14.236.146) 25.784 ms (72.14.236.152) 28.128 ms
14 (209.85.241.222) 40.014 ms 40.937 ms 40.040 ms
15 (216.239.48.59) 39.528 ms (216.239.48.157) 40.490 ms 40.344 ms
16 (173.194.75.103) 40.571 ms 42.098 ms 41.845 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment