Advertisement
Guest User

Untitled

a guest
Mar 20th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <Socket>={-t|--tcp} {-u|--udp} {-U|--udplite} {-w|--raw} {-x|--unix} --ax25 --ipx --netrom
  2. <AF>=Use '-6|-4' or '-A <af>' or '--<af>'; default: inet
  3. List of possible address families (which support routing):
  4. inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
  5. netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)
  6. x25 (CCITT X.25)
  7. [andreas@archie ~]$ netstat -i
  8. Kernel Interface table
  9. Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
  10. eth0 1500 0 532483 0 15 0 342983 0 0 0 BMRU
  11. lo 16436 0 84 0 [andreas@archie ~]$ ifconfig -a
  12. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
  13. inet 10.0.0.68 netmask 255.255.255.0 broadcast 10.0.0.255
  14. inet6 fe80::16da:e9ff:fe15:1f51 prefixlen 64 scopeid 0x20<link>
  15. ether 14:da:e9:15:1f:51 txqueuelen 1000 (Ethernet)
  16. RX packets 533281 bytes 691626305 (659.5 MiB)
  17. RX errors 0 dropped 15 overruns 0 frame 0
  18. TX packets 343687 bytes 50532392 (48.1 MiB)
  19. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  20. device interrupt 18 memory 0xfa600000-fa620000
  21.  
  22. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 metric 1
  23. inet 127.0.0.1 netmask 255.0.0.0
  24. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  25. loop txqueuelen 0 (Local Loopback)
  26. RX packets 84 bytes 6376 (6.2 KiB)
  27. RX errors 0 dropped 0 overruns 0 frame 0
  28. TX packets 84 bytes 6376 (6.2 KiB)
  29. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  30.  
  31. 0 0 84 0 0 0 LRU
  32. [andreas@archie ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement