I have test it with 5 Clients.
One Clients goes over the second Gateway all other over the first Gateway.
The Mangle-Entries count up but nothing over the second Gateway.
Is there a special Entrie or other things i have disremember?
The Config
IP-Address
# ADDRESS NETWORK INTERFACE
0 192.168.0.5/24 192.168.0.0 bridge1
Bridge
0 R name="bridge1" mtu=1500 l2mtu=1520 arp=enabled
mac-address=00:0C:42:59:1D:2E protocol-mode=rstp priority=0x8000
auto-mac=yes admin-mac=00:00:00:00:00:00 max-message-age=20s
forward-delay=15s transmit-hold-count=6 ageing-time=5m
# INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 ether1 bridge1 0x80 10 none
1 ether2 bridge1 0x80 10 none
2 ether5 bridge1 0x80 10 none
3 ether3 bridge1 0x80 10 none
4 ether4 bridge1 0x80 10 none
DNS
servers: 192.168.0.1,192.168.0.2
allow-remote-requests: yes
max-udp-packet-size: 512
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 1712KiB
Firewall Filter: nothing
Firewall Nat: nothing
Firewall Mangle:
0 chain=prerouting action=mark-packet new-packet-mark=connection
passthrough=yes protocol=tcp
1 chain=prerouting action=mark-packet new-packet-mark=conn passthrough=no
packet-mark=connection
2 ;;;
chain=prerouting action=mark-routing new-routing-mark=GroupB
passthrough=yes src-address=192.168.0.140
3 ;;;
chain=prerouting action=mark-routing new-routing-mark=GroupB
passthrough=yes src-address=192.168.0.94
4 ;;;
chain=prerouting action=mark-routing new-routing-mark=GroupB
passthrough=yes src-address=192.168.0.111
5 ;;;
chain=prerouting action=mark-routing new-routing-mark=GroupB
passthrough=yes src-address=192.168.0.112
Route
0 A S dst-address=0.0.0.0/0 gateway=192.168.0.2
gateway-status=192.168.0.2 reachable bridge1 distance=1 scope=30
target-scope=10 routing-mark=GroupB
1 A S dst-address=0.0.0.0/0 gateway=192.168.0.1
gateway-status=192.168.0.1 reachable bridge1 distance=1 scope=30
target-scope=10
2 ADC dst-address=192.168.0.0/24 pref-src=192.168.0.5 gateway=bridge1
gateway-status=bridge1 reachable distance=0 scope=10
Where is the Problem?
Is there a way for a client, gateway and DNS to change through the firewall?