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

    Please help to configure HAProxy to serve certifficate on internal LAN too

    Scheduled Pinned Locked Moved Cache/Proxy
    29 Posts 4 Posters 194 Views 5 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.
    • H Offline
      ha11oga11o @tinfoilmatt
      last edited by

      @tinfoilmatt

      dig goes with this ansver:

      ; <<>> DiG 9.18.41-1~deb12u1-Debian <<>> nextcloud.mydomain.xx
      ;; global options: +cmd
      ;; Got answer:
      ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26902
      ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
      
      ;; OPT PSEUDOSECTION:
      ; EDNS: version: 0, flags:; udp: 1424
      ;; QUESTION SECTION:
      ;nextcloud.mydomain.xx.                IN      A
      
      ;; ANSWER SECTION:
      nextcloud.mydomain.xx. 3600    IN      A       192.168.1.214
      nextcloud.mydomain.xx. 3600    IN      A       192.168.1.1
      
      ;; Query time: 4 msec
      ;; SERVER: 192.168.1.1#53(192.168.1.1) (UDP)
      ;; WHEN: Tue Nov 04 20:52:42 CET 2025
      ;; MSG SIZE  rcvd: 83
      
      

      nslookup goes like this:

      Server:         192.168.1.1
      Address:        192.168.1.1#53
      
      Name:   nextcloud.mydomain.xx
      Address: 192.168.1.214
      Name:   nextcloud.mydomain.xx
      Address: 192.168.1.1
      
      

      My problem is that it returns both. If i do dig from outside only resolve it to my public IP which is fine.

      Remember, all works fine from outside. Only local LAN is bypasing in some reason.

      Thank you for helping me with this demonic issue :)

      tinfoilmattT 1 Reply Last reply Reply Quote 0
      • tinfoilmattT Offline
        tinfoilmatt @ha11oga11o
        last edited by

        @ha11oga11o Your next troubleshooting step is to figure out who or what is serving the 192.168.1.214 record, and why, and then remove it.

        H 1 Reply Last reply Reply Quote 0
        • H Offline
          ha11oga11o @tinfoilmatt
          last edited by

          @tinfoilmatt

          Yeah, i agree. Something is serving my whole LAN not only 214. Any other server i add to proxy behave totally same.

          TBH i have no idea what can serve my LAN in loopback. And i dont dare to experiment with any of setting at General or Advanced because i dont know 80% what they actually do.
          But, could this do something like this?

          Untitled3.png

          tinfoilmattT 1 Reply Last reply Reply Quote 0
          • tinfoilmattT Offline
            tinfoilmatt @ha11oga11o
            last edited by

            @ha11oga11o I suspect your DHCP configuration.

            H 1 Reply Last reply Reply Quote 0
            • H Offline
              ha11oga11o @tinfoilmatt
              last edited by

              @tinfoilmatt

              Nothing there that i can see. Nothing is added all is actually unticked. Only i tweaked was long time ago to define static pool and thats it.

              Untitled4.png

              tinfoilmattT 1 Reply Last reply Reply Quote 0
              • tinfoilmattT Offline
                tinfoilmatt @ha11oga11o
                last edited by

                @ha11oga11o What version of pfSense is this system running?

                H 1 Reply Last reply Reply Quote 0
                • H Offline
                  ha11oga11o @tinfoilmatt
                  last edited by

                  @tinfoilmatt

                  2.8.1-RELEASE (amd64)
                  built on Thu Aug 28 18:09:00 CEST 2025
                  FreeBSD 15.0-CURRENT

                  haproxy net 0.63_11

                  Fair question. I did not found it important because one should not seek advices at forums if at least box is not upto date.

                  H 1 Reply Last reply Reply Quote 0
                  • H Offline
                    ha11oga11o @ha11oga11o
                    last edited by

                    I changed this from manual to automatic and got different response from dig.

                    Untitled5.png

                    it went from

                    ;; ANSWER SECTION:
                    nextcloud.xxx. 3600    IN      A       192.168.1.214
                    nextcloud.xxx. 3600    IN      A       192.168.1.1
                    
                    

                    to

                    ;; ANSWER SECTION:
                    nextcloud.xxx. 3600    IN      A       192.168.1.1
                    nextcloud.xxx. 3600    IN      A       192.168.1.214
                    
                    

                    They switched place, but still it redirects same.

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

                      @ha11oga11o you are prob registering dhcp in unbound. Or you are registering statics if you have a reservation which is why your seeing both.

                      Look in your unbound settings - do you have this checked?

                      dhcp.jpg

                      Is then yeah you would have your host override you created and also the dhcp entry - which is why you would get 2 answers.. And yeah they could flip flop with .1 being first one query, and .214 being first next query, or 3 queries latter etc..

                      This is one of the perfect examples of why you shouldn't use your pubic domain internally.. Then you never can run into such problems.

                      I have multiple public domains where I can point records at my public IP.. But I use home.arpa internally.

                      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 25.07.1 | Lab VMs 2.8.1, 25.07.1

                      H 1 Reply Last reply Reply Quote 0
                      • H Offline
                        ha11oga11o @johnpoz
                        last edited by

                        @johnpoz
                        Yes, it seems i have. Should i uncheck it?

                        Untitled6.png

                        Are other things ok?

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

                          @ha11oga11o you can uncheck that - but you would then loose ability to resolve any resources internally unless you create host overrides for them.

                          Or set reservations for them and register those.

                          See my edit of previous post - not a fan of using the same domain public and internal if you are going to have stuff on that domain that resolves on the public side - I would suggest you just use say home.arpa as your internal name - then you would never run into such an issue.

                          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 25.07.1 | Lab VMs 2.8.1, 25.07.1

                          H 1 Reply Last reply Reply Quote 0
                          • H Offline
                            ha11oga11o @johnpoz
                            last edited by

                            @johnpoz

                            Mine goal is only to be able to use nextcloud.mydomain.xx both outside and inside LAN.
                            Outside all works fine. As i understand if im at local LAN with phone we will not be able to resolve nextcloud.mydomain.xx. It will be not reachable?
                            That is different issue with same outcome then.
                            We are in need to be able to use it out and in house without VPN fiddling.

                            I did create host override. You can see on posts above. I did place bunch of pictures. Is that what you are talking about?

                            Thanks!

                            H 1 Reply Last reply Reply Quote 0
                            • H Offline
                              ha11oga11o @ha11oga11o
                              last edited by ha11oga11o

                              oh yeah, 192.168.1.214 is static bounded with its MAC address.

                              I untick both DHCP Registration and Static DHCP registration and now dig returns only 192.168.1.1 but i cant access it from LAN anymore. I do have Host override as posted in pics above. But we cannot resolve it anymore.
                              Is there anything else i need to do so we gain access to nextcloud.mydomain.xx within local LAN?

                              Guys, thank you in advance.

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

                                @ha11oga11o if you resolve nextcloud.mydomain.xx to your external IP, ie the same one public people do then it would be handled by your haproxy.

                                Example I have ssl offloading for external users for the public fqdn something.mydomain.tld - this resolves externally to my public IP that hits pfsense wan, this also resolves to my public IP when on my local network, so again haproxy handles the ssl, etc.

                                But if I wanted or needed to access that directly on my local lan then I use its name.home.arpa:port that the service is on that doesn't do ssl, etc.

                                What is the point of using the same fqdn internally and externally? What do you think that gets you other than issues?

                                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 25.07.1 | Lab VMs 2.8.1, 25.07.1

                                H 1 Reply Last reply Reply Quote 0
                                • H Offline
                                  ha11oga11o @johnpoz
                                  last edited by

                                  @johnpoz said in Please help to configure HAProxy to serve certifficate on internal LAN too:

                                  @ha11oga11o if you resolve nextcloud.mydomain.xx to your external IP, ie the same one public people do then it would be handled by your haproxy.

                                  Example I have ssl offloading for external users for the public fqdn something.mydomain.tld - this resolves externally to my public IP that hits pfsense wan, this also resolves to my public IP when on my local network, so again haproxy handles the ssl, etc.

                                  But if I wanted or needed to access that directly on my local lan then I use its name.home.arpa:port that the service is on that doesn't do ssl, etc.

                                  What is the point of using the same fqdn internally and externally? What do you think that gets you other than issues?

                                  On this case problem is that phone nextcloud client hangs when switching out and in. Simply cannot be used when inside LAN. Well, it can be used either out or in. But to switch it it needs to be totally reset and sync.
                                  It remember which connection is allowed, at which cert. And sticks on that. Basically its useless until i sort this out to behave exactly same out and in.

                                  I cant believe no one had similar issue at home lab self hosted?? Im sure someone had need to do things like this?

                                  Thank you again.

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

                                    @ha11oga11o and again - not an issue if you don't try and use the same domain internally as you do externally.

                                    Haproxy doesn't care from what direction you are coming from, wan or lan makes no difference.

                                    It remember which connection is allowed, at which cert

                                    if you always hit haproxy via the pfsense wan IP - it would always be the same cert.. Not from outside public cert, and internally selfsigned cert.

                                    you list a rfc1918 address on pfsense wan, or are you trying to hit your lan address 192.168.1.1 ? If you hit that and your on the 192.168.1 network you going to run into an asymmetrical problem where sure haproxy will send to your .214 address but when your service answers to a 192.168.1.x address to the client that would be coming from a different host than who it talked to.. Your fqdn you want to use should hit the wan IP of pfsense.

                                    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 25.07.1 | Lab VMs 2.8.1, 25.07.1

                                    H 1 Reply Last reply Reply Quote 0
                                    • H Offline
                                      ha11oga11o @johnpoz
                                      last edited by

                                      @johnpoz said in Please help to configure HAProxy to serve certifficate on internal LAN too:

                                      @ha11oga11o and again - not an issue if you don't try and use the same domain internally as you do externally.

                                      Haproxy doesn't care from what direction you are coming from, wan or lan makes no difference.

                                      It remember which connection is allowed, at which cert

                                      if you always hit haproxy via the pfsense wan IP - it would always be the same cert.. Not from outside public cert, and internally selfsigned cert.

                                      you list a rfc1918 address on pfsense wan, or are you trying to hit your lan address 192.168.1.1 ? If you hit that and your on the 192.168.1 network you going to run into an asymmetrical problem where sure haproxy will send to your .214 address but when your service answers to a 192.168.1.x address to the client that would be coming from a different host than who it talked to.. Your fqdn you want to use should hit the wan IP of pfsense.

                                      Must admit that i really dont understand these things. I dont have knowledge to figure it out. I know that i have ticked

                                      Block private networks and loopback addresses
                                      and
                                      Block bogon networks

                                      at WAN general configuration interface. I really dont know can that be issue?

                                      If there is any chance to make it to just work with same domain name in and out, and to serve proper certificate will you please tell me what exactly to do.

                                      If its to much to ask is totally fine. Many thnx for hints and tips, i will try to do it with hit and run approach hoping not to destroy everything in process.

                                      Cheers :)

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

                                        @ha11oga11o said in Please help to configure HAProxy to serve certifficate on internal LAN too:

                                        Block private networks and loopback addresses

                                        on your LAN?

                                        If there is any chance to make it to just work with same domain name in and out

                                        Already went over this - have your fqdn you want to use resolve to your wan address of pfsense.. But then you will be unable to resolve any of your other local resources via dhcp registration. This only complicates the setup, but yeah you can do it.

                                        blocking rfc and bogon on your wan interface has nothing to do with hitting your wan IP from the lan side, those go through your lan interface rules, not your wan rules.

                                        edit: here maybe this will help?

                                        haproxy.jpg

                                        If you hit your wan IP from wan (red) haproxy sends it on to your device serving your service..

                                        If you hit your wan IP from lan (green) haproxy sends it on to your device serving your service.

                                        If you hit your lan IP (purple) from your lan, haproxy sends it on to your device serving the service. But the response now comes from the device itself vs the haproxy. This is asymmetrical.. And your client could say what the hell I didn't talk to 192.168.1.214, I talked to wanIP of pfsense.

                                        If you always hit your pfsense wan IP be it from wan or lan - the cert served will always be the cert you setup in haproxy.

                                        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 25.07.1 | Lab VMs 2.8.1, 25.07.1

                                        H 1 Reply Last reply Reply Quote 0
                                        • H Offline
                                          ha11oga11o @johnpoz
                                          last edited by

                                          @johnpoz

                                          I had it working fine before with free dynamic dns. BUT only nextcloud with opened 443 and 80 to outside. It was with self signed certificate.

                                          Now i need it working with proper certificate and possibly to have other fqdn to be usable using haproxy. To play and learn a bit.
                                          It seems theres no proper/easy way to do what i want to be done then?

                                          All that works fine for hosting actually, im just trying to do some weird non standard stuff.

                                          Seems self hosting is not appealing as i though to.

                                          Guys, many thnx for your nerves and time for me. If you have any other suggestions, and will to deal with me, im opened for suggestion.

                                          Cheers!

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

                                            @ha11oga11o said in Please help to configure HAProxy to serve certifficate on internal LAN too:

                                            It seems theres no proper/easy way to do what i want to be done then?

                                            What? I have gone over exactly how to set this up... You can use whatever fqdn you want on the public side.. That end up on your pfsense wan IP, and haproxy can send that anywhere you want using whatever certs you want for the offloading.

                                            Your problem is you are trying to use the same domain name internally and externally - this leads to complications in what resolves to what..

                                            All your problems go away if you would just use a different internal domain name to resolve your internal resources. home.arpa is the approved domain for this use.. Now when you hit publicdomain.tld it hits your haproxy on your wan IP. If you use otherpublicdomain.tld - again also hits your wan IP.. Doesn't matter where you resolve this from - out on the internet or from some phone on your local wifi network.

                                            And when you do want to access a local resource with its local IP then use something.home.arpa.. So you can access all your devices via the dhcp registration of their names.

                                            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 25.07.1 | Lab VMs 2.8.1, 25.07.1

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