Hi
Previously I had 10 hotspots on one wan interface. Everything worked fine and when I connected to the WAN with VPN connection from my office I could access boxes on any subnet by using winbox from my desktop. I could connect to 192.168.0.100 and 192.168.20.5 for example.
Now i have added 3 more WAN lines and I have mangle setup so traffic from each box goes out on a specific WAN. Again the mangle is working OK but now I cant access the boxes that are mangled onto wan 2 and 3 from my VPN connection .
Winbox does not connect but I can ping the boxes ok and they are working fine but I just cant connect to them for management. I can connect to everything on WAN1
I know I need to add some ACCEPT rules to make them talk to each other but not sure what to use ?
To setup the mangle I used
ip - firewall - mangle - prerouting - src address 192.168.0.100 - action mark-routing=wifi2
this is the hotspot lan address and catches all traffic from the hotspot
and
ip - routes - 0.0.0.0/0 - gateway WAN2 routing mark wifi2
These are not the commands obviously but thats all I setup to make the mangle work.
Anyone like to help ?