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

    Access Point Admin portal different subnet help?

    Scheduled Pinned Locked Moved General pfSense Questions
    16 Posts 4 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.
    • GertjanG
      Gertjan @cgi2099
      last edited by

      @cgi2099 said in Access Point Admin portal different subnet help?:

      I messed around with NAT Outbound some but to be honest I don't know what I am doing. On my old personal Edgerouter setup I had to do a masquerade for a different TpLink Access Point.

      Way to complicated. You have a firewall : use it.
      Add a firewall rule on the 192.168.1.1/24 'main' interface.
      Source : LAN Net
      Destination : VoiP Net - or nail it down to the 660 IP.
      Destination port : the port used, probably 443 - and protocol TCP

      Put this rule on the top of the LAN interface list, before any block rules.

      Now you can access https://192.168.3.x while your device is connected on LAN (using 192.168.1.y).

      Keep in mind : this '660 AP' could block access to devices that are not in it's own 192.168.3.x network, check that.

      No "help me" PM's please. Use the forum, the community will thank you.
      Edit : and where are the logs ??

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

        Yes, the outbound NAT rule on VoIP would allow that if the AP blocks access from outside it's subnet or if it doesn't have a route back to 192.168.1.0/24 for some reason.

        Assuming the firewall rules Main are passing the traffic then the 'correct' fix here is on the AP. Configure it to allow traffic from the Main subnet or add a route as required. Adding an OBN rule in pfSense will workaround the issue if you cannot do that in the AP for some reason.

        Steve

        C 1 Reply Last reply Reply Quote 0
        • C
          cgi2099 @stephenw10
          last edited by

          @stephenw10

          I've tried all of the above except the OBN rule I think. Can you walk me through this? I tired what Gertjan said but this doesn't work.

          What is weird is I can ping clients connected to the access point but cannot ping the AP itself. The only option on the 660HD is to enable layer3 management option but that didn't seem to help.

          C 1 Reply Last reply Reply Quote 0
          • C
            cgi2099 @cgi2099
            last edited by

            @cgi2099
            Tp-Link just confirmed this cannot be setup at the AP level. It has to be done either on the router or switch, whichever it is connected too.

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

              @cgi2099 what part are you not understanding about the outbound nat rule?

              Create a rule on your outbound nat page, like this

              outboundnatjpg.jpg

              Lets say this AP was on my dmz network (192.168.3.0/24) at .100

              And I wanted devices from my lan network 192.168.9.0/24 to be able to talk to it. Since this device is too stupid to have a gateway, or filters traffic that is not local you trick it into thinking your talking to it from the pfsense IP address on this network.

              So change to hybrid mode and create an outbound nat on the interface that this AP is connected, in my example its my dmz interface.

              Now any client trying to talk to 192.168.3.100 from the 192.168.9.0 network will get natted to pfsense IP on this interface - in my example 192.168.3.253

              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 2
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Switch Outbound NAT to Hybrid mode.

                Add a new rule on the VoIP interface.
                Source: network 192.168.1.0/24
                Destination: network (the AP IP)/32

                Leave everything else as the defaults.

                But you really should be able to allow the AP to reply directly to this and doing that would be a much nicer solution.

                Steve

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

                  We are assuming you're trying to actually access the AP directly here but that is that a centrally managed device? Some sort of cloud management portal?

                  That's a real AP though. I'm sure it can be configured to allow access from a different subnet.

                  C 1 Reply Last reply Reply Quote 0
                  • C
                    cgi2099 @stephenw10
                    last edited by

                    @stephenw10
                    @johnpoz

                    This worked great thank you :)

                    1 Reply Last reply Reply Quote 0
                    • C
                      cgi2099 @stephenw10
                      last edited by

                      @stephenw10

                      There is an option to set a gateway on the AP maybe this is it? I am scared if I set it to anything other than 192.168.3.1 I will lose access and have to factory reset.

                      C johnpozJ 2 Replies Last reply Reply Quote 0
                      • C
                        cgi2099 @cgi2099
                        last edited by

                        @cgi2099
                        TpLink wants you to use there controller localhost software to manage APs on different subnets it looks like. That is what they told me to use.

                        But the NAT outbound has it working which is good enough for me :)

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

                          @cgi2099 said in Access Point Admin portal different subnet help?:

                          I am scared if I set it to anything other than 192.168.3.1

                          what is pfsense IP address, why would you have it set anything other then your gateway - which I was assuming was pfsense. But yeah if its gateway is something else, then no wonder you can not talk to it through pfsense without the outbound nat - its sending it reply to its gateway.

                          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

                          C 1 Reply Last reply Reply Quote 0
                          • C
                            cgi2099 @johnpoz
                            last edited by

                            @johnpoz

                            To access pfSense I log into 192.168.1.1

                            I have one nic setup to 192.168.1.1/24

                            and one nic setup to 192.168.3.1/24

                            the other two nic's are not being used or assigned.

                            The POE switch is plugged into the 192.168.3.1 nic and the AP into a port on it, I assume that is why the AP assigned a 192.168.3.1 gateway?

                            So should this be set to 192.168.1.1 instead of 192.168.3.1?

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

                              @cgi2099 no the gateway would be 3.1 so its not that your ap doesn't know how to talk back, it just chooses not too..

                              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

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

                                Yup, that ^.
                                3.1 is the correct gateway. If it had no gateway at all it wouldn't have a route.
                                It must be blocking access based of the source.

                                But if OBN is working for you....

                                Steve

                                1 Reply Last reply Reply Quote 1
                                • C
                                  cgi2099 @johnpoz
                                  last edited by

                                  @johnpoz
                                  @stephenw10

                                  Yes working great, thank ya'll so much :)!

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