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

    new pfsense firewall blocks many websites

    Scheduled Pinned Locked Moved General pfSense Questions
    20 Posts 9 Posters 2.8k 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 @pirod
      last edited by

      @pirod looks like a dns problem to me.. from this client what do you get when you do say from cmd prompt

      nslookup www.ikea.com

      $ nslookup www.ikea.com
      Server:  pi.hole
      Address:  192.168.3.10
      
      Non-authoritative answer:
      Name:    e11632.x.akamaiedge.net
      Address:  104.114.25.189
      Aliases:  www.ikea.com
                san.ov11632.ikea.com.edgekey.net
      

      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
      • P
        pirod @SteveITS
        last edited by

        @steveits
        Thanks for the reply. I changed to passthrough and DNS resolver was like you said.

        Still cannot ping site like idea.com:
        2022-12-07_19h59_21.png

        S S Cool_CoronaC 3 Replies Last reply Reply Quote 0
        • S
          skogs @pirod
          last edited by skogs

          Things ~should~ resolve either way, but since we're having issues I would at least test turning on the DNS Query Forwarding.
          IIRC the docs don't mention it, but when off the system just spams the root dns servers instead of anything manually set. I don't consider myself fancy enough to bother the root dns servers.

          I feel like that last screenshot shows us getting worse ...
          clearly some resolution happened, and that is a valid IP, but the pings should function. I just tested it myself as well as several others for ikea.

          I'm almost leaning toward modem mac filter, passthrough not functioning, or still just plain wrong WAN side setup with an incorrect subnet setup. Perhaps a static set IP but accidentally did wrong subnet?

          GertjanG 1 Reply Last reply Reply Quote 0
          • S
            SteveITS Galactic Empire @pirod
            last edited by

            @pirod Try a traceroute and see how far it gets. Also try the IP I showed above.

            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
            Upvote ๐Ÿ‘ helpful posts!

            1 Reply Last reply Reply Quote 0
            • Cool_CoronaC
              Cool_Corona @pirod
              last edited by

              @pirod Its a setup problem.... not related to anything external.

              Give me a teamviewer and access to tyour pfsense for 5 min and I will solve it for you.

              1 Reply Last reply Reply Quote 0
              • GertjanG
                Gertjan @skogs
                last edited by

                @skogs said in new pfsense firewall blocks many websites:

                I don't consider myself fancy enough to bother the root dns servers.

                But you are.

                When you decide to forward to some commercial data collector center, sorry, a DNS server like 1.1.1.1, you mandate them to 'bother' the root servers, as these are where your DNS request starts.. Because 1.1.1.1, 8.8.8.8 etc are resolvers.
                So they will contact the root servers on your behalf.
                Then they contact a TLD DNS server.
                Then they contact a domain name server, who give you the answer of your request.

                So, why not, take the long road, do forwarding instead of your own resolving ๐Ÿ˜Š

                And I'm not done yet : there is more : your local 'unbound', while forwarding or resolving, is also caching the results obtained.
                Ones it knows from the root servers where it can find answers for "where are the dot com TLDs ?" it won't bother them anymore for do com requests (and dot net and dot org etc) as these are also cached.Results from the domain name servers are also cached.
                And true, the 1.1.1.1, 8.8.8.8 etc are also caching.

                IMHO, if you have a question, and you have the choice to get the answers from the eye witness, or from some one who 'knows about it', who would you ask the question ?
                Using the root servers, resolving, can give you a free bonus : when possible, it uses DNSSEC which guarantees you, that when you get an answer, it's a good answer, not a spoofed one. Forwarding means : you have to trust 1.1.1.1 or 8.8.8.8, as DNSSEC results are unknown to you.

                So, again, serious ? Doubting about 'do it yourself' or 'ask some one else' ?

                You mentioned ikea.com. If you were resolving, this would be the result : https://dnsviz.net/d/ikea.com/dnssec/ so ikea.com is fully DNSSEC aware, so I (my resolver) will know that the answers, an A, AAAA MX TXT or NS record, are correct.

                Btw : check your pfSense date and time. When it's not correct, DNSSEC will fail => DNS seems to fail.

                No "help me" PM's please. Use the forum, the community will thank you.
                Edit : and where are the logs ??

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

                  @gertjan said in new pfsense firewall blocks many websites:

                  check your pfSense date and time. When it's not correct, DNSSEC will fail => DNS seems to fail.

                  This is a good point - but from his ping he tried to ikea.com did resolve.. So its not a dns issue on pfsense part.

                  It could be on his client having dns problem - maybe unbound isn't answering his clients? But that does not explain why his ping test from pfsense didn't work.

                  Would be a good test to see traceroute from pfsense to this ikea.com.. for example.

                  trace.jpg

                  If fails with any, maybe change that to actual wan for interface to use as source.

                  Also is there any vpn in in play here - users tend to leave out important pieces of the puzzle all the time.. For all we know he is going out a vpn, and those sites don't like his vpn and don't answer..

                  edit: btw - he is not using IPv4 to talk to the forums? Only IPv6.. Possible piece to the puzzle in that as well.

                  so be curious to see if his ping test works when he uses IPv6

                  ping1.jpg

                  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

                  P 1 Reply Last reply Reply Quote 0
                  • P
                    pirod @johnpoz
                    last edited by

                    seems to be fixed!!

                    this was missing:2022-12-08_17h52_59.png

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

                      @pirod what did you have there?

                      Kind of hard to get to lots of the internet if you don't have any IPv4 address that is for sure.

                      www.ikea.com doesn't have IPv6 address.. Nor does www.slack.com

                      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

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        pirod @johnpoz
                        last edited by

                        @johnpoz
                        was on static ipv4 I guess. Not sure why.

                        Yes internet is not yet ful ipv6!

                        THANK YOU ALL for your patience!!!

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

                          @pirod said in new pfsense firewall blocks many websites:

                          was on static ipv4 I guess. Not sure why.

                          Well if it was static you would of had to have set the IP, etc It defaults to dhcp that is for sure.

                          BTW - still waiting for where you see all the complaints with no answers ;)

                          I see many people complaining the same and no real answers are given.

                          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.