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

Problems with flaky internet and pfSense

Scheduled Pinned Locked Moved General pfSense Questions
38 Posts 6 Posters 3.4k 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.
  • J
    JKnott @Bob.Dig
    last edited by Oct 25, 2019, 1:20 PM

    @Bob-Dig said in Problems with flaky internet and pfSense:

    @JKnott True but also pointless. I mean it is running now.

    <sigh>

    Go to www.grc.com and click on Services > ShieldsUp!. This will show you your "real" address, as seen by the rest of the world. You can then do a port scan to see what ports are open. Try opening some ports and see if they show up in the scan. If you don't see them, then the real address is not mapped to your CG-NAT address. In that case, ping will not reach your network from elsewhere.

    PfSense running on Qotom mini PC
    i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
    UniFi AC-Lite access point

    I haven't lost my mind. It's around here...somewhere...

    B 1 Reply Last reply Oct 25, 2019, 1:26 PM Reply Quote 0
    • B
      Bob.Dig LAYER 8 @JKnott
      last edited by Bob.Dig Oct 25, 2019, 1:31 PM Oct 25, 2019, 1:26 PM

      @JKnott You are missing the point. I already told here that I run servers at home and can open ports etc.
      I know this special NAT my ISP is doing is very interesting for you guys, I have to explain this all the time when I mention it here. 😅

      @Bob-Dig said in Problems with flaky internet and pfSense:

      @johnpoz Like I said before it is special. It looks like a NAT-IP, but at the same time it seems exposed, so I can open ports on my side etc. Don't ask me why they do it like that and I have some servers running like WP, Nextcloud etc.. ☺

      But please let us stay on topic, thank you.

      1 Reply Last reply Reply Quote 0
      • B
        Bob.Dig LAYER 8
        last edited by Bob.Dig Nov 13, 2019, 9:16 AM Nov 13, 2019, 9:11 AM

        So today, sadly, I just experienced it again. My connection came up several times after going down and in the end of this flakyness I had no internet on the clients, in between, the clients had internet... PfSense shows "online", I even had configured an external monitoring IP this time.
        Renewing the dhcp-lease manually on WAN solved it instantly for the clients. ☹

        B 1 Reply Last reply Nov 13, 2019, 7:49 PM Reply Quote 0
        • B
          bmeeks @Bob.Dig
          last edited by bmeeks Nov 13, 2019, 7:49 PM Nov 13, 2019, 7:49 PM

          @Bob-Dig said in Problems with flaky internet and pfSense:

          So today, sadly, I just experienced it again. My connection came up several times after going down and in the end of this flakyness I had no internet on the clients, in between, the clients had internet... PfSense shows "online", I even had configured an external monitoring IP this time.
          Renewing the dhcp-lease manually on WAN solved it instantly for the clients. ☹

          Sounds like something weird going on between your ISP's DHCP server and the DHCP client inside pfSense for the WAN.

          So before you did the manual lease renew, was your WAN showing the correct public IP address? And did that IP address change after you did the manual renew?

          B 1 Reply Last reply Nov 13, 2019, 8:17 PM Reply Quote 0
          • B
            Bob.Dig LAYER 8 @bmeeks
            last edited by Bob.Dig Nov 13, 2019, 8:19 PM Nov 13, 2019, 8:17 PM

            @bmeeks In my case it is an CG-NAT-Address, so I haven't watched it closely. My (external) WAN-IP-Address didn't changed and I think that pfSense had a connection... but didn't "shared" it.
            Next time i will do some ping-tests within pfSense and watch those IPs more closely.

            Btw your "trick" helped me anyways I think, I had peace for 20 days but this connection here is just... ☹

            B 1 Reply Last reply Nov 13, 2019, 8:23 PM Reply Quote 0
            • B
              bmeeks @Bob.Dig
              last edited by Nov 13, 2019, 8:23 PM

              @Bob-Dig said in Problems with flaky internet and pfSense:

              @bmeeks In my case it is an CG-NAT-Address, so I haven't watched it closely. My (external) WAN-IP-Address didn't changed and I think that pfSense had a connection... but didn't "shared" it.
              Next time i will do some ping-tests within pfSense and watch those IPs more closely.

              Btw your "trick" helped me anyways I think, I had peace for 20 days but this connection here is just... ☹

              When I said "public IP" what I really mean is whatever the "normal and working" IP should be. Whether it is CG NAT or a true public IP would not matter. You would just be looking to see what it is when it is not working, and then compare that to what it is when the connection is working. That info might help with troubleshooting.

              1 Reply Last reply Reply Quote 1
              • B
                Bob.Dig LAYER 8
                last edited by Bob.Dig Nov 14, 2019, 4:12 PM Nov 14, 2019, 4:10 PM

                And here we go again...
                abc.PNG
                I see no difference. Ping from within pfSense to a Website also failed. After renewing instant internet.

                1 Reply Last reply Reply Quote 0
                • B
                  bmeeks
                  last edited by bmeeks Nov 14, 2019, 4:18 PM Nov 14, 2019, 4:16 PM

                  I see now that you appear to be running pfSense on a Hyper-V host (the hn0 NIC driver is a virtualized NIC for Hyper-V).

                  Some quick Google searching found a few posts about issues with that NIC driver and FreeBSD 11. That might be the root of your problem.

                  Maybe you mentioned it earlier in the thread and I missed it, but knowing that you have pfSense virtualized and on which platform is very valuable information. Virtualized hardware is NOT the same as physical hardware of course, and the drivers used are different.

                  1 Reply Last reply Reply Quote 1
                  • B
                    bmeeks
                    last edited by bmeeks Nov 14, 2019, 4:25 PM Nov 14, 2019, 4:23 PM

                    Here are some of the links I found with a quick Google search:

                    1. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229990
                    2. https://forum.netgate.com/topic/128384/pfsense-network-interface-sometimes-hangs-on-hyper-v
                    3. http://freebsd.1045724.x6.nabble.com/11-1-running-on-HyperV-hn-interface-hangs-td6207926.html

                    Not sure all of these apply, but they illustrate there can be potential issues with Hyper-V and FreeBSD guests (pfSense is essentially a FreeBSD guest).

                    If you want to virtualize pfSense, I strongly recommend using ESXi. Or else just buy physical hardware. The Netgate appliances cost less than a Windows Server license.

                    1 Reply Last reply Reply Quote 1
                    • S
                      stephenw10 Netgate Administrator
                      last edited by Nov 15, 2019, 5:55 PM

                      I would check for a missing or bad default route when this happens. Diag > Routes

                      If there is no default route client traffic will not be able to get out. pfSense itself would not be able to ping out to arbitrary sites.

                      However the gateway monitoring will show onlint because that has a static route via the WAN gateway.

                      Do you have more than one gateway in System > Routing > Gateways?

                      If the default IPv4 gateway is set to automatic setting it to the WAN dhcp gateway instead should get you back a default route if that is what you're hitting.

                      Steve

                      1 Reply Last reply Reply Quote 1
                      • First post
                        Last post
                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                        This community forum collects and processes your personal information.
                        consent.not_received