Actions
User story #3094
openDocument how to create groups based on IP configuration of the hosts
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Given i am a rudder-user.
The network has two zones: a LAN (192.168.0.1/24) and a DMZ (192.168.1.1/24).
Some servers are only in the DMZ or the LAN, some have IP in both LAN and DMZ.
Some rules must apply on the servers in the LAN, and other on the servers in the DMZ but not in the LAN.
Note: creation of rules based on IP address with a regex is painfull, one would like to be able to enter here an IP class like 192.168.0.1/24.
The first group is quite simple to create: for example this regex on IP Address will work : 192.168.0.[\d]{1,3}
But how to create the second group : all servers having one IP address in 192.168.1.1/24 but no IP address in 192.168.O.1/24 ?
Actions