Advertisement
Guest User

interfaces etc/network

a guest
Jul 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #------------------------------------------------------------------------------
  2. # /etc/network/interfaces
  3. #
  4. # interfaces(5) file used by ifup(8) and ifdown(8)
  5. # Used by ceni but not by wicd
  6. #------------------------------------------------------------------------------
  7.  
  8. auto lo
  9. iface lo inet loopback
  10.  
  11. allow-hotplug eth0
  12. iface eth0 inet dhcp
  13.  
  14. allow-hotplug eth1
  15. iface eth1 inet dhcp
  16.  
  17. allow-hotplug eth2
  18. iface eth2 inet dhcp
  19.  
  20. allow-hotplug eth3
  21. iface eth3 inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement