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

    Failing to add URL alias with mixed IPv4 and IPv6 addresses

    Firewalling
    4
    15
    1.8k
    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.
    • lindheL
      lindhe
      last edited by lindhe

      Hi! I've got a mystery for you all! Or perhaps a bug, we'll see.

      I'm trying to create an alias to represent a list of IP addresses for Cloudflare, which I want to whitelist. The pfSense documentation says that "IPv4 and IPv6 addresses can be mixed inside an alias", but I fail to do so.

      It seems to work fine for me if I create either an alias with IPv4 addresses or IPv6 addresses, just not mixed. When I mix them, I seem to only get IPv6 addresses:

      Screenshot from 2021-01-11 20-34-39.pngScreenshot from 2021-01-11 20-34-28.png

      I thought first that maybe this is just the UI not showing me the full list, but no! If I apply that alias as a whitelist in a FW rule, my traffic gets blocked:

      Screenshot from 2021-01-11 20-35-16.png

      It works fine if I use only the IPv4 list, but I want to whitelist the IPv6 addresses too!

      I even tried to create a nested alias, but I fail to create that. This feels more like just my mistake, that I don't understand how to set it up properly. This is the error I get:

      Screenshot from 2021-01-11 20-56-30.png

      Any idea what I'm doing wrong here? Or could this be a bug?

      I'm running 2.4.5-RELEASE-p1 (arm) on a Netgate SG-3100.

      EDIT: I knew posting here would help me! I tried putting the two URLs in the opposite order (IPv4 first, followed by IPv6), and now that only resolved to IPv4 addresses (it seems)!

      Screenshot from 2021-01-11 21-30-08.png

      JKnottJ 1 Reply Last reply Reply Quote 0
      • JKnottJ
        JKnott @lindhe
        last edited by

        @lindhe

        I found the same issue with Enom. If I create an alias, it will always be used. I use an alias to convert a long host name from my ISP to one on my domain for IPv4. But I have the proper host names on IPv6 for my 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...

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

          Yeah this does "seem" a bit buggy to me as well. From my quick check.

          I was able to duplicate what your seeing.. Where the the last url seems to be the only one listed.. If v4 is on bottom, then v4 are listed, if v6 is bottom. The v6 is listed in the table.

          You would have to use 2 different lists to see if that is due to the ipv6 and ipv4 different lists. Or if the same sort of thing happens if you have 2 different v4 or v6 lists. And only the bottom url is stored in the table.

          To be honest I would think url (tables) would be the alias you would want to use anyway. This would be reloaded per the number of days you choose from 1 to 128.. Since I would assume these lists could change..

          But with those you can only use 1 url.

          As a work around until can get to the bottom of it. I would suggest create 2 url (table) aliases - one for v4 and one for v6 and use those in different rules for v4 and v6..

          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.7.2, 24.11

          1 Reply Last reply Reply Quote 1
          • lindheL
            lindhe
            last edited by

            @johnpoz Thank you! Excellent suggestion. Indeed, two different IPv4 lists exhibit the same behaviour.

            Your suggested work-around makes sense. I guess I should also report this issue to the maintainers. Is Redmine the right place to do so?

            Screenshot from 2021-01-17 13-41-14.png Screenshot from 2021-01-17 13-41-38.png

            Reference files: https://github.com/lindhe/netgate-topic-159803/

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

              Yes the correct place would be redmine, with link to this thread for discussion of and showing that others have duplicated the problem.

              As another work around, you could prob leverage pfblocker aliases, they allow for multiple lists in the same alias.. Then use the pfblocker native alias in you rules.

              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.7.2, 24.11

              lindheL 1 Reply Last reply Reply Quote 1
              • lindheL
                lindhe @johnpoz
                last edited by

                @johnpoz This seems similar, but I don't think it's the same issue. Do you think so too?

                https://redmine.pfsense.org/issues/9296

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

                  I would say yeah its sim in nature.. But what your doing here is pulling a list of ips, nothing has to be resolved, other then where your list is hosted.. Guess that could be related to why only the 2nd url listed loads?

                  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.7.2, 24.11

                  lindheL 1 Reply Last reply Reply Quote 0
                  • lindheL
                    lindhe @johnpoz
                    last edited by

                    @johnpoz I tried now to use two different domains (github and cloudflare) for the URLs, and it still only resolves the last one.

                    1 Reply Last reply Reply Quote 0
                    • lindheL
                      lindhe
                      last edited by

                      Here is the issue I created for it: https://redmine.pfsense.org/issues/11256

                      viktor_gV 1 Reply Last reply Reply Quote 0
                      • viktor_gV
                        viktor_g Netgate @lindhe
                        last edited by

                        @lindhe Please test it on the latest 2.5 snapshot

                        lindheL 1 Reply Last reply Reply Quote 0
                        • lindheL
                          lindhe @viktor_g
                          last edited by

                          @viktor_g Hi! Thanks for getting back to me! I'll need to make sure I have a proper backup before I'll venture into unreleased territory. Do you know if I can always "upgrade back" again if I go from 2.4 to 2.5, if something breaks?

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

                            @lindhe said in Failing to add URL alias with mixed IPv4 and IPv6 addresses:

                            Do you know if I can always "upgrade back" again if I go from 2.4 to 2.5, if something breaks?

                            Not you can not auto "upgrade" to 2.4.. Just make sure you have a backup of your config.. And install media.. Be that CE or if your FE, open a ticket with netgate and they will send you link to FE copy you can download.

                            So if you decide you want to roll back, its really simple.

                            But to be honest 2.5 is close - I would be surprised if there was an issue that would force you to roll back.

                            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.7.2, 24.11

                            lindheL 1 Reply Last reply Reply Quote 0
                            • lindheL
                              lindhe @johnpoz
                              last edited by

                              Unfortunately, the issue still persists in the latest stable version (21.02_1). :/

                              lindheL 1 Reply Last reply Reply Quote 0
                              • lindheL
                                lindhe @lindhe
                                last edited by lindhe

                                Or, no not quite the same. Adding two lists of IPv4 urls works now. But nested aliases still fail.

                                I guess that I can now use a reasonable work-around by creating a mixed (unnested) alias instead. But it's overflowing the text box, so I don't know how to verify that all addresses are in the alias now. How can I verify that the alias is correct?

                                Screenshot from 2021-04-11 17-09-08.png

                                viktor_gV 1 Reply Last reply Reply Quote 0
                                • viktor_gV
                                  viktor_g Netgate @lindhe
                                  last edited by

                                  @lindhe said in Failing to add URL alias with mixed IPv4 and IPv6 addresses:

                                  Or, no not quite the same. Adding two lists of IPv4 urls works now. But nested aliases still fail.

                                  I guess that I can now use a reasonable work-around by creating a mixed (unnested) alias instead. But it's overflowing the text box, so I don't know how to verify that all addresses are in the alias now. How can I verify that the alias is correct?

                                  Screenshot from 2021-04-11 17-09-08.png

                                  Redmine issue created:
                                  https://redmine.pfsense.org/issues/11863

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