@blackliner said in Sdn controller and physical network:
@nikade How do you "pair" the XCP-ng SDN with your routing setup?
You cant/dont, you'll have to setup each private network on the vyos router and then have the vm private network routed through it manually.
For example if you have private network 1 with subnet 192.168.1.0/24 you'd have to add this network to the vyos router and assign 192.168.1.1/24 on the router.
Then set 192.168.1.1 as default gateway in your vm's which uses this network.
Then you'll setup ospf or bgp on the vyos router manually with your upstream border/core-router or firewall. If the subnet is a private subnet you'll need to setup NAT as well somewhere before it reaches internet to NAT traffic from 192.168.1.0/24.