Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. root@debian:~# ifconfig
  2. eth0 Link encap:Ethernet HWaddr 76:76:e5:4c:98:b8
  3. inet addr:10.130.1.157 Bcast:10.130.1.255 Mask:255.255.255.0
  4. inet6 addr: fe80::7476:e5ff:fe4c:98b8/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:166916 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:161537 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:877454159 (836.8 MiB) TX bytes:134342604 (128.1 MiB)
  10.  
  11. eth1 Link encap:Ethernet HWaddr 42:a2:e3:bf:1d:5b
  12. inet addr:10.254.254.3 Bcast:10.254.254.15 Mask:255.255.255.240
  13. inet6 addr: fe80::40a2:e3ff:febf:1d5b/64 Scope:Link
  14. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  15. RX packets:6684 errors:0 dropped:241 overruns:0 frame:0
  16. TX packets:3736 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:1000
  18. RX bytes:4868584 (4.6 MiB) TX bytes:752090 (734.4 KiB)
  19.  
  20. lo Link encap:Local Loopback
  21. inet addr:127.0.0.1 Mask:255.0.0.0
  22. inet6 addr: ::1/128 Scope:Host
  23. UP LOOPBACK RUNNING MTU:65536 Metric:1
  24. RX packets:5 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:0
  27. RX bytes:440 (440.0 B) TX bytes:440 (440.0 B)
  28.  
  29. root@debian:~# route
  30. Kernel IP routing table
  31. Destination Gateway Genmask Flags Metric Ref Use Iface
  32. default 10.130.1.1 0.0.0.0 UG 0 0 0 eth0
  33. 10.130.1.0 * 255.255.255.0 U 0 0 0 eth0
  34. 10.254.254.0 * 255.255.255.240 U 0 0 0 eth1
  35. root@debian:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement