Advertisement
Guest User

Untitled

a guest
May 29th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Kernel IP routing table
  2. Destination Gateway Genmask Flags Metric Ref Use Iface
  3. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
  4. 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
  5. 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
  6. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  7. vm2:/ # ifconfig
  8. eth1 Link encap:Ethernet HWaddr 08:00:27:FF:43:8F
  9. inet addr:192.168.1.60 Bcast:192.168.1.255 Mask:255.255.255.0
  10. inet6 addr: fe80::a00:27ff:feff:438f/64 Scope:Link
  11. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  12. RX packets:28820 errors:0 dropped:19 overruns:0 frame:0
  13. TX packets:1338 errors:0 dropped:0 overruns:0 carrier:0
  14. collisions:0 txqueuelen:1000
  15. RX bytes:2740658 (2.6 Mb) TX bytes:297190 (290.2 Kb)
  16.  
  17. lo Link encap:Local Loopback
  18. inet addr:127.0.0.1 Mask:255.0.0.0
  19. inet6 addr: ::1/128 Scope:Host
  20. UP LOOPBACK RUNNING MTU:65536 Metric:1
  21. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  22. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  23. collisions:0 txqueuelen:0
  24. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement