Advertisement
Guest User

Untitled

a guest
Feb 26th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1.  
  2. eblume@telomer:~$ ifconfig -a
  3. eth0 Link encap:Ethernet HWaddr 80:ee:73:16:b5:00
  4. inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
  5. inet6 addr: fe80::82ee:73ff:fe16:b500/64 Scope:Link
  6. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  7. RX packets:1575 errors:0 dropped:0 overruns:0 frame:0
  8. TX packets:6017 errors:0 dropped:0 overruns:0 carrier:0
  9. collisions:0 txqueuelen:1000
  10. RX bytes:195187 (195.1 KB) TX bytes:494976 (494.9 KB)
  11. Interrupt:43 Base address:0x2000
  12.  
  13. eth1 Link encap:Ethernet HWaddr 80:ee:73:16:b4:ff
  14. BROADCAST MULTICAST MTU:1500 Metric:1
  15. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:1000
  18. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  19. Interrupt:44 Base address:0x4000
  20.  
  21. lo Link encap:Local Loopback
  22. inet addr:127.0.0.1 Mask:255.0.0.0
  23. inet6 addr: ::1/128 Scope:Host
  24. UP LOOPBACK RUNNING MTU:16436 Metric:1
  25. RX packets:555 errors:0 dropped:0 overruns:0 frame:0
  26. TX packets:555 errors:0 dropped:0 overruns:0 carrier:0
  27. collisions:0 txqueuelen:0
  28. RX bytes:69458 (69.4 KB) TX bytes:69458 (69.4 KB)
  29.  
  30. virbr0 Link encap:Ethernet HWaddr fe:db:0a:d6:d4:98
  31. inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
  32. UP BROADCAST MULTICAST MTU:1500 Metric:1
  33. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  34. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  35. collisions:0 txqueuelen:0
  36. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  37.  
  38. eblume@telomer:~$ cat /etc/resolv.conf
  39. # Generated by NetworkManager
  40. nameserver 75.75.75.75
  41. nameserver 75.75.76.76
  42. eblume@telomer:~$ route -n
  43. Kernel IP routing table
  44. Destination Gateway Genmask Flags Metric Ref Use Iface
  45. 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  46. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  47. eblume@telomer:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement