~/Desktop> ifconfig -a loop Hardware type: Local Loopback, Address: none inet addr: 127.0.0.1, Mask: 255.0.0.0 inet6 addr: ::1, Prefix Length: 128 MTU: 16384, Metric: 0, up loopback link Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped Collisions: 0 /dev/net/ipro1000/0 Hardware type: Ethernet, Address: 38:60:77:59:a7:6a Media type: 1 GBit, 1000BASE-T inet addr: 89.133.224.21, Bcast: 255.255.255.255, Mask: 255.255.248.0 inet6 addr: fe80::3a60:77ff:fe59:a76a, Bcast: ffff:ffff:ffff:ffff::, Prefix Length: 64 MTU: 1500, Metric: 0, up broadcast link auto-configured Receive: 1423 packets, 0 errors, 89113 bytes, 0 mcasts, 0 dropped Transmit: 58 packets, 0 errors, 5026 bytes, 0 mcasts, 0 dropped Collisions: 0 ~/Desktop> ping 192.168.100.1 PING 192.168.100.1 (192.168.100.1): 56 data bytes 64 bytes from 192.168.100.1: icmp_seq=0 ttl=64 time=0.479 ms 64 bytes from 192.168.100.1: icmp_seq=1 ttl=64 time=0.441 ms 64 bytes from 192.168.100.1: icmp_seq=2 ttl=64 time=0.439 ms 64 bytes from 192.168.100.1: icmp_seq=3 ttl=64 time=0.430 ms --- 192.168.100.1 ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max/std-dev = 0.430/0.447/0.479/0.145 ms ~/Desktop> ping 89.133.224.21 PING 89.133.224.21 (89.133.224.21): 56 data bytes 64 bytes from 89.133.224.21: icmp_seq=0 ttl=254 time=0.066 ms 64 bytes from 89.133.224.21: icmp_seq=1 ttl=254 time=0.058 ms 64 bytes from 89.133.224.21: icmp_seq=2 ttl=254 time=0.060 ms 64 bytes from 89.133.224.21: icmp_seq=3 ttl=254 time=0.057 ms --- 89.133.224.21 ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max/std-dev = 0.057/0.060/0.066/0.011 ms ~/Desktop>