This guides shows how to use Remote IPv4 IPs, tunnelled via GRE to your hypervisor and use the IPs on your VMs.
171.32.42.128/29
Internal IP Block used for communication: 10.0.0.0/30
Bridge interface server B: br0
/etc/netplan/
with a .yaml
extension (e.g. /etc/netplan/config.yaml)
,
then run sudo netplan apply
. This command parses and applies the configuration to the system. Configuration written to disk under /etc/netplan/
will persist between reboots.
Example file contents : /etc/netplan/01-netcfg.yaml
Note: You will need the bridge-utils package installed on your server
/etc/rc.local
and add all the commands we did (except for the echo ones!) before the exit 0
.