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

    WAN access to IP camera fails with pfSense

    Scheduled Pinned Locked Moved General pfSense Questions
    19 Posts 7 Posters 8.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.
    • E
      eiger3970
      last edited by

      I installed pfSense and now WAN access to my IP camera fails. Browser error: This webpage is not available.
      LAN access to the IP camera from mobile and computer work, but not outside the WAN for remote access to the IP camera.

      I have port forwarded 88 to the IP camera's LAN IP 192.168.1.200.
      I saved and applied pfSense, but no connection in a remote browser with address: http://WANIP:88.

      Here are the exact pfSense settings:
      pfSense > Firewall > NAT > Port Forward > Security camera > Edit >
      Disabled: not ticked.
      No RDR (NOT): not ticked.
      Interface: WAN.
      Protocol: TCP.
      Source: Advanced.
      Destination: Type: any.
      Destination port range: from: (other) 88.
                                        to: (other) 88.
      Redirect target IP: 192.168.1.200.
      Redirect target port: (other) 88.
      Description: Security camera.
      No XMLRPC Sync: not ticked.
      NAT reflection: Use system default.
      Filter rule association: Rule NAT Security camera.

      1 Reply Last reply Reply Quote 0
      • KOMK
        KOM
        last edited by

        Destination should be either your WAN Address or the Virtual IP that you assigned for the camera's use.

        1 Reply Last reply Reply Quote 0
        • E
          eiger3970
          last edited by

          Not sure what a virtual IP is.
          Destination as the previous post is:
          Destination: Type: any.
          Destination port range: from: (other) 88.
                                            to: (other) 88.
          I can't enter any address in Destination, if I'm supposed to?

          1 Reply Last reply Reply Quote 0
          • K
            kejianshi
            last edited by

            try TCP and UDP
            Also - Are you sure you camera isn't on port 80?

            If so you would have to nat 88 > 80

            so:
            Destination port range: from: (other) 88.
                                              to: (other) 80.

            Thats if your camera listens on 80

            1 Reply Last reply Reply Quote 0
            • chpalmerC
              chpalmer
              last edited by

              Destination Address should = WAN Address.

              What does your incoming firewall rule for this nat forward look like?

              Triggering snowflakes one by one..
              Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz on an M400 WG box.

              1 Reply Last reply Reply Quote 0
              • P
                P3R
                last edited by

                @eiger3970:

                I can't enter any address in Destination, if I'm supposed to?

                Click the "any" keyword and select "WAN address" in the dropdown list.

                1 Reply Last reply Reply Quote 0
                • P
                  P3R
                  last edited by

                  @eiger3970:

                  LAN access to the IP camera from mobile and computer work…

                  By what address?

                  1 Reply Last reply Reply Quote 0
                  • E
                    eiger3970
                    last edited by

                    Thank you for the replies.
                    1. Camera is set on port 88, so port forward to 88 is good.

                    2. Destination Address is the LAN IP. That is the local IP of the camera being 192.168.1.200. Which WAN IP do you mean? The WAN as my network as a router with public WAN IP > router LAN > Switch > camera LAN IP. I can't understand how putting in the public WAN IP on the camera would work?

                    3. The settings are greyed out and I can't click on the Eidt Firewall rule > Source > Type: any.

                    4. By what address? I enter in my mobile when within the local network router Wi-Fi, 192.168.1.200:88.

                    1 Reply Last reply Reply Quote 0
                    • DerelictD
                      Derelict LAYER 8 Netgate
                      last edited by

                      Please read:

                      In the NAT rule the "Destination" needs to be "WAN address".  This is NOT the address of your internal host.  This is the DESTINATION address of the inbound connection request.  "WAN address"

                      I saved and applied pfSense, but no connection in a remote browser with address: http://WANIP:88.

                      Yes.  It didn't work because that WANIP address needs to be the destination in your NAT rule…

                      The Redirect target IP is what address the connection is NAT translated to.  Your internal IP address for your camera.

                      And no, you can't edit the firewall rule because it is a tracked rule from the NAT entry.  edit the NAT rule and changes will be automatically applied to the firewall rule.

                      Chattanooga, Tennessee, USA
                      A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                      DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                      Do Not Chat For Help! NO_WAN_EGRESS(TM)

                      1 Reply Last reply Reply Quote 0
                      • S
                        SOE LINN HTIKE
                        last edited by

                        Hi There,

                        I also getting same problem with you. Your problem solved already? If solved, please guide me how to solve it?

                        Many Thanks,
                        Soe

                        1 Reply Last reply Reply Quote 0
                        • E
                          eiger3970
                          last edited by

                          Well, fixed last week after port forwarding correctly, then using the command $ ssh user@publicWANIP -p portNumber.
                          However this week, the same commands fail and I receive the error:
                          ssh: Could not resolve hostname publicWANIP: nodename nor servname provided, or not known.

                          Any suggestions please?

                          1 Reply Last reply Reply Quote 0
                          • DerelictD
                            Derelict LAYER 8 Netgate
                            last edited by

                            What are you really typing?  If a "hostname" matches the proper format of an IP address, name resolution isn't done.

                            Not sure if forward (A record) and reverse (corresponding PTR record) have to match.

                            If you have really set up a host called "publicWANIP" then you need to look at your DNS infrastructure and figure out why it's now failing to resolve.

                            Chattanooga, Tennessee, USA
                            A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                            DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                            Do Not Chat For Help! NO_WAN_EGRESS(TM)

                            1 Reply Last reply Reply Quote 0
                            • E
                              eiger3970
                              last edited by

                              Hello, when I type publicWANIP, I mean an IP address like 60.225.230.2.
                              E.g. In Terminal > $ ssh root@60.225.230.2 -p 8063 > Enter.
                              I don't think A record or DNS has anything to do with this…this is not for a webserver.

                              1 Reply Last reply Reply Quote 0
                              • DerelictD
                                Derelict LAYER 8 Netgate
                                last edited by

                                ssh: Could not resolve hostname publicWANIP

                                That's DNS.  DNS resolves hostnames.

                                This should fail in the same way:

                                $ ssh root@kjsdksjfhs.sdfsdfsdf.sdfsdfsdf -p 8022
                                ssh: Could not resolve hostname kjsdksjfhs.sdfsdfsdf.sdfsdfsdf: nodename nor servname provided, or not known

                                And it does.

                                Chattanooga, Tennessee, USA
                                A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                1 Reply Last reply Reply Quote 0
                                • E
                                  eiger3970
                                  last edited by

                                  Thanks.
                                  So, I tested computer1 locally and LAN IP was different.
                                  Computer2 had correct LAN IP though.

                                  So today, from a remote computer:
                                  Remote browser to computer1 error: This webpage is not available.
                                  Remote browser connects to computer2 and loads page.
                                  Ssh to computer1 error: Connection refused.
                                  Ssh to computer2 error: Connection closed by remote host.

                                  Port forwards seem correct with pfSense port forward to:
                                  computer1 port 8061 (I didn't change the computer's listening port…perhaps I should, but not sure how to on Ubuntu server 14.04.1 LTS)?
                                  computer2 port 8063 (I changed the computer's listening port from 80 to 8063).

                                  1 Reply Last reply Reply Quote 0
                                  • DerelictD
                                    Derelict LAYER 8 Netgate
                                    last edited by

                                    I really don't have a good picture regarding what you're trying to do or what's not working exactly.

                                    Chattanooga, Tennessee, USA
                                    A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                    DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                    Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                    1 Reply Last reply Reply Quote 0
                                    • E
                                      eiger3970
                                      last edited by

                                      This might clarify my possible misunderstanding of how port forwards work and whether I have pfSense and the LAN computers configured correctly?
                                      I think I'm missing a step to allow remote access to 3 local computers.

                                      pfSense port forward I set computer1IP:portNumber1, computer2IP:portNumber2, computer3IP:portNumber3.
                                      Then when I SSH to computer1, I use $ ssh computer1UserName@computer1IP -p computer1PortNumber.
                                      The pfSense router then sends any received SSH traffic on port 22 to the relevant port.

                                      Do I need to change the port number the LAN computer listens on?
                                      That is, port 80 to portXYZ?

                                      1 Reply Last reply Reply Quote 0
                                      • DerelictD
                                        Derelict LAYER 8 Netgate
                                        last edited by

                                        Port forwards are usually used to translate an external IP:port to an internal IP:Port.  Say your external IP address (from your ISP that can accept incoming connections from the entire internet) is 74.75.76.77.  You have 3 SSH servers on your LAN all listening for ssh connections on port 22.  Those hosts are 192.168.0.23, 24, and 25.

                                        You could set up the following NAT port forwards:

                                        74.75.76.77:8022 -> 192.168.0.23:22
                                        74.75.76.77:8023 -> 192.168.0.24:22
                                        74.75.76.77:8024 -> 192.168.0.25:22

                                        Then from outside, to connect to the second host, you would ssh -p 8023 host2user@74.75.76.77

                                        Chattanooga, Tennessee, USA
                                        A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                        DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                        Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          eiger3970
                                          last edited by

                                          Thank you for the clarification.
                                          I think I have mine correct then.
                                          There's no need to change the LAN computer's listening port of 80, which I was confused with.

                                          However, having my LAN computer's setup like that, I still receive the errors:
                                          Browser:
                                          No remote browser access to security server on publicWANIP:8061.
                                          Remote browser access to security server on publicWANIP:8063.

                                          SSH:
                                          $ ssh ubuntu@publicWANIP -p 8061
                                          ssh: connect to host publicWANIP port 8061: Connection refused
                                          $ ssh ubuntu@publicWANIP -p 8063
                                          ssh_exchange_identification: Connection closed by remote host

                                          TeamViewer:
                                          TeamViewer to 192.168.1.40 blue, but won’t connect.
                                          Now TeamViewer to 192.168.1.40 connects, but 192.168.1.120 turned off?
                                          TeamViewered into 192.168.1.120, the remote connection turned off.

                                          Traffic analyser:
                                          Tested packet capture: LAN computer > pfSense > Diagnostics > Packet Capture > Start > remote computer (I'm on this) > Terminal  > $ssh ubuntu@publicWANIP -p portNumber > Enter > LAN computer > pfSense > Stop.
                                          No packets reaching the pfSense WAN.

                                          I'm now stuck remotely and will need to physically go to the local computers for access, to try again tomorrow.

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