Advertisement
Guest User

Untitled

a guest
Sep 11th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. cat /etc/network/interfaces
  2. # interfaces(5) file used by ifup(8) and ifdown(8)
  3. auto lo
  4. iface lo inet loopback
  5.  
  6.  
  7. #auto enp7s0
  8. #iface enp7s0 inet static
  9. # address 192.168.1.162
  10. # netmask 255.255.255.0
  11. # network 192.168.1.0
  12. # broadcast 192.168.1.255
  13. # gateway 192.168.1.1
  14. # dns-nameservers 8.8.8.8 8.8.4.4
  15.  
  16. #auto enx00249b29118e
  17. #iface enx00249b29118e inet static
  18. # address 192.168.1.199
  19. # netmask 255.255.255.0
  20. # network 192.168.1.0
  21. # broadcast 192.168.1.255
  22. # gateway 192.168.1.1
  23. # dns-nameservers 8.8.8.8 8.8.4.4
  24.  
  25. #auto wlp8s0
  26. #iface wlp8s0 inet static
  27. # address 192.168.1.198
  28. # netmask 255.255.255.0
  29. # network 192.168.1.0
  30. # broadcast 192.168.1.255
  31. # gateway 192.168.1.1
  32. # dns-nameservers 8.8.8.8 8.8.4.4
  33.  
  34. #auto wlx9cefd5fe2ad9
  35. #iface wlx9cefd5fe2ad9 inet static
  36. # address 192.168.1.197
  37. # netmask 255.255.255.0
  38. # network 192.168.1.0
  39. # broadcast 192.168.1.255
  40. # gateway 192.168.1.1
  41. # dns-nameservers 8.8.8.8 8.8.4.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement