Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
airtonix@ubuntu-cloud:~$ ifconfig
br0 Link encap:Ethernet HWaddr 08:00:27:34:23:21
inet addr:192.168.1.38 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe34:2321/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:333 errors:0 dropped:0 overruns:0 frame:0
TX packets:144 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:80923 (80.9 KB) TX bytes:19643 (19.6 KB)
eth0 Link encap:Ethernet HWaddr 08:00:27:34:23:21
inet6 addr: fe80::a00:27ff:fe34:2321/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:462588 errors:946 dropped:0 overruns:0 frame:0
TX packets:158 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:297181225 (297.1 MB) TX bytes:20187 (20.1 KB)
Interrupt:11 Base address:0xd020
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:12343 errors:0 dropped:0 overruns:0 frame:0
TX packets:12343 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2800525 (2.8 MB) TX bytes:2800525 (2.8 MB)
virbr0 Link encap:Ethernet HWaddr 52:c3:6d:04:41:3f
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::50c3:6dff:fe04:413f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:76 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:13754 (13.7 KB)
airtonix@ubuntu-cloud:~$ cat /etc/resolv.conf
nameserver 192.168.1.1
domain FISH
search FISH
airtonix@ubuntu-cloud:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 br0
192.168.122.0 * 255.255.255.0 U 0 0 0 virbr0
default 192.168.1.1 0.0.0.0 UG 100 0 0 br0
airtonix@ubuntu-cloud:~$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.919 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=1.05 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=1.08 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=3.97 ms
64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=1.01 ms
64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=1.01 ms
64 bytes from 192.168.1.1: icmp_seq=7 ttl=64 time=0.813 ms
64 bytes from 192.168.1.1: icmp_seq=8 ttl=64 time=1.04 ms
64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=1.14 ms
64 bytes from 192.168.1.1: icmp_seq=10 ttl=64 time=1.29 ms
64 bytes from 192.168.1.1: icmp_seq=11 ttl=64 time=2.50 ms
--- 192.168.1.1 ping statistics ---
11 packets transmitted, 11 received, 0% packet loss, time 10016ms
rtt min/avg/max/mdev = 0.813/1.441/3.974/0.911 ms
airtonix@ubuntu-cloud:~$ ping jadakren.local
PING jadakren.local (192.168.1.15) 56(84) bytes of data.
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=1 ttl=64 time=1.09 ms
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=2 ttl=64 time=0.276 ms
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=3 ttl=64 time=0.433 ms
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=4 ttl=64 time=0.278 ms
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=5 ttl=64 time=0.503 ms
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=6 ttl=64 time=0.140 ms
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=7 ttl=64 time=0.378 ms
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=8 ttl=64 time=0.413 ms
64 bytes from jadakren.FISH (192.168.1.15): icmp_seq=9 ttl=64 time=0.208 ms
--- jadakren.local ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8018ms
rtt min/avg/max/mdev = 0.140/0.414/1.098/0.265 ms
airtonix@ubuntu-cloud:~$ orzin.local
PING orzin.local (192.168.1.10) 56(84) bytes of data.
64 bytes from orzin.FISH (192.168.1.10): icmp_seq=1 ttl=64 time=0.425 ms
64 bytes from orzin.FISH (192.168.1.10): icmp_seq=2 ttl=64 time=2.19 ms
64 bytes from orzin.FISH (192.168.1.10): icmp_seq=3 ttl=64 time=0.387 ms
64 bytes from orzin.FISH (192.168.1.10): icmp_seq=4 ttl=64 time=0.849 ms
64 bytes from orzin.FISH (192.168.1.10): icmp_seq=5 ttl=64 time=0.849 ms
64 bytes from orzin.FISH (192.168.1.10): icmp_seq=6 ttl=64 time=0.414 ms
64 bytes from orzin.FISH (192.168.1.10): icmp_seq=7 ttl=64 time=0.402 ms
--- orzin.local ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 6015ms
rtt min/avg/max/mdev = 0.387/0.788/2.195/0.606 ms
airtonix@ubuntu-cloud:~$ ping google.com
PING google.com (66.102.11.104) 56(84) bytes of data.
From 192.168.1.1 icmp_seq=1 Destination Port Unreachable
From 192.168.1.1 icmp_seq=2 Destination Port Unreachable
From 192.168.1.1 icmp_seq=3 Destination Port Unreachable
From 192.168.1.1 icmp_seq=4 Destination Port Unreachable
From 192.168.1.1 icmp_seq=5 Destination Port Unreachable
--- google.com ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 20043ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment