Advertisement
MrModest

/etc/network/interfaces.d/50-cloud-init.cfg

Dec 16th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # This file is generated from information provided by
  2. # the datasource. Changes to it will not persist across an instance.
  3. # To disable cloud-init's network configuration capabilities, write a file
  4. # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
  5. # network: {config: disabled}
  6. auto lo
  7. iface lo inet loopback
  8.  
  9. auto ens3
  10. iface ens3 inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement