Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. sudo ifconfig
  2. eth0 Link encap:Ethernet HWaddr 1c:6f:65:32:52:56
  3. inet addr:192.168.1.242 Bcast:192.168.1.255 Mask:255.255.255.0
  4. inet6 addr: fe80::1e6f:65ff:fe32:5256/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:2266 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:1806 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:2317646 (2.3 MB) TX bytes:230860 (230.8 KB)
  10. Interrupt:28
  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:720 (720.0 B) TX bytes:720 (720.0 B)
  20.  
  21. sudo route
  22. Kernel IP routing table
  23. Destination Gateway Genmask Flags Metric Ref Use Iface
  24. 192.168.1.0 * 255.255.255.0 U 1 0 0 eth0
  25. link-local * 255.255.0.0 U 1000 0 0 eth0
  26. default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement