Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. odroid@odroid:~$ ifconfig
  2. eth1 Link encap:Ethernet HWaddr 00:1e:06:34:9b:06
  3. inet addr:192.168.0.19 Bcast:192.168.0.255 Mask:255.255.255.0
  4. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  5. RX packets:949 errors:0 dropped:0 overruns:0 frame:0
  6. TX packets:781 errors:0 dropped:0 overruns:0 carrier:0
  7. collisions:0 txqueuelen:1000
  8. RX bytes:99248 (99.2 KB) TX bytes:87238 (87.2 KB)
  9. Interrupt:40
  10.  
  11. eth1.100 Link encap:Ethernet HWaddr 00:1e:06:34:9b:06
  12. inet addr:10.0.0.3 Bcast:10.0.0.255 Mask:255.255.255.0
  13. inet6 addr: fe80::21e:6ff:fe34:9b06/64 Scope:Link
  14. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  15. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:0
  18. RX bytes:0 (0.0 B) TX bytes:8193 (8.1 KB)
  19.  
  20.  
  21. odroid@odroid:~$ ping 10.0.0.1
  22. PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
  23. 64 bytes from 10.0.0.1: icmp_seq=1 ttl=255 time=9.79 ms
  24. ^C
  25. --- 10.0.0.1 ping statistics ---
  26. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  27. rtt min/avg/max/mdev = 9.792/9.792/9.792/0.000 ms
  28. odroid@odroid:~$ arp -a
  29. ? (192.168.0.18) at b8:f6:b1:16:45:71 [ether] on eth1
  30. ? (192.168.0.1) at 4c:96:14:c3:29:06 [ether] on eth1
  31. ? (10.0.0.1) at 00:16:46:1d:a3:41 [ether] on eth1.100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement