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

    Trying to figure out why redirect host is showing up in my ping

    Scheduled Pinned Locked Moved General pfSense Questions
    25 Posts 4 Posters 2.9k 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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator @johnpoz
      last edited by johnpoz

      Why do you have traffic going to 1337

      https://www.speedguide.net/port.php?port=1337

      That wireshark is saying is wireguard? Are you using some a vpn client on this .101 box?

      wireguard.png

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      N 1 Reply Last reply Reply Quote 0
      • N
        nosenseatall @johnpoz
        last edited by nosenseatall

        @johnpoz Yes I am using PIA VPN locally on .101. Also I don't know why what the port 1337 traffic is.

        johnpozJ 2 Replies Last reply Reply Quote 0
        • johnpozJ
          johnpoz LAYER 8 Global Moderator @nosenseatall
          last edited by

          Turn that OFF!!! Bet you your redirects go away..

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.8, 24.11

          1 Reply Last reply Reply Quote 0
          • JKnottJ
            JKnott @johnpoz
            last edited by

            @johnpoz

            I also see a redirect, in packet 451, coming from the gateway, which means the original packet is being sent to it. According to the message, the source was 192.168.80.101 and the destination .118. The packet in 450 shows a destination IP of .118, but the MAC shows the gateway. So, that means the sending device thinks the destination is off the local network and so is forwarding packets for it via the gateway.

            PfSense running on Qotom mini PC
            i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
            UniFi AC-Lite access point

            I haven't lost my mind. It's around here...somewhere...

            1 Reply Last reply Reply Quote 0
            • johnpozJ
              johnpoz LAYER 8 Global Moderator @nosenseatall
              last edited by

              @nosenseatall said in Trying to figure out why redirect host is showing up in my ping:

              Also I don't know why what the port 1337 traffic is.

              That is the vpn service using a port that they shouldn't be for that protocol..

              https://www.privateinternetaccess.com/helpdesk/kb/articles/understanding-the-wireguard-protocol
              A WireGuard connection, therefore, requires connectivity to both TCP 1337 and UDP 1337 on the VPN server.

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 24.11 | Lab VMs 2.8, 24.11

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

                Yup, looks like they are adding some BS route.

                Try running a route print on the Windows client there with the VPN connected and not connected. See what they are actually adding.

                VPN providers; discuss....

                Steve

                1 Reply Last reply Reply Quote 0
                • N
                  nosenseatall @johnpoz
                  last edited by nosenseatall

                  @johnpoz Thank you very much. That fixed the issue. I have no clue why it started malfunctioning. I have used PIA on WireGuard for a while and have not had any problems until recently. At any rate I have uninstalled and will try a fresh install and see if the problem comes back.

                  Once again thank you for help.

                  1 Reply Last reply Reply Quote 0
                  • N
                    nosenseatall
                    last edited by nosenseatall

                    @johnpoz @JKnott @stephenw10 Thank you all for help. This issue was resolved with @johnpoz suggestion of turning off the VPN.

                    johnpozJ 1 Reply Last reply Reply Quote 0
                    • johnpozJ
                      johnpoz LAYER 8 Global Moderator @nosenseatall
                      last edited by johnpoz

                      Well if your all set on using wireguard as the vpn protocol.. 2.5 is coming soon, and should currently work in the snapshots.

                      You should be able to move the vpn connection to pfsense, and route what you want out the vpn that way..

                      When your going to use a vpn on some client device on your network, you need to make sure it is setup in such a way to split tunnel correctly. Your local network should just be access normally and only traffic that should go out the vpn is stuff that is not local, be the actual network your on or any other local vlans, etc.

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.8, 24.11

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

                        Yup, that ^.

                        It would be interesting to know what the PIA VPN client was setting though if you're able to get that?

                        Steve

                        johnpozJ 1 Reply Last reply Reply Quote 0
                        • johnpozJ
                          johnpoz LAYER 8 Global Moderator @stephenw10
                          last edited by

                          If I had to "guess" prob something stupid like pointing all rfc1918 routes to the gateway and removing the local route...

                          I had asked to see the route table had I not ;)

                          An intelligent man is sometimes forced to be drunk to spend time with his fools
                          If you get confused: Listen to the Music Play
                          Please don't Chat/PM me for help, unless mod related
                          SG-4860 24.11 | Lab VMs 2.8, 24.11

                          N 1 Reply Last reply Reply Quote 0
                          • N
                            nosenseatall @johnpoz
                            last edited by

                            @johnpoz @stephenw10 I did not get the route table earlier.... my apologies, although I was able to recreate the problem. PIA VPN does allow for split tunneling within the app. I must have inadvertently entered the .118 host IP to bypass the VPN because when I do that, it goes right back into getting stuck like it was originally.

                            johnpozJ 1 Reply Last reply Reply Quote 0
                            • johnpozJ
                              johnpoz LAYER 8 Global Moderator @nosenseatall
                              last edited by johnpoz

                              But not sending .118 down the vpn, shouldn't send it to your gateway.. Try splitting the whole local network 192.168.80.0/24

                              Also when you do that - take a look at the route table

                              route print

                              from a cmd line

                              An intelligent man is sometimes forced to be drunk to spend time with his fools
                              If you get confused: Listen to the Music Play
                              Please don't Chat/PM me for help, unless mod related
                              SG-4860 24.11 | Lab VMs 2.8, 24.11

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post
                              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.