i want to use WAN Load-Balancing. All looks fine both Interfaces are shown as up and i can ping external ips. But my local containers on vyos does not have access to the internet. The firewall rules allow the acces, i think the problem is the wan load-balancing.
Thats my load-balancing config, i already have tested with inbound-interface=any
set load-balancing wan disable-source-nat
set load-balancing wan enable-local-traffic
set load-balancing wan sticky-connections inbound
set load-balancing wan flush-connections
set load-balancing wan interface-health pppoe0 failure-count 5
set load-balancing wan interface-health pppoe0 success-count 3
set load-balancing wan interface-health pppoe0 nexthop 'dhcp'
set load-balancing wan interface-health pppoe0 test 100 type ping
set load-balancing wan interface-health pppoe0 test 100 target 8.8.8.8
set load-balancing wan interface-health bond0.103 failure-count 5
set load-balancing wan interface-health bond0.103 success-count 3
set load-balancing wan interface-health bond0.103 nexthop 'dhcp'
set load-balancing wan interface-health bond0.103 test 100 type ping
set load-balancing wan interface-health bond0.103 test 100 target 8.8.4.4
set load-balancing wan rule 10 exclude
set load-balancing wan rule 10 inbound-interface 'bond+'
set load-balancing wan rule 10 destination address 192.168.0.0/16
set load-balancing wan rule 100 failover
set load-balancing wan rule 100 inbound-interface 'bond+'
set load-balancing wan rule 100 interface pppoe0 weight 100
set load-balancing wan rule 100 interface bond0.103 weight 10
set load-balancing wan rule 100 protocol 'all'