Bill,

I would suggest removing netplan since the mangementnode code dos not
support netplan right now.

This can be done by following the instructions here

https://techpiezo.com/linux/switch-back-to-ifupdown-etc-network-interfaces-in-ubuntu/

I also would suggest to remove the ufw firewall and go with iptables

# sudo ufw disable
# sudo apt-get remove ufw
# sudo apt-get purge ufw

# sudo iptables -F
# sudo iptables -Z

Then I would make sure to save the iptables after this.

Can you tell me what other issues you have run into?

Thanks,

Mike Jennings

On Mon, May 11, 2020 at 9:20 AM Doran,William <[email protected]> wrote:

> Hi All,
>
> I’m trying to create a base image of Ubuntu 18.04 but have been having
> issues capturing/launching the image due to the change in Ubuntu 18.04 to
> Netplan (among other issues).   Has anyone successfully built a Ubuntu
> 18.04 image, and if so, can you provide some suggestions/pointers?
>
>
>
> Thanks in advance!
>
> -Bill
>

Reply via email to