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

    OPT1 needs LAN DNS access

    Scheduled Pinned Locked Moved General pfSense Questions
    109 Posts 5 Posters 19.6k Views 6 Watching
    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 Offline
      johnpoz LAYER 8 Global Moderator @lewis
      last edited by

      @lewis well can you ping 192.168.254.1 from lan, this is the IP you set on opt2 correct.

      What is the mask you set on it, it would default to /32 - you need to make sure you set it to the mask you want, most likely /24

      Lets see the settings on opt2, you didn't set a gateway on it?

      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

      L 1 Reply Last reply Reply Quote 0
      • L Offline
        lewis @johnpoz
        last edited by lewis

        well can you ping 192.168.254.1 from lan, this is the IP you set on opt2 >correct.

        Correct, the OPT2 was set up so I could do this whole AP thing so the wireless router is no longer dishing out DHCP and is only using the LAN port to connect to pfsense.

        What is the mask you set on it, it would default to /32 - you need to
        make sure you set it to the mask you want, most likely /24

        Do you mean on the openwrt AP? The AP is at 192.168.254.2/24 since there is no option for a /32. From ssh on the AP, I see its' IP as above and mask 255.255.255.0. Odd that I see /24 on the interface however.

        Lets see the settings on opt2, you didn't set a gateway on it?

        Do you mean the DHCP server or Interfaces section?
        No gateway set on the OPT2 DHCP server.

        The Interfaces section does have the gateway of 192.168.254.1 with mask of /24.

        L johnpozJ 2 Replies Last reply Reply Quote 0
        • L Offline
          lewis @lewis
          last edited by

          I had the AP IP address static. I've made it DHCP so it picks up from pfsense instead. I still cannot ping it from LAN however.

          Looking at the network on openwrt, Status, Network shows 192.168.254.2/24, gateway 192.168.254.1 and the correct DNS servers which are in fact on the LAN network.

          A client connecting to the AP works fine.

          L 1 Reply Last reply Reply Quote 0
          • L Offline
            lewis @lewis
            last edited by lewis

            I must be staring at this so hard that I'm not seeing something really small and in my face.

            2021-12-27_174849.jpg
            2021-12-27_174903.jpg

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

              @lewis said in OPT1 needs LAN DNS access:

              The Interfaces section does have the gateway of 192.168.254.1 with mask of /24.

              huh? So on your opt2 interface you set a gateway, and you pointed it to itself?

              localinterface.jpg

              You do not set gateways on pfsense local networks.. Gateways are how you get off the network - they are for wan interfaces only..

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

                Did you confirm that you're able to ping 192.168.254.1 from a client on LAN?

                This could be a firewall rule in OpenWRT blocking access from outside it's own subnet.

                But, yes, putting a gateway on the pfSense OPT2 interface is incorrect and will introduce a number of ways it could fail.

                Steve

                L 2 Replies Last reply Reply Quote 0
                • L Offline
                  lewis @stephenw10
                  last edited by

                  I always thought each interface would need its own gateway to make it its own private network. OPT1 has its own gateway and that one seems to work fine. Here is how both look.

                  2021-12-28_080638.jpg

                  2021-12-28_080653.jpg

                  1 Reply Last reply Reply Quote 0
                  • L Offline
                    lewis @stephenw10
                    last edited by lewis

                    @stephenw10
                    My test was to ping/nmap from a client on the LAN and could not ping or see anything on 192.168.254.0/24.

                    I then ssh'ed into pfsense and dropped to the command line and from there am able to ping the 192.168.254.1 gateway and other devices on the same network.

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

                      Those interfaces look fine. They have IP addresses but not gateways defined like the WAN does.

                      So you cannot even ping the OPT2 interface IP (192.168.254.1) from a client on LAN?

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

                        @stephenw10 said in OPT1 needs LAN DNS access:

                        So you cannot even ping the OPT2 interface IP (192.168.254.1) from a client on LAN?

                        Yes this is big question.. If your client on lan is using pfsense as its gateway. And it doesn't have a mask problem where it thinks 192.168.254.1 is on its own lan - you should be able to ping it.

                        You sure your clients on lan are not using say a /16 mask, they would think 192.168.x is local to them and never send it to pfsense. This would allow you to talk to your opt1 network since its 10.x but no you wouldn't be able to talk to another 192.168 network through pfsense, if your not sending pfsense the traffic in the first place.

                        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

                        L 1 Reply Last reply Reply Quote 1
                        • L Offline
                          lewis @stephenw10
                          last edited by

                          @stephenw10

                          Correct. Here is a test from a client on the LAN side.

                          # nmap -sP 192.168.254.0/24
                          Starting Nmap 7.70 ( https://nmap.org ) at 2021-12-27 17:43 MST
                          Nmap done: 256 IP addresses (0 hosts up) scanned in 10.47 seconds
                          
                          # nmap -sP 10.0.0.0/24
                          Starting Nmap 7.70 ( https://nmap.org ) at 2021-12-27 17:44 MST
                          Nmap scan report for 10.0.0.1
                          Host is up (0.00022s latency).
                          Nmap scan report for 10.0.0.29
                          Host is up (0.00063s latency).
                          Nmap scan report for 10.0.0.30
                          Host is up (0.00051s latency).
                          Nmap scan report for 10.0.0.52
                          Host is up (0.00077s latency).
                          Nmap scan report for 10.0.0.211
                          Host is up (0.00091s latency).
                          Nmap scan report for 10.0.0.212
                          Host is up (0.0098s latency).
                          Nmap scan report for 10.0.0.214
                          Host is up (0.00056s latency).
                          Nmap done: 256 IP addresses (7 hosts up) scanned in 10.07 seconds
                          
                          
                          johnpozJ 1 Reply Last reply Reply Quote 0
                          • johnpozJ Offline
                            johnpoz LAYER 8 Global Moderator @lewis
                            last edited by johnpoz

                            @lewis what is the mask on your client on lan?

                            ipconfig on windows

                            Ethernet adapter Local:
                            
                               Connection-specific DNS Suffix  . :
                               IPv4 Address. . . . . . . . . . . : 192.168.9.100
                               Subnet Mask . . . . . . . . . . . : 255.255.255.0
                               Default Gateway . . . . . . . . . : 192.168.9.253
                            

                            ifconfig on linux

                            ens3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
                                    inet 192.168.2.12  netmask 255.255.255.0  broadcast 192.168.2.255
                                    inet6 fe80::11:32ff:fe22:cc7d  prefixlen 64  scopeid 0x20<link>
                                    ether 02:11:32:22:cc:7d  txqueuelen 1000  (Ethernet)
                                    RX packets 13788691  bytes 7585716775 (7.5 GB)
                                    RX errors 0  dropped 0  overruns 0  frame 0
                                    TX packets 9887749  bytes 1520893783 (1.5 GB)
                                    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
                            

                            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

                            L 1 Reply Last reply Reply Quote 0
                            • L Offline
                              lewis @johnpoz
                              last edited by

                              @johnpoz
                              Wait, you might have something.
                              Yes, the client I was testing from has a /16.
                              This is a test from another client with a /24.

                              # nmap -sP 10.0.0.0/24
                              Starting Nmap 6.40 ( http://nmap.org ) at 2021-12-28 08:28 MST
                              Nmap scan report for 10.0.0.1
                              Host is up (0.00023s latency).
                              Nmap scan report for 10.0.0.29
                              Host is up (0.00066s latency).
                              Nmap scan report for 10.0.0.30
                              Host is up (0.00066s latency).
                              Nmap scan report for 10.0.0.52
                              Host is up (0.00052s latency).
                              Nmap scan report for 10.0.0.211
                              Host is up (0.00062s latency).
                              Nmap scan report for 10.0.0.212
                              Host is up (0.012s latency).
                              Nmap scan report for 10.0.0.214
                              Host is up (0.00052s latency).
                              Nmap done: 256 IP addresses (7 hosts up) scanned in 14.86 seconds
                              
                              # nmap -sP 192.168.254.0/24
                              Starting Nmap 6.40 ( http://nmap.org ) at 2021-12-28 08:28 MST
                              Nmap scan report for 192.168.254.1
                              Host is up (0.00029s latency).
                              Nmap scan report for 192.168.254.2
                              Host is up (0.00043s latency).
                              Nmap scan report for 192.168.254.10
                              Host is up (0.013s latency).
                              Nmap scan report for 192.168.254.11
                              Host is up (0.21s latency).
                              Nmap scan report for 192.168.254.16
                              Host is up (0.24s latency).
                              Nmap done: 256 IP addresses (5 hosts up) scanned in 26.94 seconds
                              
                              
                              1 Reply Last reply Reply Quote 0
                              • stephenw10S Offline
                                stephenw10 Netgate Administrator
                                last edited by

                                Yup, that would do it! Fix the mask on that client.

                                1 Reply Last reply Reply Quote 1
                                • L Offline
                                  lewis @johnpoz
                                  last edited by

                                  @johnpoz

                                  Wow, good catch folks!

                                  It just happens that my go to Linux client and the Windows machine I'm on have a /16 because of some other work I was doing a while back.

                                  Changing them both back to /24 fixes the problem :).

                                  It was something tiny I wasn't seeing at this point. Now I'm able to reach devices on the 192.168.254.1 network.

                                  L 1 Reply Last reply Reply Quote 1
                                  • L Offline
                                    lewis @lewis
                                    last edited by lewis

                                    And I think I used the wrong term about gateways above causing you some confusion. What I meant was the static ip4 config per interface.

                                    This was like making a single character coding mistake and it takes a week to find that one thing that broke everything.

                                    Thank you very much for sticking to this and helping me.

                                    J 1 Reply Last reply Reply Quote 1
                                    • J Offline
                                      jsmiddleton4 @lewis
                                      last edited by

                                      Did you leave the AP IP as DHCP?

                                      I thought AP's needed Static IP.

                                      If the AP is an AP I thought all of the stuff like DNS/DHCP was managed by the actual router. DNS/DHCP info passes from the PFSense router though the AP.

                                      I have Asus AX86U with RMerlin's FW as an AP. But I did my PFSense LAN as a Bridge.

                                      Glad its working of course. Just trying to connect the dots.

                                      johnpozJ L 2 Replies Last reply Reply Quote 0
                                      • stephenw10S Offline
                                        stephenw10 Netgate Administrator
                                        last edited by

                                        Yeah adding a gateway to an internal interface because you want clients on that subnet to use it as their gateway is a common setup mistake. If you hang around the forum for a while you will see people do that and it causes a number of fun problems. 😉

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

                                          @jsmiddleton4 said in OPT1 needs LAN DNS access:

                                          thought AP's needed Static IP.

                                          Why would that be? The IP on the AP is only used for management of the AP.. How it gets that IP makes no difference, and its not used in any fashion where anything other than management would need to talk to that IP.

                                          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

                                          J 1 Reply Last reply Reply Quote 0
                                          • J Offline
                                            jsmiddleton4 @johnpoz
                                            last edited by

                                            @johnpoz

                                            So you can find the AP when needing to access it for setup.

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