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

    Cannot initiate HTTPS connection from any type of VPN

    Scheduled Pinned Locked Moved Routing and Multi WAN
    17 Posts 2 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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator @departy
      last edited by

      @departy if it was asymmetrical none of the protocols would work.

      So those look like your lan site.. What are the openvpn rules on both sites. What is your tunnel network being used?

      If your saying other protocols work - validate your vpn interface rules allow for 443. Also don't forget a host firewall.. Maybe this 10.10.0.x address firewall doesn't allow the remote 10.0.0 network..

      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

      departyD 1 Reply Last reply Reply Quote 0
      • departyD
        departy @johnpoz
        last edited by

        @johnpoz
        9e2292e6-ec23-4dcc-b628-d27d17ab0d60-image.png

        No rules regarding port 443 so far.

        "Also don't forget a host firewall.. Maybe this 10.10.0.x address firewall doesn't allow the remote 10.0.0 network.."

        How and where would I check that?

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

          Both sides?

          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

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

            @departy said in Cannot initiate HTTPS connection from any type of VPN:

            How and where would I check that?

            In the server your hosting the https site on.

            simple test, sniff on pfsense (packet capture under diag menu).. On the interface to your https box is connected too - when you try and access it from the other site - do you see the pfsense sending the traffic to the server.. If so but no answer - that screams firewall... If you don't see it move up the line towards where your sending the traffic to make sure its getting to pfsense.

            So you see the traffic on the vpn interface? If not do you see it on the other end going out the vpn interface? Maybe the other end is using policy routing?

            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

            departyD 1 Reply Last reply Reply Quote 0
            • departyD
              departy @johnpoz
              last edited by

              @johnpoz
              OpenVPN is from Laptop to 'Remote Site' -> 443 isnt working
              OpenVPN to 'Local Site' -> 443 is working

              Something is wrong on the remote site. They allow ALL I have * to * rules
              VPN -> LAN - Allow all

              I continue see (States Remote site)
              44a41394-a7f8-4a6f-a6f1-83aff606eb55-image.png

              NAT Remote
              44b993bf-7e6f-4b78-8302-def62f84f5ed-image.png

              VPN Rules:
              79a4702b-aa81-4d2b-a6b1-ebe752ebac19-image.png

              OpenVPN, WireGuard, IPSec to -> 10.10.0.4:443 not working (example, no ip:443 works).

              1 Reply Last reply Reply Quote 0
              • departyD
                departy @johnpoz
                last edited by

                @johnpoz
                Package Capture to 10.10.0.4 on VPN interface
                17147624-a745-4ed9-8120-f112b97ffe27-image.png

                Package Capture to 10.10.0.4 on LAN interface

                dbab5a8e-ab57-44f4-b711-798955a1f359-image.png

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

                  @departy said in Cannot initiate HTTPS connection from any type of VPN:

                  Package Capture to 10.10.0.4 on LAN interface

                  So you can see pfsense is sending on the traffic to the 10.10.0.4 address, but no response. So you need to look to 10.10.0.4 why its not answering.. Wrong gateway? (not pfsense) firewall? Wrong mask and it thinks 10/8 is local so it never sends the traffic back to pfsense, etc.

                  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

                  departyD 2 Replies Last reply Reply Quote 0
                  • departyD
                    departy @johnpoz
                    last edited by departy

                    @johnpoz
                    But then, why when I am at the 'Remote Site' and with IP on LAN address I can successfully open 10.10.0.4:443 ?

                    Edit: AAAAAAAAHhhhh I see your point. I now have a lead... Will chase on it and ping again if need additional brain to resolve this nonsense Thank you!

                    Edit2: Thank you for your time!

                    1 Reply Last reply Reply Quote 0
                    • departyD
                      departy @johnpoz
                      last edited by departy

                      @johnpoz I currently cannot get physically on remote site and have a though.

                      Can you tell me what happens if 10.10.0.4 has a static IP address Set on the client itself not on PfSense side.
                      Is it possible the problem to be related to that? Since PfSense is virtualized, 0.4 is the ESXi, I have set a static IP address in case PfSense dies for some reason to have a way on the other side to turn it on from the network.

                      Also for some reason I lost Ping and other services today to that server. Troubleshooting it now

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

                        @departy said in Cannot initiate HTTPS connection from any type of VPN:

                        Can you tell me what happens if 10.10.0.4 has a static IP address Set on the client itself not on PfSense side.

                        How a client gets an IP be it dhcp or static on the device makes no difference.. IP address is IP address. As long as set correctly, correct mask, correct gateway.

                        0.4 is the ESXi

                        Huh?? While sure your esxi host would have an IP in whatever network your using.. That wouldn't be the same IP as some VM your trying to access. Unless your were natting on esxi, which I don't think you even can.. Is this vmware workstation and not esxi?

                        So your trying to access the webgui of esxi?

                        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

                        departyD 1 Reply Last reply Reply Quote 0
                        • departyD
                          departy @johnpoz
                          last edited by departy

                          @johnpoz
                          Yes, I am trying to access WebUI of ESXi> I am pretty much sure I have default settings on firewall and etc. It used to work until pfsense upgrade.

                          fb9093e4-bc3c-40d3-a98e-7e020dc4fdab-image.png

                          9b95f442-0de1-4812-b20a-9554e683b5e6-image.png

                          2219c9c5-a098-49a6-80ed-24744957b349-image.png

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

                            @departy it never going to work if you don't get an answer... You can see the traffic is sent to the IP.. Is that the correct mac address..

                            Pfsense has nothing to do with answers not being returned... Sniff on your esxi host - is it seeing the traffic? You posted your sniffs and traffic is being sent on to that IP to 443 from 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 24.11 | Lab VMs 2.8, 24.11

                            departyD 1 Reply Last reply Reply Quote 1
                            • departyD
                              departy @johnpoz
                              last edited by

                              @johnpoz Okay I feel stupid right now, but tbh I would have never gotten to the answer without you!

                              Noticed the wrong gateway which somehow got auto assigned. I am new to the settings I am applying and assumed some stuff happens automatically. Now I made the necessary changes and fixed the gateway and made sure it wont happen again.
                              b8a96d0f-c60e-4e8b-98ec-2ace43dde07c-image.png

                              Thank you soo much for wasting your time with my issue! But I gained some additional knowledge on how to troubleshoot future issues like this. Thank you!

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

                                @departy glad I could help - anything that gets to the answer is not really a waste of time.

                                Could of prob figured that out sooner, other than you saying other protocols worked... They sure wouldn't of worked to this box, if his gateway was not correct.

                                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

                                departyD 1 Reply Last reply Reply Quote 0
                                • departyD
                                  departy @johnpoz
                                  last edited by departy

                                  @johnpoz I recently moved my pfsense box to VM on an ESXi. Have a learning curve to that. I set some prevention methods in case PfSense died, I could reach it via static IPs. Used to work, but after the upgrade to 2.6 something must have happened and trigger it this change in gateway. Lost my head for few days wondering what and where went wrong 🤕

                                  Now question is why LAN (10.10.0.1) could have established connection with 192. I will dwell on that next few days.

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

                                    @departy said in Cannot initiate HTTPS connection from any type of VPN:

                                    Now question is why LAN (10.10.0.1) could have established connection with 192.

                                    What was talking to what - from your routing table your have 3 different networks there attached to your esxi host. Are you overlapping those IPs on the same L2? Do you have multi homed devices (interfaces in more than 1 network)?

                                    vmk - those are you vmkernal networks? Why would you have more than 1? I could see putting different vms on a different network. But have never setup esxi with vmkern in more than 1 network.. Multi homing devices is almost always a bad idea ;) Can lead to asymmetrical traffic flow is normally the problem.

                                    If you have a completely isolated san that is different..

                                    My nas and pc are multi homed, but only in the sense that they have an isolated network that they can talk to each other at 2.5ge for file movement, a san if you will.

                                    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
                                    • First post
                                      Last post
                                    Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.