New on LowEndTalk? Please Register and read our Community Rules.
Need help: Bridge for NAT with NetPlan on Ubuntu 18
Hello all.
I am not familiar at all with the new netplan yaml configuration that Ubuntu has now adopted abandoning the good ol' network interfaces.
Is there any easy (for idiots) tutorial on how to create bridges for NATing vps with netplan on Ubuntu? Creating vmbr1, 2 etc. for having different ranges of subnets on a server and using them to port forward to certain docker/lxc/kvm vms?
Thanks!
Comments
Netplan configuration examples
Routing eth0 data to eth1 with netplan
.
You will have to enable ip forward and do Postrouting rules in NAT chain on iptables to get this working.