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

    Access Modem @ 192.168.15.1

    Scheduled Pinned Locked Moved General pfSense Questions
    16 Posts 4 Posters 1.5k 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.
    • M
      McMurphy
      last edited by McMurphy

      pfSense:
      WAN @ 192.168.15.2
      LAN @ 10.0.0.254

      Modem @ 192.168.15.1

      pfSsense can ping the modem however the LAN cannot reach the modem

      I need to be able to access the modem GUI to configure it.

      What is blocking the LAN from accessing the modem?

      johnpozJ A 2 Replies Last reply Reply Quote 0
      • johnpozJ
        johnpoz LAYER 8 Global Moderator @McMurphy
        last edited by

        @mcmurphy there shouldn't be anything, you would be able to access that out of the box to be honest.

        Have you changed the rules on lan other than the default any any rule? Have you put in any rules in floating? Are you policy routing - ie sending traffic out say a vpn on your lan rules?

        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

        M 1 Reply Last reply Reply Quote 0
        • M
          McMurphy @johnpoz
          last edited by

          @johnpoz
          Thanks for the reply.
          I can see no rules that would be blocking this.

          Ahhh, I think I know why. pfSense is being setup to replace the current router so it does not have the correct GW IP address to avoid conflicts with the production router.

          Sorry :)

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

            @mcmurphy so your saying clients are not pointing pfsense for their gateway.. Yeah that would explain why lan can not get to pfsense wan ;)

            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
            • jimpJ jimp moved this topic from Problems Installing or Upgrading pfSense Software on
            • A
              Averlon
              last edited by

              Most likely a back route to the LAN Subnet is missing on the Modem.

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

                @averlon Out of the box pfsense would be natting anything in the lan to the wan address. So no you don't need a route in the modem for it to answer 192.168.15.2 when its address is 192.168.15.1

                If they had turned off natting, then lan clients sure wouldn't going anywhere anyway. Because like you said how would they get back.. But out of the box pfsense would be natting.

                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

                A 1 Reply Last reply Reply Quote 1
                • A
                  Averlon @johnpoz
                  last edited by

                  @johnpoz A RFC 1918 WAN address implies that the actual WAN connection is somewhere else and NAT isn't necessarily enabled for that particular interface. Since no rules can be identified, what may block the connection, a routing issue would be my best guess.

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

                    @averlon your overthinking it..

                    Out of the box pfsense will nat traffic to its wan address, doesn't matter if public or rfc1918.. If interface has a gateway set on it, its a wan to pfsense. Any lan side traffic going out this gateway will be natted to that address.

                    Yest the default wan rule of block rfc1918 would block unsolicited inbound traffic to the wan address. But if this was a client going to that 192.168.15.1 address the answer would be allowed by the state, that block rfc1918 rule wouldn't be evaluated because states are evaluated before rules.

                    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

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

                      Yes, it's possible all the outbound NAT could be happening at some upstream router but that would be a more complex setup. By default pfSense will outbound NAT on it's WAN whether or not it's in a private subnet.

                      Steve

                      1 Reply Last reply Reply Quote 0
                      • A
                        Averlon @johnpoz
                        last edited by

                        I simply don't assume somebody would put the management interface of their modem on the actual WAN nor that everybody is running on default NAT Mode. Call it overthinking, if you like ;)

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

                          @averlon who says its the management network.. More likely he is just misusing the term "modem" and its actually a gateway doing nat..

                          Or 192.168.15.1 could be another default for modems like 192.168.100.1 which is my cable modems default IP.

                          None of that really matters. What he stated was pfsense IP was 15.2 and its gateway is 15.1 - in that sort of setup pfsense would nat anything behind it to the 15.2 address, and should be able to talk to the 15.1 address.

                          If the clients were actually using the pfsense lan IP as there 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

                          1 Reply Last reply Reply Quote 0
                          • A
                            Averlon @McMurphy
                            last edited by

                            @johnpoz said in Access Modem @ 192.168.15.1:

                            who says its the management network.. More likely he is just misusing the term "modem" and its actually a gateway doing nat..

                            mcmurphy said in Access Modem @ 192.168.15.1:

                            I need to be able to access the modem GUI to configure it.

                            If you say it is more likely a gateway doing NAT, it supports my theory that NAT isn't necessarily enabled on the pfsense. Believe it or not, some people change default settings and don't do double NAT where it isn't needed. Actually some GW settings were change to make it work, ergo there was something off about the routing and it's most likely not the routing on the pfsense, since the 192.168.15.0/? network is a direct connected one and would work with NAT enabled as long not firewall rules interfering.
                            What's the point anyway? Issue is solved for 3 days now what I didn't notice when I posted my theory about a possible cause. Thank you for clarifying that NAT is enabled per default on pfsense WAN.

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

                              @averlon said in Access Modem @ 192.168.15.1:

                              it supports my theory that NAT isn't necessarily enabled on the pfsens

                              So he would of had to on purpose go in and turn that off. Because out of the box its going to nat.. He not going to get good help if did that and didn't mention 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

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                Averlon @johnpoz
                                last edited by

                                @johnpoz If McMurphy decides to post the cause of the issue, we will know. Meanwhile there is no benefit of argue about it, since we both juggle on assumptions. So lets call it, have a nice evening.

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

                                  @averlon assumptions always have to be made when info is missing ;) You assumed one thing, I assumed another ;)

                                  I didn't see this as an argument or disagreement, just exchanging info on how based assumptions.

                                  You have a great evening as well. But its only afternoon here, did you assume I was in your timezone - hehehe ;)

                                  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
                                  • M
                                    McMurphy
                                    last edited by

                                    Hi all, I posted the cause previously.

                                    The problem was simply that pfsense was not the default GW on the LAN.
                                    GW @ 10.0.0.1
                                    pfSense @ 10.0.0.254

                                    pfSense was set up in parallel to the existing GW so it could be configured to replace the existing GW.

                                    As pfSense was not the default GW none of the LAN traffic was being routed there and accordingly the modem GUI could not be accessed from the LAN.

                                    Simply adding a 2nd GW of 10.0.0.254 to the workstation, temporarily, allowed the modem GUI to be accessed.

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