Advertisement
Guest User

Untitled

a guest
Nov 30th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ~$ cat /etc/network/interfaces
  2. # This file describes the network interfaces available on your system
  3. # and how to activate them. For more information, see interfaces(5).
  4.  
  5. source /etc/network/interfaces.d/*
  6.  
  7. # The loopback network interface
  8. auto lo
  9. iface lo inet loopback
  10.  
  11. # The primary network interface
  12. auto enp4s3
  13. iface enp4s3 inet dhcp
  14.  
  15. # wifi, custom config
  16. auto enx0cb6d2d1a525
  17. iface enx0cb6d2d1a525 inet dhcp
  18. wpa-essid MYSSID
  19. wpa-psk MYPASSWORD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement