Advertisement
Guest User

Untitled

a guest
May 25th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. # interfaces(5) file used by ifup(8) and ifdown(8)
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. auto eth1
  6. iface eth1 inet static
  7. dns-nameservers 192.168.1.70 192.168.1.1
  8. address 192.168.1.66
  9. gateway 192.168.1.1
  10.  
  11. me@vBox1b-client:~$ ifconfig
  12. enp0s3 Link encap:Ethernet HWaddr 08:00:27:9e:aa:c9
  13. inet addr:192.168.1.78 Bcast:192.168.1.255 Mask:255.255.255.0
  14. inet6 addr: fe80::a00:27ff:fe9e:aac9/64 Scope:Link
  15. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  16. RX packets:41 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:1000
  19. RX bytes:4304 (4.3 KB) TX bytes:8988 (8.9 KB)
  20.  
  21. enp0s8 Link encap:Ethernet HWaddr 08:00:27:17:a7:e6
  22. inet addr:10.0.3.15 Bcast:10.0.3.255 Mask:255.255.255.0
  23. inet6 addr: fe80::a16b:7a82:bf0b:7247/64 Scope:Link
  24. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  25. RX packets:4 errors:0 dropped:0 overruns:0 frame:0
  26. TX packets:67 errors:0 dropped:0 overruns:0 carrier:0
  27. collisions:0 txqueuelen:1000
  28. RX bytes:1328 (1.3 KB) TX bytes:7953 (7.9 KB)
  29.  
  30. lo Link encap:Local Loopback
  31. inet addr:127.0.0.1 Mask:255.0.0.0
  32. inet6 addr: ::1/128 Scope:Host
  33. UP LOOPBACK RUNNING MTU:65536 Metric:1
  34. RX packets:10 errors:0 dropped:0 overruns:0 frame:0
  35. TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
  36. collisions:0 txqueuelen:1
  37. RX bytes:534 (534.0 B) TX bytes:534 (534.0 B)
  38.  
  39. # interfaces(5) file used by ifup(8) and ifdown(8)
  40. auto lo
  41. iface lo inet loopback
  42.  
  43. auto enp0s3
  44. iface enp0s3 inet static
  45. dns-nameservers 192.168.1.70 192.168.1.1
  46. address 192.168.1.66
  47. gateway 192.168.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement