Skip to content

Instantly share code, notes, and snippets.

@bbg-deploy
Created August 29, 2013 16:47
Show Gist options
  • Save bbg-deploy/6380564 to your computer and use it in GitHub Desktop.
Save bbg-deploy/6380564 to your computer and use it in GitHub Desktop.
[root@ds1103 ~]# hostname
ds1103.blueboxgrid.com
[root@ds1103 ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:25:90:a7:ac:f8 brd ff:ff:ff:ff:ff:ff
inet 10.189.155.10/24 brd 10.189.155.255 scope global eth0
inet6 2607:f700:399:117:225:90ff:fea7:acf8/64 scope global dynamic
valid_lft 2591890sec preferred_lft 604690sec
inet6 2607:f700:399:117::acf8/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::225:90ff:fea7:acf8/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:25:90:a7:ac:f9 brd ff:ff:ff:ff:ff:ff
[root@ds1103 ~]# ping -c5 10.189.155.1
PING 10.189.155.1 (10.189.155.1) 56(84) bytes of data.
64 bytes from 10.189.155.1: icmp_seq=1 ttl=255 time=0.220 ms
64 bytes from 10.189.155.1: icmp_seq=2 ttl=255 time=0.207 ms
64 bytes from 10.189.155.1: icmp_seq=3 ttl=255 time=0.207 ms
64 bytes from 10.189.155.1: icmp_seq=4 ttl=255 time=0.210 ms
64 bytes from 10.189.155.1: icmp_seq=5 ttl=255 time=0.202 ms
--- 10.189.155.1 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 0.202/0.209/0.220/0.010 ms
[root@ds1103 ~]# ping -c5 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 13999ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment