Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    GRE Tunnel using Proxy ARP

    Scheduled Pinned Locked Moved General pfSense Questions
    14 Posts 3 Posters 1.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stephenw10S
      stephenw10 Netgate Administrator @Xuap
      last edited by

      @Xuap said in GRE Tunnel using Proxy ARP:

      If I traceroute an IP like cloudflare's warp, it goes through the tunnel, but if it's from the inner network of the remote pfsense, like 185.113.141.4 or the dns server 185.113.141.253, it doesn't go through.

      Where are those IPs? They are not in the list you gave. If those are targets it will fail because they are inside the local LAN subnet. Which is all kinds of wrong.

      If you don't have the proxy ARP VIPs does it stop working entirely?

      Can I assume this is the actual same issue as this thread:
      https://forum.netgate.com/topic/187069/problem-with-tcp-and-gre-tunnel

      Steve

      XuapX 1 Reply Last reply Reply Quote 0
      • XuapX
        Xuap @stephenw10
        last edited by

        @stephenw10 Hey stephen, so, answering your questions:

        Where are those IPs? They are not in the list you gave. If those are targets it will fail because they are inside the local LAN subnet. Which is all kinds of wrong.

        The 185.113.141.4 is a random server on the inner network of the 185.113.141.1 remote gateway, that the network admin said we could try to traceroute.

        The 185.113.141.253 is the DNS server of the remote network (Redirects to 8.8.8.8 afaik).

        If you don't have the proxy ARP VIPs does it stop working entirely?

        I removed the 185.113.141.145/32 IP from the VIPs in the remote pfsense and the network still goes the same. I can ping 1.1.1.1, curl some http host but still the same, not working for https.

        Can I assume this is the actual same issue as this thread:
        https://forum.netgate.com/topic/187069/problem-with-tcp-and-gre-tunnel

        StomperG is a colleague of mine and is on the same boat with me on this one. I'm a little more experienced with pfsense since I've been using it for a year or so, therefore he asked me to make a topic about the matter and since I know what is working or not I can safely explain it to you.

        (His topic can be closed if you want)


        Any idea what can be done to force the local IP to go through the 185.113.141.145?

        Best regards.
        Xuap

        1 Reply Last reply Reply Quote 1
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          The basic problem here is that you're trying to use something that is expected to be in the same layer 2 but route it across a layer 3 tunnel.

          So the two solutions would be to either make it routed properly as I suggested in the other thread. Or to switch to a completely layer 2 setup using something like OpenVPN TAP mode and bridges.

          You said you tried to add the gateway as outside the subnet and it didn't work?

          XuapX 1 Reply Last reply Reply Quote 0
          • XuapX
            Xuap @stephenw10
            last edited by

            @stephenw10 How would it work by making it go over a complete layer 2 using OpenVPN in TAP mode?

            Yes, it basically considers the gateway as non-local but doesn't work.

            We've tried using Wireguard before but it just went deprecated, so any idea on the OpenVPN? I would need to close the GRE tunnels and make everything go through the vpn?

            Best regards

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by

              Wireguard is not deprecated but it is layer 3. It won't help here.

              To use OpenVPN create the tunnel with both ends configured in TAP mode. Then bridge the remote end to the WAN and the local end to the LAN. The local LAN will then be in the same layer 2 segment as the VPC side WAN so devices will see each other and everything will use the VPC side gateway directly. The local LAN could use one of the available IPs you have or have no IP address if the local pfSense does not require access to the subnet directly.

              https://docs.netgate.com/pfsense/en/latest/recipes/openvpn-bridged.html

              XuapX 1 Reply Last reply Reply Quote 0
              • XuapX
                Xuap @stephenw10
                last edited by

                @stephenw10 Ok, so if I'm getting this right, my local pfsense should connect to the OpenVPN as a TAP client and get the openvpn interface assigned to the lan 185.113.141.0/24 network?

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by stephenw10

                  It doesn't matter which end is client but I would probably choose the local end, yes.

                  The OpenVPN interface is not assigned as LAN. You have to bridge it to the LAN by creating a bridge and adding both LAN and OpenVPN to it. At the other end it's bridged to the WAN.

                  How much latency is there between the pfSense instances? High latency across a layer 2 link can cause problems.

                  XuapX 1 Reply Last reply Reply Quote 0
                  • XuapX
                    Xuap @stephenw10
                    last edited by

                    @stephenw10 Whenever I start the OpenVPN interface, after a few seconds it just stops my connection to pfsense, any idea why?

                    The latency is 9ms. It always worked fine, without any issues...

                    XuapX 1 Reply Last reply Reply Quote 0
                    • XuapX
                      Xuap @Xuap
                      last edited by

                      @Xuap Just forget the part where it stops my connection. It was lacking the port 80 pass rule loool

                      XuapX 1 Reply Last reply Reply Quote 0
                      • XuapX
                        Xuap @Xuap
                        last edited by

                        @Xuap Ok.. so I tried creating the tunnel as follows:

                        Remote

                        a0964edd-bae5-48ed-b02f-58a35726756b-imagem.png
                        Screenshot 2024-04-12 at 23.51.19.png
                        Screenshot 2024-04-12 at 23.51.31.png
                        Screenshot 2024-04-12 at 23.51.54.png
                        Screenshot 2024-04-12 at 23.52.07.png
                        Screenshot 2024-04-12 at 23.52.15.png
                        Screenshot 2024-04-12 at 23.52.23.png


                        Local

                        Screenshot 2024-04-12 at 23.52.57.png

                        Screenshot 2024-04-12 at 23.53.08.png

                        Screenshot 2024-04-12 at 23.53.14.png

                        ..

                        ..

                        ..


                        Local pfsense rules:
                        Screenshot 2024-04-12 at 23.56.48.png
                        Screenshot 2024-04-12 at 23.57.16.png

                        Remote pfsense rules:
                        Screenshot 2024-04-12 at 23.57.29.png
                        Screenshot 2024-04-12 at 23.57.43.png

                        Any error here?

                        Because the status is just that it don't connect...

                        Screenshot 2024-04-12 at 23.57.58.png
                        Screenshot 2024-04-12 at 23.58.11.png

                        XuapX T 2 Replies Last reply Reply Quote 0
                        • XuapX
                          Xuap @Xuap
                          last edited by

                          @stephenw10 Any idea?

                          1 Reply Last reply Reply Quote 0
                          • T
                            TwentyTwo @Xuap
                            last edited by

                            @Xuap I tried the same setup as you and got the same problem.

                            stephenw10S 1 Reply Last reply Reply Quote 0
                            • stephenw10S
                              stephenw10 Netgate Administrator @TwentyTwo
                              last edited by

                              Sorry missed the replies here.

                              It looks like you're using the webgui cert as the server cert? It has to be a cert created against the server CA.

                              It also looks like the TLS key is different. Both ends must have the sane TLS key.

                              You also still have a bunch of routed tunnel settings like pushing routes and adding gateways. But I'd fix up the cert/key first before looking at that.

                              Steve

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S stephenw10 referenced this topic on
                              • First post
                                Last post
                              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.