No traffic in VPN IPSec Site-to-Site

Options
DW_Informatica
DW_Informatica Posts: 16  Freshman Member
First Anniversary 10 Comments Friend Collector

Hi, I need to setup a IPSec Site-to-Site VPN with a third party. We use a Zyxel USG, while the third party device is unknown.

My local lan is 192.168.1.0/24 , in the vpn settings the Local Policy is 10.9.230.144/29 and the Remote Policy is 172.16.0.0/12

I followed this and this guide, the VPN connection is established, but there is no traffic flow, both inbound and outbound in the VPN Monitor.

So I have some questions:

  • Do I need to add some routing?
  • What are the needed Security Policies? I already have "IPSec_VPN_Outgoing" and "IPSec_VPN_to_Device"
  • In the "VPN Connection" dialog, section "Related Settings"→"Zone" can I choose "none"? Does it bypass Security Policies?
  • The remote servers of the third party sadly don't answer to pings, any other way to debug the problem?

Thanks

«1

All Replies

  • PeterUK
    PeterUK Posts: 2,805  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Options

    The Local Policy you put in is not the same as your local LAN you can setup your LAN to be on the site to site Local Policy

    or try a routing rule

    incoming Interface LAN

    destination 172.16.0.0/12

    next hop VPN Tunnel

    VPN tunnel

  • DW_Informatica
    DW_Informatica Posts: 16  Freshman Member
    First Anniversary 10 Comments Friend Collector
    edited April 29
    Options

    I can't choose my LAN due to third party setting, so I set the routing:

    With this I see on VPN Monitor some few bytes on Outbound traffic while doing a traceroute on a destination host, but still not reachable.

    The traceroute stops at first hop:

    1   10.9.230.254  0,300ms  0,210ms  0,152ms

    2   *  *  *

    10.9.230.254 is the vlan gateway I set for that subnet.

    The computer routing table has this entry:

    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

    10.9.230.147     10.9.230.254  255.255.255.255 UGH   0      0        0 enp5s0


  • mMontana
    mMontana Posts: 1,320  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Options

    I'm sorry, @DW_Informatica, but i cannot exactly understand this part of your post.

    My local lan is 192.168.1.0/24 , in the vpn settings the Local Policy is 10.9.230.144/29 and the Remote Policy is 172.16.0.0/12

    AFAIK, local and remote policy must be the same otherwise things can't work. So… You know the "real" remote subnet?

    Also… there are specific settings for network remapping on the tunnel. For instance I can translate my network (192.168.1.0/24) as a different network

    https://mysupport.zyxel.com/hc/en-us/articles/360003321659--ZyWALL-USG-How-to-configure-VPN-SNAT-on-Zyxel-gateways

  • DW_Informatica
    DW_Informatica Posts: 16  Freshman Member
    First Anniversary 10 Comments Friend Collector
    edited April 29
    Options

    @mMontana everything I know is in the first post, so the "real" remote subnet is unknown.

    I now followed the instructions of your link, but the vpn connection has no data flow the vpn connection has few bytes in data flow but remote host still not reachable.

  • PeterUK
    PeterUK Posts: 2,805  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    edited April 29
    Options

    Are you sure Remote Policy 172.16.0.0/12 is that side and not your side?

    So from what I can tell the real remote subnet is known 172.16.0.0/12 but here the problem your local IP Policy does not match your local subnet.

    With the above routing rule you a forcing your subnet for destination 172.16.0.0/12 to go down the tunnel BUT when the other getting this when it sends a packet back the tunnel at that end needs a routing rule to send 192.168.1.0/24 down the tunnel because its Remote Policy is 10.9.230.144/29.

    I'm thinking you might need to use the Advanced Inbound/Outbound traffic NAT in VPN setting to make this work...

    maybe

  • DW_Informatica
    DW_Informatica Posts: 16  Freshman Member
    First Anniversary 10 Comments Friend Collector
    Options

    "So from what I can tell the real remote subnet is known 172.16.0.0/12
    but here the problem your local IP Policy does not match your local
    subnet."

    Correct.

    The above configuration you suggested is already used, after the link by mMontana.

    In the next two images you can see the VPN Connection, in the third image the routing section.

  • PeterUK
    PeterUK Posts: 2,805  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    edited April 29
    Options

    But is the other end expecting you to come from a given SNAT IP in 10.9.230.145 – 10.9.230.150 and from one IP?

    as it is you can't source NAT /24 from /29 1:1 SNAT

  • mMontana
    mMontana Posts: 1,320  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Options

    172.16.0.0/12 it's really a strange subnet.

    AFAIK class B is 172.16.0.0/16, so /12 is 16 times bigger space than B class subnet . And overlaps public addresses.

    Probably there's some reasoning and specific architecture behind that… But with these information I cannot figure it out what could be.

  • PeterUK
    PeterUK Posts: 2,805  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Options

    172.16.0.0/12 is correct for that subnet

    https://en.wikipedia.org/wiki/Private_network

  • Zyxel_James
    Zyxel_James Posts: 624  Zyxel Employee
    First Anniversary 10 Comments Friend Collector First Answer
    Options

    It seems related to SNAT in the tunnel. Could you provide the subnet topology in the tunnel? where the subnets located at and what's the remote subnet from the peer side?

Security Highlight