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

DNS over IPsec client

Hello,

i use a Ipsec Client to the Sophos XG with

Adress Pool 10.50.0.1-10.50.0.1

My Local Netzwerkork

192.168.12.0

My WAN IP Adresse of the Sophos Port to a Fritzbox

192.168.112.254

An other IPSEC Tunnel to an UTM

192.168.19.0

Everthing between the SITE to SITE IPSEC to the UTM works fine, but when i log in with the IPSEC Client an get the Adress Pool IP 10.50.0.1 i cant reach the 192.168.19.0.

I have use a NAT so the IPSEC Adresspool goes to the local Network. Can somebody help me?



This thread was automatically locked due to age.
Parents Reply
  • FormerMember
    0 FormerMember in reply to Michael Fischer

    Please ensure that you've added an IPsec route in CLI.

    console> system ipsec_route add net 192.168.19.0/255.255.255.0 tunnelname IPsecTunnel
    console>
    console> system ipsec_route show
    tunnelname host/network netmask
    IPsecTunnel 192.168.19.0 255.255.255.0

    NAT and firewall rule configuration may look like below.

    NAT rule:

    Firewall rule:

Children