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

Alias

2.3-RC Snapshot Feedback and Issues - ARCHIVED
4
14
2.5k
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
    Gabri.91
    last edited by Oct 7, 2015, 2:04 PM

    I've tried now new 2.3 fresh install for first time and found some problem with aliases:
    1. When inserting\editing a port or URL alias, it's possible to change netmask. It should be disabled, but currently it's disabled only if change alias type in edit window, not on new\edit alias.
    2. Alias description it's not shown in alias list grid
    3. Port alias aren't visible from rules, like in 2.2.x
    4. Host alias doesn't show correctly in rules

    I've attached some screenshots of the problems.

    2.3-ALPHA (amd64)
    built on Tue Oct 06 21:27:10 CDT 2015
    FreeBSD 10.2-STABLE
    Nr1.png
    Nr1.png_thumb
    Nr2.png
    Nr2.png_thumb
    Nr3.png
    Nr3.png_thumb
    Nr4.png
    Nr4.png_thumb

    1 Reply Last reply Reply Quote 0
    • S
      Steve_B Netgate
      last edited by Oct 7, 2015, 2:32 PM

      Thanks for the report. I have create ticket #5282 and will look into it later today.

      Als ik kan

      1 Reply Last reply Reply Quote 0
      • S
        Steve_B Netgate
        last edited by Oct 7, 2015, 2:56 PM

        • I have fixed

        • Not able to reproduce. This may have been an issue in 2.2.x, but it renders correctly in 2.3

        • Port aliases show correctly and URL aliases show correctly, but not when both are used in one rule

        • Same as 3

        I am looking ant 3 & 4 now.

        Als ik kan

        1 Reply Last reply Reply Quote 0
        • S
          Steve_B Netgate
          last edited by Oct 7, 2015, 3:41 PM

          Fixed. Thanks for finding this.

          FirewallAliases.gif
          FirewallAliases.gif_thumb
          pfSense_localdomain_-_Firewall__Aliases.jpg
          pfSense_localdomain_-_Firewall__Aliases.jpg_thumb

          Als ik kan

          1 Reply Last reply Reply Quote 0
          • G
            Gabri.91
            last edited by Oct 7, 2015, 5:35 PM

            Synced with master but it isn't completely fixed:

            • Alias as source host and source port -> Fine
            • Alias as source host and destination host -> Destination is not linked\editable
            • Alias as source host and destination port -> Fine
            • Alias as destination host and destination port -> Destination host alias shows port instead of host

            I haven't tried to mix with 3 or 4 aliases.

            Also, I've found another small bug: when you open for edit a rule that have a source port range different from any, advanced should be automatically open like in 2.2.X,
            otherwise it will be possible to misunderstanding the rule..

            Thanks

            1 Reply Last reply Reply Quote 0
            • S
              Steve_B Netgate
              last edited by Oct 7, 2015, 6:31 PM

              Thanks.

              "advanced should be automatically open" is in progress under another ticket (Its the same for all pages)

              I'll look at the others.

              Als ik kan

              1 Reply Last reply Reply Quote 0
              • S
                Steve_B Netgate
                last edited by Oct 7, 2015, 6:52 PM

                I cleared up a further bug which caused either src or dst aliases to be displayed, but not both.

                Please give it a try and let me know how it works for you.

                Thanks again.

                Als ik kan

                1 Reply Last reply Reply Quote 0
                • S
                  Steve_B Netgate
                  last edited by Oct 7, 2015, 7:21 PM

                  FYI - I have removed the pencils. They just clutter up the display. Hover over an alias to view it's constituents, click it to edit.

                  Als ik kan

                  1 Reply Last reply Reply Quote 0
                  • G
                    Gabri.91
                    last edited by Oct 7, 2015, 8:05 PM

                    I confirm that now seems to working fine in all conditions.
                    Regarding pencils I agree.

                    PS: I've found that in 2.2.X hover shows also descriptions (both for main alias and for each sub-item) while in 2.3 isn't shown any description.
                    Personally I rarely use them but someone could notice this as a problem.

                    1 Reply Last reply Reply Quote 0
                    • P
                      phil.davis
                      last edited by Oct 8, 2015, 2:21 AM

                      PS: I've found that in 2.2.X hover shows also descriptions (both for main alias and for each sub-item) while in 2.3 isn't shown any description.
                      Personally I rarely use them but someone could notice this as a problem.

                      Showing the entry descriptions would be good. I often have aliases that are for "special client systems" that are used in a rule to give them an exception for something. In that case the IP addresses in the alias are just some "random-looking" IP addresses in LAN subnet. In the description I put something useful for a human to read.

                      As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
                      If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

                      1 Reply Last reply Reply Quote 0
                      • S
                        Steve_B Netgate
                        last edited by Oct 8, 2015, 11:58 AM

                        I'll see what I can do  :)

                        Als ik kan

                        1 Reply Last reply Reply Quote 0
                        • S
                          Steve_B Netgate
                          last edited by Oct 8, 2015, 2:09 PM

                          Pop-up layout converted from a list to a table, and alias descriptions added.

                          Als ik kan

                          1 Reply Last reply Reply Quote 0
                          • BBcan177B
                            BBcan177 Moderator
                            last edited by Oct 8, 2015, 5:07 PM

                            Would be great if you could add a Sort option to the Aliases, or even an option to move the Lines (similar to the Firewall rules…)

                            Some Aliases can get unwieldy when adding/removing IPs over time..

                            Maybe a Sort option like this? With the option to either Sort by the IP/Description field. or Skip the sort function?

                            
                            $alist = array(explode(' ', $alias['address']), explode('||', $alias['detail']));
                            
                            array_multisort($alist[0], SORT_ASC, SORT_NUMERIC, $alist[1]);
                            $config['aliases']['alias'][$key]['address'] = implode(' ', $alist[0]);
                            $config['aliases']['alias'][$key]['detail'] = implode('||', $alist[1]);
                            

                            "Experience is something you don't get until just after you need it."

                            Website: http://pfBlockerNG.com
                            Twitter: @BBcan177  #pfBlockerNG
                            Reddit: https://www.reddit.com/r/pfBlockerNG/new/

                            1 Reply Last reply Reply Quote 0
                            • S
                              Steve_B Netgate
                              last edited by Oct 8, 2015, 10:49 PM

                              We can add that as a feature request.

                              Als ik kan

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