Create SDN private Network

weyon668

New Member
May 4, 2024
17
2
3
My steps are exaclty the same from the websites I posted (and snat is on), with the same names an IPs. And curios, when I tried this at home in vmware, it works perfectly. Only on my dedicated server it won´t work.
 
Last edited:
As you wish ;-)

auto lo
iface lo inet loopback

iface lo inet6 loopback

iface enp6s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 144.xxx.xxx.xxx/27
gateway 144.xxx.xxx.xxx
bridge-ports enp6s0
bridge-stp off
bridge-fd 0

source /etc/network/interfaces.d/*