Ticket #9110: net.txt

File net.txt, 1.9 KB (added by dsjonny, 12 years ago)

ifconfig-ping

Line 
1~/Desktop> ifconfig -a
2loop Hardware type: Local Loopback, Address: none
3 inet addr: 127.0.0.1, Mask: 255.0.0.0
4 inet6 addr: ::1, Prefix Length: 128
5 MTU: 16384, Metric: 0, up loopback link
6 Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
7 Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
8 Collisions: 0
9
10/dev/net/ipro1000/0
11 Hardware type: Ethernet, Address: 38:60:77:59:a7:6a
12 Media type: 1 GBit, 1000BASE-T
13 inet addr: 89.133.224.21, Bcast: 255.255.255.255, Mask: 255.255.248.0
14 inet6 addr: fe80::3a60:77ff:fe59:a76a, Bcast: ffff:ffff:ffff:ffff::, Prefix Length: 64
15 MTU: 1500, Metric: 0, up broadcast link auto-configured
16 Receive: 1423 packets, 0 errors, 89113 bytes, 0 mcasts, 0 dropped
17 Transmit: 58 packets, 0 errors, 5026 bytes, 0 mcasts, 0 dropped
18 Collisions: 0
19
20~/Desktop> ping 192.168.100.1
21PING 192.168.100.1 (192.168.100.1): 56 data bytes
2264 bytes from 192.168.100.1: icmp_seq=0 ttl=64 time=0.479 ms
2364 bytes from 192.168.100.1: icmp_seq=1 ttl=64 time=0.441 ms
2464 bytes from 192.168.100.1: icmp_seq=2 ttl=64 time=0.439 ms
2564 bytes from 192.168.100.1: icmp_seq=3 ttl=64 time=0.430 ms
26--- 192.168.100.1 ping statistics ---
274 packets transmitted, 4 packets received, 0% packet loss
28round-trip min/avg/max/std-dev = 0.430/0.447/0.479/0.145 ms
29~/Desktop> ping 89.133.224.21
30PING 89.133.224.21 (89.133.224.21): 56 data bytes
3164 bytes from 89.133.224.21: icmp_seq=0 ttl=254 time=0.066 ms
3264 bytes from 89.133.224.21: icmp_seq=1 ttl=254 time=0.058 ms
3364 bytes from 89.133.224.21: icmp_seq=2 ttl=254 time=0.060 ms
3464 bytes from 89.133.224.21: icmp_seq=3 ttl=254 time=0.057 ms
35--- 89.133.224.21 ping statistics ---
364 packets transmitted, 4 packets received, 0% packet loss
37round-trip min/avg/max/std-dev = 0.057/0.060/0.066/0.011 ms
38~/Desktop>