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

    Unable To Port Forward

    Scheduled Pinned Locked Moved NAT
    36 Posts 4 Posters 4.1k 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 @Exlow
      last edited by johnpoz

      @exlow said in Unable To Port Forward:

      I ran a packet capture and tested the port

      Where did you run the packet capture - you need to do it under diagnostic menu on pfsense, selecting your wan interface.. If your port forward is not working then no you would never see it on the end client.. You need to validate pfsense sees it on its wan!

      You can filter the packet capture for only the port your testing, ie your 25565

      capture.jpg

      If your not filtering traffic on your packet capture for the port your looking for, it could end before you even run your test, because it defaults to only 100 packets..

      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

      E 2 Replies Last reply Reply Quote 0
      • E
        Exlow @johnpoz
        last edited by

        @johnpoz

        Diagnostics / Packet Capture

        Interface: WAN

        No other setting selected.

        I ran it a 3rd time this time I only searched for 25565. Nothing again.

        What now?

        1 Reply Last reply Reply Quote 0
        • E
          Exlow @johnpoz
          last edited by

          @johnpoz I didn't see that edit in time. I did get a packet with the port selected. I didn't realize it defaults.

          1 Reply Last reply Reply Quote 0
          • E
            Exlow @johnpoz
            last edited by

            @johnpoz The filter rule for this Port Forward is the only thing in the firewall

            Unless RFC 1918 and bogon networks mean anything.

            Floating is empty

            When I sniff the LAN nothing comes up.

            The IP I'm using should be correct I've gotten that information from running ipconfig on the source computer. IPv4 Address. . . . . . . . . . . : 192.168.1.19

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

              @exlow so your saying you see that port hit your wan.. And you don't see it when you sniff on lan interface and test again.

              Ok lets see your wan rules and your port forward.

              example here is mine for a port forward
              example.jpg

              So can you do test for that port from pfsense? example

              testport.jpg

              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

              E 1 Reply Last reply Reply Quote 0
              • E
                Exlow @johnpoz
                last edited by Exlow

                @johnpoz alt text

                Port Forward as well as WAN and LAN firewall rules should be there.

                Also I've seen people make separate rules for UDP and TCP while there is an option to use UDP+TCP. Is there any issue with just using UDP+TCP rather than making 2 rules for them?

                I ran "test Port" heres the resultalt text

                Also heres the result from ipconfig. Just to show the local ip alt text

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

                  @exlow well not ever going to work, since pfsense can not talk to that IP on that port.. That wouldn't matter what your rules or forwards are..

                  You need to figure out why that is happening before you worry about your forwarding not working. Service is not listing on the port you think it is? Its not actually running, that device is running a firewall? Its not using pfsense as its gateway.

                  Can pfsense even ping that IP?

                  ping.jpg

                  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

                  E 1 Reply Last reply Reply Quote 0
                  • E
                    Exlow @johnpoz
                    last edited by Exlow

                    @johnpoz I did get a ping on 192.168.1.19, 0% loss. There is a firewall(windows 11) but I have allowed both incoming and outbound traffic for port 25565. "Minecraft" is the name and the rules are at the very top of the first screenshot. alt text

                    What do you mean by "Service is not listing on the port you think it is?"? I don't follow you on that question.

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

                      @exlow look on that box with netstat - does it show that port being listened on?

                      example

                      listen.jpg

                      That is showing my nas is listening on 32400 on all of its IPs.

                      Validate your box is actually listening on that port, if it is and your test fails - then your firewall settings are wrong for allowing access. Or maybe its only listening on loopback 127.0.0.1

                      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

                      E 1 Reply Last reply Reply Quote 0
                      • E
                        Exlow @johnpoz
                        last edited by

                        @johnpoz
                        C:\Users\infin>
                        I don't think I'm running the right command. But here's what I got from running netstat
                        alt text

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

                          @exlow use

                          netstat -an

                          This will show you listening ports - that is just showing you stuff you have connections too.

                          the n of that makes sure it shows number for the ports vs service names

                          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

                          E 1 Reply Last reply Reply Quote 0
                          • E
                            Exlow @johnpoz
                            last edited by

                            @johnpoz Thanks for that. Heres all the listening ports.

                            TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:5040 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:7680 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:10801 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:34034 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:49664 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:49665 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:49666 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:49667 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:49668 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:49671 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:49672 0.0.0.0:0 LISTENING
                            TCP 0.0.0.0:54288 0.0.0.0:0 LISTENING
                            TCP 127.0.0.1:5939 0.0.0.0:0 LISTENING
                            TCP 127.0.0.1:6463 0.0.0.0:0 LISTENING
                            TCP 127.0.0.1:27060 0.0.0.0:0 LISTENING
                            TCP 192.168.1.19:139 0.0.0.0:0 LISTENING

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

                              @exlow well don't see any 25565 port listening, so no you wouldn't be able to talk to anything on that port.

                              Is that the full list?

                              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

                              E 1 Reply Last reply Reply Quote 0
                              • E
                                Exlow @johnpoz
                                last edited by Exlow

                                @johnpoz futher down I've got this but still not 25565 I ran finder on the whole list, No 25565 at all.

                                TCP [::]:135 [::]:0 LISTENING
                                TCP [::]:445 [::]:0 LISTENING
                                TCP [::]:7680 [::]:0 LISTENING
                                TCP [::]:10801 [::]:0 LISTENING
                                TCP [::]:34034 [::]:0 LISTENING
                                TCP [::]:49664 [::]:0 LISTENING
                                TCP [::]:49665 [::]:0 LISTENING
                                TCP [::]:49666 [::]:0 LISTENING
                                TCP [::]:49667 [::]:0 LISTENING
                                TCP [::]:49668 [::]:0 LISTENING
                                TCP [::]:49671 [::]:0 LISTENING
                                TCP [::]:49672 [::]:0 LISTENING
                                TCP [::]:54288 [::]:0 LISTENING
                                TCP [::1]:10801 [::1]:64893 ESTABLISHED
                                TCP [::1]:49670 [::]:0 LISTENING
                                TCP [::1]:64893 [::1]:10801 ESTABLISHED

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

                                  @exlow yeah your not listening on that port - so no portforward you setup is ever going to work, since the box isn't listening on the port your trying to forward too.

                                  You sure the service that is suppose to listen on that port is actually running?

                                  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

                                  E 1 Reply Last reply Reply Quote 0
                                  • E
                                    Exlow @johnpoz
                                    last edited by Exlow

                                    @johnpoz So use a different port?

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

                                      @exlow is the service/application you set to listen on that port even running?

                                      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

                                      E 1 Reply Last reply Reply Quote 0
                                      • E
                                        Exlow @johnpoz
                                        last edited by Exlow

                                        @johnpoz nope... I've been at this so long I forgot to start the sever.

                                        So the sever is running now. And the port 25565 is listening. The port still is not open. I will re-try the LAN sniff.

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

                                          @exlow yeah to the port test from pfsense.

                                          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

                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            Exlow @johnpoz
                                            last edited by

                                            @johnpoz Still nothing from https://www.yougetsignal.com when I run a packet capture on the LAN network with 25565 selected.

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