Advertisement
METAJIJI

/etc/network/interfaces

Mar 28th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 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. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. # Source interfaces
  9. # Please check /etc/network/interfaces.d before changing this file
  10. # as interfaces may have been defined in /etc/network/interfaces.d
  11. # NOTE: the primary ethernet device is defined in
  12. # /etc/network/interfaces.d/eth0
  13. # See LP: #1262951
  14. source /etc/network/interfaces.d/*.cfg
  15.  
  16.  
  17. # Read the dynamically created configurations from tmpfs mount. If you want a static
  18. # configuration, disable the line below. However, you will have to manually configure
  19. # each interface on this system. The contents of /etc/network/interfaces.dynamic.d/*.cfg
  20. # are written over EACH boot.
  21. #source /etc/network/interfaces.dynamic.d/*.cfg
  22. #REQUIRED!!! TO /etc/fstab:
  23. # CLOUD_IMG: This file was created/modified by the Cloud Image build process
  24. # The following is used to dynamically configured additional
  25. # NICs. Do not remove unless you know what you are doing.
  26. #none /etc/network/interfaces.dynamic.d tmpfs nodev,noexec,nosuid,size=64K 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement