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

    ISP ignoring my DNS server settings from pfsense?

    Scheduled Pinned Locked Moved DHCP and DNS
    9 Posts 5 Posters 1.1k 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.
    • G
      Gimpymoo
      last edited by

      Hello.

      I am running a 4G modem/router in the UK and am with Vodafone.

      The modem/router is a Zyxel LTE3301-PLUS.

      I am running it in "pass through" mode to the WAN on the pfsense and the external WAN IP is being passed to it.

      The internet is working as it should for the most part, HOWEVER, Vodafone seem to do some funky stuff with the DNS and some sites do not work, when simply pinging the sites, the path goes dead after leaving the modem.

      Current DNS setting:
      dac03e64-fe61-4dbd-98bc-88df9a03986f-image.png

      d7a04a81-08b4-4d22-9497-cc31a9f97f5e-image.png

      Despite the above settings, the DNS settings in pFsense are ignored and it uses the Vodafone ones anyway.

      Can someone please enlighten me as what the ISP are doing and if there is a way around it other than using a VPN.

      Thank you.

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

        @gimpymoo said in ISP ignoring my DNS server settings from pfsense?:

        Can someone please enlighten me as what the ISP are doing

        You chose them. You have all the rights to ask them.

        @gimpymoo said in ISP ignoring my DNS server settings from pfsense?:

        Despite the above settings, the DNS settings in pFsense are ignored and it uses the Vodafone ones anyway.

        How do you know ? What tests showed this behaviour ?

        e089c06c-12b1-48ce-91ee-3780baeb532e-image.png

        Why ?
        ( do you think you have to give 'Googlr' your DNS requests ?)

        The default resolver works just fine.

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

        G 1 Reply Last reply Reply Quote 0
        • G
          Gimpymoo @Gertjan
          last edited by

          @gertjan said in ISP ignoring my DNS server settings from pfsense?:

          How do you know ? What tests showed this behaviour ?

          I used http://www.whatsmydnsserver.com/

          O 1 Reply Last reply Reply Quote 0
          • O
            ora23362 @Gimpymoo
            last edited by

            @gimpymoo
            Check if the IP address that site shows as the DNS server is the same as your WAN IP. It probably is hence incorrect result.

            1 Reply Last reply Reply Quote 0
            • styxlS
              styxl
              last edited by

              try a different DNS server like 1.1.1.1 or some other one,

              1 Reply Last reply Reply Quote 0
              • G
                Gimpymoo
                last edited by

                I switched from Vodafone to Three.

                Three now honouring the DNS server on the pfsense appliance so definitely something odd with Vodafone.

                Some sites flatout refused to load as well, all now working.

                DEFINITELY something with the ISP.

                1 Reply Last reply Reply Quote 0
                • styxlS
                  styxl
                  last edited by

                  they are probably intercepting your dns traffic and redirecting to their server for filtering

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    BrucexLing @styxl
                    last edited by

                    @styxl
                    I suspect my ISP is also intercepting my DNS lookups. Are there any methods to force my DNS resolving intent through the ISP’s system, other than VPN?

                    styxlS 1 Reply Last reply Reply Quote 0
                    • styxlS
                      styxl @BrucexLing
                      last edited by

                      @brucexling You can setup a local resolver (bind/unbound) or use the PFSense Resolver and have dns queries forwarded to google (8.8.8.8) or cloudflare (1.1.1.1) using TLS port 853 they wont intercept that. In a nutshell, the local resolver caches and responds to queries from your network and uses google/cloudflare for root

                      Capture.PNG

                      Additional config:

                      server:
                      aggressive-nsec: yes
                        forward-zone:
                          name: "."
                          forward-tls-upstream: yes
                          forward-addr: 1.1.1.1
                          forward-addr: 8.8.8.8
                          forward-addr: 8.8.4.4
                      
                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.