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

    Can not connect external ap

    Scheduled Pinned Locked Moved Wireless
    20 Posts 4 Posters 7.0k 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.
    • W
      wallabybob
      last edited by

      @pman860507:

      if i change the configuration to Static will i just use the ip address i gave to the wireless router to connect to it (for management)

      Provided the wireless router IP address is on your LAN subnet, it will respond to an ARP (Address Resolution Protocol) request asking Who has address <ip address="" you="" assigned="">? and the ARP requestor will then know the MAC address of the router.
      If your LAN IP is 172.30.1.7/24 and the wireless router IP address is 172.30.1.125/24 then they are both on the same subnet (first 24 bits of the IP address is the same for both).

      What type does the 255.255.255.255 need to be?

      I don't understand the question. The 255.255.255.255 in the firewall rule is the IP broadcast address. On startup, a DHCP client will send its DHCP request to the IP broadcast address (auto configuration, it doesn't know the IP address of its DHCP server) in the hope that someone will respond. Once someone responds it knows the IP address of its DHCP server and thereafter can use its IP address.</ip>

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

        the type for the 255.255.255.255 but i got it figured out.

        so my issue is not getting internet.

        1 Reply Last reply Reply Quote 0
        • W
          wallabybob
          last edited by

          @pman860507:

          so my issue is not getting internet.

          I'm not telepathic. I'll need a bit more to work with than that.

          Not getting the internet from where? Can you access the internet from the pfSense console (e.g. # ping www.google.com)? Can you access the internet from a system connected to your LAN interface? (Do you have something connected to the LAN interface? Is the LAN interface up? (It needs to be for the bridging to work.)

          It might help to have a diagram of your network configuration. It doesn't need to be fancy.

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

            sorry  it was late and very out of it last night.

            i have internet though everything but wireless.
            I am able to connect to AP and get a ip from the pfSense box DHCP server. My gateway it turned to my pfsense box ip i just think its the allow traffic rule im not doing right.

            1 Reply Last reply Reply Quote 0
            • jimpJ
              jimp Rebel Alliance Developer Netgate
              last edited by

              It wasn't sure from what you said, but where on the wireless router did you plugin the cable to the pfSense box? (it should be the switch side)

              See here: http://doc.pfsense.org/index.php/Use_an_existing_wireless_router_with_pfSense

              Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

              Need help fast? Netgate Global Support!

              Do not Chat/PM for help!

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

                yeah its plugged in on the switch side. :o

                1 Reply Last reply Reply Quote 0
                • W
                  wallabybob
                  last edited by

                  @pman860507:

                  I am able to connect to AP and get a ip from the pfSense box DHCP server. My gateway it turned to my pfsense box ip i just think its the allow traffic rule im not doing right.

                  That's good progress.

                  Have you checked the pfSense firewall log? (Web GUI: Status -> System logs, click on the firewall tab)

                  From the wireless side, can you ping the pfSense LAN IP address? the pfSense WAN IP address?

                  Is the allow traffic rule the one you originally posted in this thread? I have a similar rule in my pfSense box EXCEPT the source is WLAN Subnet. (In my configuration, WLAN is bridged to LAN so I guess WLAN Subnet would be the same as LAN subnet but maybe not. Perhaps this rule is a harmless relic of WLAN's previous life as an independent subnet.)

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

                    i can not ping the pfSense Lan IP .

                    for the log not really sure what im looking for i see a lot of things blocked from the wan and it looks like everything from the Wireless was allowed. although the only thing comming from the wireless is the actual AP it's self.

                    could it be something in the AP.

                    i just noticed that i still had the internet setup in the AP as Automatic Configuration - DHCP. does it need to be static? if so what do i chose for the IP address. just anything on the Lan Subnet?

                    What it is now.

                    What i think it might need to be.

                    1 Reply Last reply Reply Quote 0
                    • D
                      danswartz
                      last edited by

                      If you are just using the wireless router as an AP, you want to totally disable the WAN interface if possible.  I know some firmwares do not let you do that.  If you are in that boat, give the WAN interface a bogus IP you will never use, like 192.168.222.222 or somesuch.  However, if the clients are getting IPs from the pfsense, their packets should be going to it, so the WAN configuration on the AP is not likely to matter much.

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

                        okay good to know i just cant figure out why i can connect to it and the DHCP server but i cant access the web. though wireless.  
                        i can ping my computer on the wireless though a computer on the LAN though. but i cant ping my computer on lan from my computer on wireless.
                        i can also connect to the computer remotely over the LAN.

                        1 Reply Last reply Reply Quote 0
                        • D
                          danswartz
                          last edited by

                          I reread the first post or so.  Do you really still have the AP plugged into a separate OPT1?  If so, why?  You are bridging the wireless segment to the LAN with no restrictions, so why not just plug the AP into the LAN and be done with it?

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

                            18.4.3. Bridging wireless to an OPT interface

                            If you want more control over your wireless clients, adding an OPT interface to pfSense for your access point is the preferred solution. If you wish to keep your wireless and wired networks on the same IP subnet and broadcast domain, you can bridge the OPT interface to your LAN interface. This scenario is functionally equivalent to plugging the access point directly into your LAN switch, except since pfSense is in the middle, it can filter traffic from your wireless network to provide protection to your LAN hosts.
                            You can also put your wireless network on a dedicated IP subnet if desired, by not bridging the OPT interface on pfSense and assigning it with an IP subnet outside of your LAN subnet. This enables routing between your internal and wireless networks, as permitted by your firewall ruleset. This is commonly done on larger networks, where multiple access points are plugged into a switch that is then plugged into the OPT interface on pfSense. It is also preferable when you will force your wireless clients to connect to a VPN before allowing connections to internal network resources.

                            From the book it's really just a control thing. from what i read.

                            1 Reply Last reply Reply Quote 0
                            • D
                              danswartz
                              last edited by

                              you're missing the key point though: if you have a default "allow any" rule, there IS no extra control, so you are complicating your setup for no real gain.

                              1 Reply Last reply Reply Quote 0
                              • W
                                wallabybob
                                last edited by

                                Maybe the "allow any" rule is there for the present to try to get the configuration working.@pman860507:

                                i can ping my computer on the wireless though a computer on the LAN though. but i cant ping my computer on lan from my computer on wireless.

                                What report do you get when you ping the computer on lan from computer on wireless?

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

                                  @wallabybob:

                                  Maybe the "allow any" rule is there for the present to try to get the configuration working.@pman860507:

                                  i can ping my computer on the wireless though a computer on the LAN though. but i cant ping my computer on lan from my computer on wireless.

                                  What report do you get when you ping the computer on lan from computer on wireless?

                                  I get a 100% reply.

                                  1 Reply Last reply Reply Quote 0
                                  • W
                                    wallabybob
                                    last edited by

                                    OK, so your earlier report that you can't ping a computer on the LAN from a computer on the wireless is no longer current?

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

                                      @wallabybob:

                                      OK, so your earlier report that you can't ping a computer on the LAN from a computer on the wireless is no longer current?

                                      sorry i miss read that from the wireless to lan computer i get no reply. from lan computer to wireless computer i get 100% reply.

                                      @danswartz:

                                      you're missing the key point though: if you have a default "allow any" rule, there IS no extra control, so you are complicating your setup for no real gain.

                                      i understand what you are saying and it does make since. if i put the wireless on the lan do i need to bridge it with anything or just plug it in and good to go?
                                      nvm  thats a dumb question once i think about it im going to hook the wireless into the Lan. if i ever need to add some restrictions to it i might move it back.

                                      and amazing enough it worked perfectly thanks a lot for all your help many next time i have to do this kind of stuff i will be more familiar with the firewall rules.

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