EFW Support

Support => General Support => Topic started by: h_45h on Sunday 14 July 2013, 12:00:59 am



Title: Route LAN IP through specific uplink
Post by: h_45h on Sunday 14 July 2013, 12:00:59 am
Hi,

Being new to Endian FW and network configuration, I'll try to explain this as good as I can.

I have two uplinks on my EFW machine, each from a different provider. One of the local IPs must have all its traffic routed through Uplink2, the others must go with Uplink1. A policy routing roule has been created for that local IP:
Code:
Source               Destination         Via Gateway              Service
10.10.10.200       <ANY>                   Uplink2                 <ANY>

All seems to work fine, until I try to access from 10.10.10.200 my web or mail services, which have DNS records with the same IP as Uplink1.
I tried a "tracert mydomain.com" from 10.10.10.200; it resolves to Uplink1's IP, but I get "Request timed out" for every hop.

Also tried to fix this with different SNAT rules, but no luck. Any ideas?