π§ Overview
| Feature | Layer | Purpose | Affects Traffic |
|---|---|---|---|
| Category | Rule-level | For tagging and organizing firewall rules | β No |
| Group | Interface/User-level | For combining interfaces or users under shared policy | β Yes |
βοΈ Category
Purpose:
Categories are visual tags for firewall rules.
They do not change packet behavior β they simply help administrators organize, color-code, and filter rules.
Use cases:
- Separate rules by function:
VPN,LAN,DMZ,Logging - Assign rules by department:
IT-Team,HR-Team - Quickly filter using βFilter by Categoryβ on the rules page
Path:
Firewall β Rules β (Select Interface) β Edit Rule β Category
Best Practices:
| Scenario | Example |
|---|---|
| Multi-department use | Categories named HR, IT, LOGISTICS |
| Project-based | D365, SAP, MAIL |
| Large rule sets | Color-coded for clarity |
π’ Category = Management-only, no effect on traffic filtering.
βοΈ Group
Purpose:
Groups allow rules or permissions to apply collectively β either across multiple interfaces or users.
| Type | Description |
|---|---|
| Interface Group | Combines multiple interfaces (LAN, DMZ, VPN) under one logical firewall rule set. |
| User Group | Combines user accounts for access control (Captive Portal, VPN, Proxy ACL). |
Examples:
- Interface Group:
CreateInternal_NetincludingLAN,VLAN10, andVLAN20.
Apply firewall rules once to the group β all members inherit them. - User Group:
CreateVPN_Usersfor rico.wu,sam.lin,ada.chuang.
Use for VPN access or web proxy permissions.
Best Practices:
| Scenario | Tip |
|---|---|
| Multiple LAN/VLANs share same rules | Create Interface Group |
| Remote access users | Use User Group for access control |
| Reduce duplication | Manage rules at group level |
π£ Group = Enforcement-level, directly affects filtering behavior.
βοΈ Comparison Table
| Item | Category | Group |
|---|---|---|
| Purpose | Organize rules | Combine rules/interfaces |
| Scope | Single rule | Multiple interfaces or users |
| Impact on traffic | β None | β Yes |
| Typical use | Label, filter | Apply shared policy |
| Level | Visual management | Logical enforcement |
| Location | Firewall β Rules | Firewall β Groups |
π‘ Summary
- Category helps manage and find rules β good for organization.
- Group defines shared policies β good for simplification and consistency.
- Combine both:
- Use Group to unify control.
- Use Category to label and visualize rules.