Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth0
  5. iface eth0 inet static
  6. address 192.168.0.200
  7. netmask 255.255.255.0
  8. gateway 192.168.0.1
  9.  
  10. eth0 Link encap:Ethernet HWaddr 80:ee:73:36:eb:e4
  11. inet addr:192.168.0.200 Bcast:192.168.0.255 Mask:255.255.255.0
  12. inet6 addr: fe80::82ee:73ff:fe36:ebe4/64 Scope:Link
  13. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  14. RX packets:2388 errors:0 dropped:0 overruns:0 frame:0
  15. TX packets:2583 errors:0 dropped:0 overruns:0 carrier:0
  16. collisions:0 txqueuelen:1000
  17. RX bytes:313912 (313.9 KB) TX bytes:1932766 (1.9 MB)
  18. Interrupt:46
  19.  
  20. lo Link encap:Local Loopback
  21. inet addr:127.0.0.1 Mask:255.0.0.0
  22. inet6 addr: ::1/128 Scope:Host
  23. UP LOOPBACK RUNNING MTU:65536 Metric:1
  24. RX packets:927 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:927 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:0
  27. RX bytes:73985 (73.9 KB) TX bytes:73985 (73.9 KB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement