Was following the instructions on this page but got stumped on the second step:
Using bridge-utils
$ sudo apt-get install bridge-utilsIn a bridged setup, it is required that we assign the IP address to the bridged interface. Configure network interfaces so that they persist after reboot:
$ sudo vi /etc/network/interfacesiface xenbr0 inet dhcp bridge_ports eth0 iface eth0 inet manual```
Starting version 17.10 (in 2017), Ubuntu moved to netplan. So, these instructions are out of date. (The last update is 2015.) No telling how much more of the wiki's directions are out of date.
Edit: Additionally, the only file in the directory is /etc/netplan/50-cloud-init.yaml and when I nano it, the following message appears at top:
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
I'm taking it to mean that editing this file won't do any good? Not sure.
How does one install and configure Xen Project on 18.04?