Incomming Traffic from Firewall over Vyos to the Client Network

when you would like to spend time on that for sure ill wait

I posts it here, will take a little longer since I had to jump on something else.

no problem and dont stress yourself at the moment. tomorrow i will test that also in my LAB

The below should do what you want:

set interfaces bonding bond01 address ‘172.16.0.253/24’
set interfaces bonding bond01 description ‘upstream to your fw’
set interfaces bonding bond01 mode ‘adaptive-load-balance’
set interfaces ethernet eth0 bond-group ‘bond01’
set interfaces ethernet eth1 bond-group ‘bond01’

set interfaces bonding bond02 address ‘10.0.0.254/24’
set interfaces bonding bond02 description ‘client network’
set interfaces bonding bond02 mode ‘adaptive-load-balance’
set interfaces ethernet eth2 bond-group ‘bond02’
set interfaces ethernet eth3 bond-group ‘bond02’

set protocols static route 0.0.0.0/0 next-hop 172.16.0.254

Hi Hagbard,

sounds good and logic. Have a look on the Drawing in the attachement.

i have visualized what a wanna to realize.

For the final Config regarding the Vyos Options i think i have to bridge the XenServer Bonds on booth Vyos Routers - or not?

The point is that the Windows Clients in the 10.0.0.x Network have to see each other.

Note: The XenServer Bonds are in active / passive Mode