Advertisement
Guest User

Untitled

a guest
Jan 20th, 2013
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. sudo ifconfig
  2. eth0 Link encap:Ethernet HWaddr 52:54:00:b2:97:4c
  3. inet addr:192.168.122.100 Bcast:192.168.122.255 Mask:255.255.255.0
  4. inet6 addr: fe80::5054:ff:feb2:974c/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:1770 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:1087 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:603800 (603.8 KB) TX bytes:169970 (169.9 KB)
  10. Interrupt:11 Base address:0x6000
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:16436 Metric:1
  16. RX packets:12 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:2044 (2.0 KB) TX bytes:2044 (2.0 KB)
  20.  
  21. sudo iptables -nvL --line-numbers
  22. Chain INPUT (policy ACCEPT 730 packets, 522K bytes)
  23. num pkts bytes target prot opt in out source destination
  24.  
  25. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  26. num pkts bytes target prot opt in out source destination
  27.  
  28. Chain OUTPUT (policy ACCEPT 447 packets, 68806 bytes)
  29. num pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement