Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. auto eth0
  2. iface eth0 inet dhcp
  3.  
  4. eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
  5. inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
  6. inet6 addr: fe80::2e0:b8ff:fee7:f71c/64 Scope:Link
  7. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  8. RX packets:281 errors:0 dropped:0 overruns:0 frame:0
  9. TX packets:352 errors:0 dropped:0 overruns:0 carrier:0
  10. collisions:0 txqueuelen:1000
  11. RX bytes:31874 (31.8 KB) TX bytes:45369 (45.3 KB)
  12.  
  13. lo Link encap:Local Loopback
  14. inet addr:127.0.0.1 Mask:255.0.0.0
  15. inet6 addr: ::1/128 Scope:Host
  16. UP LOOPBACK RUNNING MTU:16436 Metric:1
  17. RX packets:430 errors:0 dropped:0 overruns:0 frame:0
  18. TX packets:430 errors:0 dropped:0 overruns:0 carrier:0
  19. collisions:0 txqueuelen:0
  20. RX bytes:41740 (41.7 KB) TX bytes:41740 (41.7 KB)
  21.  
  22. auto eth0
  23. iface eth0 inet static
  24. address 192.168.1.37
  25. netmask 225.225.225.0
  26. gateway 192.168.1.1
  27.  
  28. lo Link encap:Local Loopback
  29. inet addr:127.0.0.1 Mask:255.0.0.0
  30. inet6 addr: ::1/128 Scope:Host
  31. UP LOOPBACK RUNNING MTU:16436 Metric:1
  32. RX packets:430 errors:0 dropped:0 overruns:0 frame:0
  33. TX packets:430 errors:0 dropped:0 overruns:0 carrier:0
  34. collisions:0 txqueuelen:0
  35. RX bytes:41740 (41.7 KB) TX bytes:41740 (41.7 KB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement