Hi All,
I have two wan addresses, lets call them WAN1 and WAN2. WAN1 goes though RB1, and WAN2 goes through RB2.
RB1 is on 192.168.88.0/16 range (duplicate configs except ip addresses)
RB2 is on 192.168.99.0/16 range
Webserver has two ethernets (if possible I'd prefer it to have just one address)
eth1 192.168.88.2. GW 192.168.88.1
eth2 192.168.99.2 GW 192.168.99.1
I have a nat from WAN1 to Webserver on RB1 which works great. (192.168.88.2)
The nat from WAN2 to Webserver on RB2 however, doesnt work. (192.168.99.2) - works internally only
Both RB's can access the webserver.
I suspect it's the return traffic, it doesn't know where to send it.
Any help would be appreciated. Thank you.