Advertisement
Guest User

Untitled

a guest
May 28th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1.  
  2. ################# the first machine
  3. $ ifconfig
  4. eth0 Link encap:Ethernet HWaddr f2:3c:91:d5:d5:32
  5. inet addr:151.236.221.59 Bcast:151.236.221.255 Mask:255.255.255.0
  6. inet6 addr: fe80::f03c:91ff:fed5:d532/64 Scope:Link
  7. inet6 addr: 2a01:7e00::f03c:91ff:fed5:d532/64 Scope:Global
  8. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  9. RX packets:60300047 errors:0 dropped:0 overruns:0 frame:0
  10. TX packets:79056322 errors:0 dropped:0 overruns:0 carrier:0
  11. collisions:0 txqueuelen:1000
  12. RX bytes:7653027981 (7.6 GB) TX bytes:13704586353 (13.7 GB)
  13.  
  14. eth0:1 Link encap:Ethernet HWaddr f2:3c:91:d5:d5:32
  15. inet addr:192.168.157.228 Bcast:0.0.0.0 Mask:255.255.128.0
  16. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  17.  
  18. lo Link encap:Local Loopback
  19. inet addr:127.0.0.1 Mask:255.0.0.0
  20. inet6 addr: ::1/128 Scope:Host
  21. UP LOOPBACK RUNNING MTU:65536 Metric:1
  22. RX packets:202276389 errors:0 dropped:0 overruns:0 frame:0
  23. TX packets:202276389 errors:0 dropped:0 overruns:0 carrier:0
  24. collisions:0 txqueuelen:1
  25. RX bytes:206329186636 (206.3 GB) TX bytes:206329186636 (206.3 GB)
  26.  
  27. ##################### the 2nd machine
  28. $ ifconfig
  29. eth0 Link encap:Ethernet HWaddr f2:3c:91:d5:d5:24
  30. inet addr:139.162.231.160 Bcast:139.162.231.255 Mask:255.255.255.0
  31. inet6 addr: fe80::f03c:91ff:fed5:d524/64 Scope:Link
  32. inet6 addr: 2a01:7e00::f03c:91ff:fed5:d524/64 Scope:Global
  33. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  34. RX packets:87259257 errors:0 dropped:0 overruns:0 frame:0
  35. TX packets:63491258 errors:0 dropped:0 overruns:0 carrier:0
  36. collisions:0 txqueuelen:1000
  37. RX bytes:18203540876 (18.2 GB) TX bytes:7684080886 (7.6 GB)
  38.  
  39. lo Link encap:Local Loopback
  40. inet addr:127.0.0.1 Mask:255.0.0.0
  41. inet6 addr: ::1/128 Scope:Host
  42. UP LOOPBACK RUNNING MTU:65536 Metric:1
  43. RX packets:460071277 errors:0 dropped:0 overruns:0 frame:0
  44. TX packets:460071277 errors:0 dropped:0 overruns:0 carrier:0
  45. collisions:0 txqueuelen:1
  46. RX bytes:24229145434 (24.2 GB) TX bytes:24229145434 (24.2 GB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement