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

    Upload not working on GW_Failover

    Scheduled Pinned Locked Moved General pfSense Questions
    20 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.
    • GiaNNG
      GiaNN @GiaNN
      last edited by

      I tried to reconfigure the GW-Failover as i did before, and it still behaves the same, but if i run a speedtest from the firewall it works just right...
      a9d5d61e-e605-42f0-b303-1dfa1075edef-immagine.png
      So i think it's something blocking traffic from LAN but i don't know what can be

      1 Reply Last reply Reply Quote 0
      • stephenw10S
        stephenw10 Netgate Administrator
        last edited by

        Oh it was in your LAN subnet?

        In that case it's almost certainly an asymmetric routing problem. You can't have two gateways and hosts all the same subnet like that.

        https://docs.netgate.com/pfsense/en/latest/troubleshooting/asymmetric-routing.html

        You need to put the 4G router on a separate interface. That could be a VLAN if you don't have any spare NICs.

        Steve

        GiaNNG 1 Reply Last reply Reply Quote 0
        • GiaNNG
          GiaNN @stephenw10
          last edited by GiaNN

          @stephenw10 unfortunatelly i cannot use VLANs because the ZTE with stock firmware isn't capable of use them.
          I try to see if the firewall fix works thanks ๐Ÿ‘
          I don't know if it's this the rule that it's said in the documentation
          027f5189-8a2f-4842-95a2-2f4cdfd278d0-immagine.png
          If yes, then the automatic fix doesn't work, i try the manual.

          1 Reply Last reply Reply Quote 0
          • stephenw10S
            stephenw10 Netgate Administrator
            last edited by

            The modem doesn't need to support VLANs as long as the switch does. The only part that would be VLAN tagged is between the pfSense LAN NIC and the switch.

            GiaNNG 1 Reply Last reply Reply Quote 0
            • GiaNNG
              GiaNN @stephenw10
              last edited by

              @stephenw10 yes my keenetic AP supports VLAN tag.
              I tried to do the manual fix with the LAN and the floating rule and it works
              0c5dc2fc-959b-4b49-aee8-0d4c40e322fc-immagine.png ,
              now i only need to try to set up codelQ to limit the speed to 30/30 so i can get decent bufferbloat even with the backup connection.
              I tried to set up a VLAN this morning but i think i misconfigured something and it wasn't working ๐Ÿค”

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                It would be much better to use a separate VLAN interface than using the workaround firewall rule if you can. Without VLANs you are still using asymmetric routing just masking the issue. But I'd almost guaranty it will come back to bite you at some point.

                Steve

                GiaNNG 1 Reply Last reply Reply Quote 0
                • GiaNNG
                  GiaNN @stephenw10
                  last edited by

                  @stephenw10 i know, but i've never used VLANs before and when i tried this morning i think i messed up something, i'll see some documentation/ tutorial on how to use them and i'll try.
                  Are you sure the static route problem won't cause problem even with a VLAN?
                  Thank You.

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by

                    Using the VLAN eliminates the asymmetry. All traffic to and from the 4G router then has to go through pfSense via the LAN and VLAN interfaces. Currently traffic can go directly between the 4G router and LAN hosts without going through pfSense.

                    GiaNNG 2 Replies Last reply Reply Quote 0
                    • GiaNNG
                      GiaNN @stephenw10
                      last edited by GiaNN

                      @stephenw10 yes i think tomorrow i'll work on that, because right now my PPPoEv4 isn't letting any traffic through so i think i messed something. Even setting it up as gateway it doesn't work.
                      512bf57f-5bb9-4a0e-8172-b4176c5a7066-immagine.png
                      (my v6 PPPoE comes from the v4)
                      luckily i had a backup and restored it LOL.

                      1 Reply Last reply Reply Quote 0
                      • GiaNNG
                        GiaNN @stephenw10
                        last edited by GiaNN

                        @stephenw10 Hi, i resume this thread to say that i configured correctly the VLAN and now the failover works perfectly also i configured CodelQ with a 30Mbit limiter (BTW Thank You), there's only a little thing that annoys me: my backup Sim changes IP every 4 hours so the firewall sends me 2 messages like these:
                        82712a7e-3f07-44ae-80a5-18ec4ba14742-immagine.png
                        Is there a way to turn off notifications on that gateway and at the same time keeping the monitoring on to detect if it works or not?

                        1 Reply Last reply Reply Quote 0
                        • stephenw10S
                          stephenw10 Netgate Administrator
                          last edited by

                          Not within the pfSense GUI. It always notifies about gateway events. And you need the gateway monitoring and actions enabled to make sure failover works correctly.
                          You could assume it's always up and disable monitoring actions on the 4G router gateway. That might be acceptable.

                          GiaNNG 1 Reply Last reply Reply Quote 0
                          • GiaNNG
                            GiaNN @stephenw10
                            last edited by

                            @stephenw10 said in Upload not working on GW_Failover:

                            Not within the pfSense GUI

                            is it possible via CLI?
                            Otherwise i can see if i can do something through the telegram bot or i'll do the always up.

                            1 Reply Last reply Reply Quote 0
                            • stephenw10S
                              stephenw10 Netgate Administrator
                              last edited by

                              Anything is possible with code! ๐Ÿ˜‰

                              But it not something I'm familiar with. There have been calls for better granularity in notifications. There might be some examples in the forum.

                              GiaNNG 1 Reply Last reply Reply Quote 1
                              • GiaNNG
                                GiaNN @stephenw10
                                last edited by GiaNN

                                @stephenw10 well, guess i have to find what's the code PFsense uses to send telegram messages. Thank You
                                I did it!
                                I added the string if (str_contains($data["text"],"LTE_Backup_VLAN")) return 0 to the etc/inc/
                                /notices.inc file and it works, it doesn't send me messages about that gateway but still monitors it, but still checking if everything works.

                                GiaNNG 1 Reply Last reply Reply Quote 1
                                • GiaNNG
                                  GiaNN @GiaNN
                                  last edited by

                                  @GiaNN i'll do some other testing because it seems that so It won't send any message besides the test one

                                  1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post
                                  Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.