Advertisement
Guest User

cable

a guest
Jun 2nd, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. route -n
  2. Tabella di routing IP del kernel
  3. Destination Gateway Genmask Flags Metric Ref Use Iface
  4. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  5. 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
  6.  
  7.  
  8.  
  9. ifconfig
  10. eth0 Link encap:Ethernet HWaddr 00:16:d4:e6:27:14
  11. indirizzo inet:192.168.1.10 Bcast:192.168.1.255 Maschera:255.255.255.0
  12. indirizzo inet6: fe80::216:d4ff:fee6:2714/64 Scope:Link
  13. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  14. RX packets:633 errors:373 dropped:0 overruns:0 frame:0
  15. TX packets:800 errors:0 dropped:0 overruns:0 carrier:0
  16. collisioni:0 txqueuelen:1000
  17. Byte RX:63915 (63.9 KB) Byte TX:70790 (70.7 KB)
  18. Interrupt:16 Indirizzo base:0x2000
  19.  
  20. lo Link encap:Loopback locale
  21. indirizzo inet:127.0.0.1 Maschera:255.0.0.0
  22. indirizzo inet6: ::1/128 Scope:Host
  23. UP LOOPBACK RUNNING MTU:16436 Metric:1
  24. RX packets:2342 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:2342 errors:0 dropped:0 overruns:0 carrier:0
  26. collisioni:0 txqueuelen:0
  27. Byte RX:216967 (216.9 KB) Byte TX:216967 (216.9 KB)
  28.  
  29. wlan0 Link encap:Ethernet HWaddr 00:1a:73:3e:84:f4
  30. indirizzo inet6: fe80::21a:73ff:fe3e:84f4/64 Scope:Link
  31. UP BROADCAST MULTICAST MTU:1500 Metric:1
  32. RX packets:17206 errors:0 dropped:0 overruns:0 frame:0
  33. TX packets:13593 errors:0 dropped:0 overruns:0 carrier:0
  34. collisioni:0 txqueuelen:1000
  35. Byte RX:16598235 (16.5 MB) Byte TX:1511300 (1.5 MB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement