Improvements to the firewall GUI
Please add an ability in LW firewall rules to specify a list of ports in one rule.
If you have several ports you're looking to open for a given group of people, say a developer working on your dev server: 22, 3306, 80, 443, having to specify both each person's source IP and the ports you want open for them is a horribly time consuming task.
Why not let users specify lists in the port box like:
22, 80, 443, 3306
The same thing goes for creating rule groups, i.e. give us the ability to create those four ports as a group (let's call it 'dev ports'), then add the developers IPs who're able to access that group.
The same thing then by extension goes to being able to create a group of IPs, say:
1.1.1.1
1.2.3.4
5.6.7.8
9.8.7.6
...give them a "group" called "developers" and assign them all the 'dev ports' group.
As it stands now, accomplishing anything nearing a viable, working ACL is a time-vaporizing, frustrating exercise, particularly if you have multiple servers, as we do.