Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. source /etc/network/interfaces.d/*
  5.  
  6. # The loopback network interface
  7. auto lo
  8. iface lo inet loopback
  9.  
  10. # The primary network interface
  11. auto ens33qcpu
  12. iface ens33243ce inet dhcp
  13. # This is an autoconfigured IPv6 interface
  14. iface ens3334d inet6 auto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement