This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Route single host internet traffic via IPSEC remote gateway

Hello,


I've set up a s2s IPSEC tunnel beween 2 UTM9


Site 1 - 10.0.0.0/24 (UTM=10.0.0.1)

Site2 - 192.168.0.0/24 (UTM=192.168.0.1)

Both sites can see each other perfectly.

What i would like to do is have internet bound traffic from 10.0.0.4 routed over the ipsec tunnel and out via the gateway on the remote side.

I have tried configuring this in Policy routes, but it's not working for me.

Any pointers?

Thanks



This thread was automatically locked due to age.
Parents
  • You can't use Policy Routes for IPsec VPNs unless you bind the IPsec Connection to an Interface - and then you will have a lot more work to do.

    The easiest solution here would be to SNAT the traffic into a new tunnel:

    • Create a Host definition in both UTMs like "Phantom .0.4" = 10.0.4.4 (for example).
    • In Site 1, create a new S2S with "Phantom .0.4" in 'Local Networks' and "Internet" in 'Remote Networks'. Don't select 'Strict Routing'.  Make a NAT rule 'SNAT : {10.0.0.4} -> Any -> Internet : from Phantom .0.4'.
    • In Site2, configure the new S2S with "Any" in 'Local Networks' and "Phantom .0.4" in 'Remote Networks'

    Did that do what you needed?

    Cheers - Bob

Reply
  • You can't use Policy Routes for IPsec VPNs unless you bind the IPsec Connection to an Interface - and then you will have a lot more work to do.

    The easiest solution here would be to SNAT the traffic into a new tunnel:

    • Create a Host definition in both UTMs like "Phantom .0.4" = 10.0.4.4 (for example).
    • In Site 1, create a new S2S with "Phantom .0.4" in 'Local Networks' and "Internet" in 'Remote Networks'. Don't select 'Strict Routing'.  Make a NAT rule 'SNAT : {10.0.0.4} -> Any -> Internet : from Phantom .0.4'.
    • In Site2, configure the new S2S with "Any" in 'Local Networks' and "Phantom .0.4" in 'Remote Networks'

    Did that do what you needed?

    Cheers - Bob

Children