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

(SOLVED) is it a good practice to disable the DSL routers firewall.

Scheduled Pinned Locked Moved Firewalling
18 Posts 5 Posters 2.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.
  • W
    whitekalu
    last edited by whitekalu May 1, 2019, 9:54 AM May 1, 2019, 4:59 AM

    Hello friends.
    I have a firewall enabled (with default firewall rules) from ISP on DSL routers in front of pfSense router.
    So I need your suggestion, should I disable the DSL routers firewall so that all firewall work is done via pfSense ?
    Or leave the DSL routers firewall turned ON as it will provide redundancy.
    Thanks

    1 Reply Last reply Reply Quote 0
    • N
      NogBadTheBad
      last edited by May 1, 2019, 8:28 AM

      @whitekalu said in is it a good practice to disable the DSL routers firewall.:

      Hello friends.
      I have a firewall enabled (with default firewall rules) from ISP on DSL routers in front of pfSense router.
      So I need your suggestion, should I disable the DSL routers firewall so that all firewall work is done via pfSense ?
      Or leave the DSL routers firewall turned ON as it will provide redundancy.
      Thanks

      Can you put your DSL router into modem mode?

      Im guessing that the IP address on your pfSense router is a RFC1918 address and you'll have a double NAT going on.

      Andy

      1 x Netgate SG-4860 - 3 x Linksys LGS308P - 1 x Aruba InstantOn AP22

      1 Reply Last reply Reply Quote 0
      • W
        whitekalu
        last edited by May 1, 2019, 8:46 AM

        Hi NogBadTheBad.
        Yes pfSense is on RFC1918 and yes double NAT is going on.
        I don't know if I can configure the DSL router in modem mode.
        I can see a option that says use other router in cascading mode.
        Attached is the snapshot of my DSL router.
        ThanksrouterSettings.JPG

        1 Reply Last reply Reply Quote 0
        • N
          NogBadTheBad
          last edited by May 1, 2019, 8:47 AM

          What is the router out of interest ?

          Andy

          1 x Netgate SG-4860 - 3 x Linksys LGS308P - 1 x Aruba InstantOn AP22

          W 1 Reply Last reply May 1, 2019, 9:07 AM Reply Quote 0
          • W
            whitekalu @NogBadTheBad
            last edited by May 1, 2019, 9:07 AM

            @NogBadTheBad said in is it a good practice to disable the DSL routers firewall.:

            What is the router out of interest ?

            https://www.dslreports.com/hardware/Pace-5268AC-h4060

            1 Reply Last reply Reply Quote 0
            • N
              NogBadTheBad
              last edited by May 1, 2019, 9:11 AM

              Ah looks like you can't :(

              https://forums.att.com/t5/AT-T-Fiber-Equipment/How-to-run-Pace-5268AC-in-simple-bridge-mode/td-p/5290058

              Andy

              1 x Netgate SG-4860 - 3 x Linksys LGS308P - 1 x Aruba InstantOn AP22

              1 Reply Last reply Reply Quote 0
              • W
                whitekalu
                last edited by May 1, 2019, 9:42 AM

                Thankyou NogBadTheBad.
                That was my bad luck. I should try DMZ+mode some time.
                but my divine question still remains unanswered.
                If my DSL Modem/Router was able to run in a simple bridge mode.
                Is it good to have pfSense a WAN IP and do all the firewalling stuff. OR it's more secure to have Double NAT. If someone passes through DSL Modem's firewall the pfSense will still be there to defend and kick 'em out. Well management wise it will be burden because One have to look for firewall settings in 2 places One in the frontline router and Second in the pfSense but we'll have dual line of fire fire wall
                Thanks

                N 1 Reply Last reply May 1, 2019, 9:45 AM Reply Quote 0
                • N
                  NogBadTheBad @whitekalu
                  last edited by May 1, 2019, 9:45 AM

                  @whitekalu

                  I'd leave them, you just won't see many hits on the pfsense wan interface.

                  Andy

                  1 x Netgate SG-4860 - 3 x Linksys LGS308P - 1 x Aruba InstantOn AP22

                  W 1 Reply Last reply May 1, 2019, 9:52 AM Reply Quote 1
                  • W
                    whitekalu @NogBadTheBad
                    last edited by May 1, 2019, 9:52 AM

                    @NogBadTheBad said in is it a good practice to disable the DSL routers firewall.:

                    @whitekalu

                    I'd leave them, you just won't see many hits on the pfsense wan interface.

                    Thanks going after wise man's suggestion.
                    I will leave them.

                    1 Reply Last reply Reply Quote 0
                    • C
                      conor
                      last edited by conor May 1, 2019, 10:41 AM May 1, 2019, 10:24 AM

                      Depends on the DSL modem, some providers in Europe provide really cheap residential grade DSL modems to business users, the issue is that these cheap routers only support about 1000 states in the modem, so you need to set the modem to bridge modem so that the states are handled on the pfSense device only and there is no states on the DSL modem.

                      In some modems the down side in bridge mode is that you can't check the modem's interface web page for line sync status/speed or CRC or FEC errors.

                      200+ pfSense installs - best firewall ever.

                      W J 2 Replies Last reply May 1, 2019, 10:26 AM Reply Quote 1
                      • W
                        whitekalu @conor
                        last edited by May 1, 2019, 10:26 AM

                        @conor said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                        Depends on the DSL modem, some providers in Europe provide really cheap residential grade DSL modems to business users, the issue is that these cheap routers only support about 1000 states in the modem, so you need to set the modem to bridge modem so that the states are handled on the pfSense device only and there is no states on the DSL modem.

                        The down side in bridge mode is that you can't check the modem's interface web page for line sync status/speed or CRC or FEC errors.

                        That is a great answer!
                        Thanks conor

                        J 1 Reply Last reply May 1, 2019, 10:38 AM Reply Quote 1
                        • J
                          JKnott @whitekalu
                          last edited by May 1, 2019, 10:38 AM

                          @whitekalu

                          I find the built in firewall in the modem is nowhere near as capable as pfSense. Also, I see your modem supports IPv6. Having 2 firewalls makes it much harder to provide IPv6 to your network.

                          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...

                          W 1 Reply Last reply May 1, 2019, 11:11 AM Reply Quote 0
                          • J
                            JKnott @conor
                            last edited by May 1, 2019, 10:40 AM

                            @conor said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                            The down side in bridge mode is that you can't check the modem's interface web page for line sync status/speed or CRC or FEC errors.

                            I can on mine. With the Hitron cable modems, the status can be accessed at 192.168.100.1, when in bridge mode. It's also possible to reset it to gateway mode.

                            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...

                            C 1 Reply Last reply May 1, 2019, 10:43 AM Reply Quote 0
                            • C
                              conor @JKnott
                              last edited by May 1, 2019, 10:43 AM

                              @JKnott said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                              I can on mine. With the Hitron cable modems, the status can be accessed at 192.168.100.1, when in bridge mode. It's also possible to reset it to gateway mode.

                              Fair point i have edited my post to reflect that this is the case in "some modems".

                              200+ pfSense installs - best firewall ever.

                              1 Reply Last reply Reply Quote 0
                              • W
                                whitekalu @JKnott
                                last edited by May 1, 2019, 11:11 AM

                                @JKnott said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                                @whitekalu

                                I find the built in firewall in the modem is nowhere near as capable as pfSense. Also, I see your modem supports IPv6. Having 2 firewalls makes it much harder to provide IPv6 to your network.

                                I agree the built in firewall in modems don't even come near to knees in comparison with pfSense's rich feature and reliability.
                                Not a big fan of IPV6 .. https://ipv6.he.net/certification/
                                I have disabled the IPV6 feature on my modem. Nice to know that 2 firewalls makes it much harder to provide IPv6 on a network.
                                Thanks

                                G J 2 Replies Last reply May 1, 2019, 11:29 AM Reply Quote 0
                                • G
                                  Gertjan @whitekalu
                                  last edited by May 1, 2019, 11:29 AM

                                  @whitekalu said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                                  Not a big fan of IPV6 .. https://ipv6.he.net/certification/

                                  @whitekalu said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                                  I have disabled the IPV6 feature on my modem. Nice to know that 2 firewalls makes it much harder to provide IPv6 on a network.

                                  Thanks to those guys - he.net I have a working local IPv6 - all my mail and web servers are IPv6 compatible and it won't be me who has to handle the new kind of "Internet People" that only have an IPv6 at their disposal.

                                  Less known, but really needed : the upfront router need to pass protocol 41 ( see here : it's not TCP or UDP, but IPv6 or 6in4 ) so the he.net tunnel server can connect to our pfSense using a GIF interface. Yep, that's an incoming connection !
                                  If you upstream router can handle that protocol, and a "DMZ" doesn't exist or doesn't transmit "41" neither, the it's game over.

                                  Btw : I've done it :

                                  c1d4e603-2339-4687-9224-029acee5d615-image.png

                                  ("Nowwhat" is me in another live)

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

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    JKnott @whitekalu
                                    last edited by May 1, 2019, 9:37 PM

                                    @whitekalu said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                                    Not a big fan of IPV6

                                    Why's that? That's the future, as IPv4 hasn't been adequate for many years.

                                    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...

                                    W 1 Reply Last reply May 2, 2019, 5:27 AM Reply Quote 0
                                    • W
                                      whitekalu @JKnott
                                      last edited by May 2, 2019, 5:27 AM

                                      @JKnott said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                                      @whitekalu said in (SOLVED) is it a good practice to disable the DSL routers firewall.:

                                      Not a big fan of IPV6

                                      Why's that? That's the future, as IPv4 hasn't been adequate for many years.
                                      because i find it easier to read 10.152.155.22 than fe80::14bd:3881:c4a4:b750%11.
                                      also using ping command, ping ipv4 address is very easier than ping ipv6 address.
                                      seems like the thread is going off topic, mods and admins feel free to lock the thread :)

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