Advertisement
Guest User

Untitled

a guest
May 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #peterpro@ubuntu1:~$ cat /etc/netplan/50-cloud-init.yaml
  2. # This file is generated from information provided by
  3. # the datasource. Changes to it will not persist across an instance.
  4. # To disable cloud-init's network configuration capabilities, write a file
  5. # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
  6. # network: {config: disabled}
  7. network:
  8. ethernets:
  9. enp0s8:
  10. dhcp4: no
  11. dhcp6: no
  12. addresses: [192.168.222.222/24]
  13. enp0s3:
  14. dhcp4: yes
  15. version: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement