Defining whole networks for huntgroups matching!
Hello. I'm using huntgroups to group our NAS-boxes, and I'm wondering if it is possible to designate whole networks ala. A.B.C.D/24 - instead of listing all boxes with multiple NAS-IP-Address statements? We have an awful lot of dot1x NAS'es (Cisco Switches), and they're all members of a segmented internal infrastructure net. It would save me a lot of work to define a whole net to huntgrups instad of single IP-addresses. - Erling -- ----------------|sig|--- Erling.Paulsen@cc.uit.no Nettseksjonen, ITavd UiT
On Mon, Jul 25, 2005 at 01:36:19PM +0200, Erling Paulsen wrote:
I'm using huntgroups to group our NAS-boxes, and I'm wondering if it is possible to designate whole networks ala. A.B.C.D/24 - instead of listing all boxes with multiple NAS-IP-Address statements?
If you can write the network as regex, it should be possible to match all your NASes in one check. Oliver.
Or you can just go: myhuntgroup NAS-IP-Address == A.B.C.* works just fine :) Mike Oliver Graf wrote:
On Mon, Jul 25, 2005 at 01:36:19PM +0200, Erling Paulsen wrote:
I'm using huntgroups to group our NAS-boxes, and I'm wondering if it is possible to designate whole networks ala. A.B.C.D/24 - instead of listing all boxes with multiple NAS-IP-Address statements?
If you can write the network as regex, it should be possible to match all your NASes in one check.
Oliver.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Mon, Jul 25, 2005 at 10:39:19PM +1000,Michael Mitchell, The Induhvidual, scrabbled:
Or you can just go:
myhuntgroup NAS-IP-Address == A.B.C.*
works just fine :)
Mike
Just what I needed. Thank you. - Erling -- ----------------|sig|--- Erling.Paulsen@cc.uit.no Nettseksjonen, ITavd UiT
participants (3)
-
Erling Paulsen -
Michael Mitchell -
Oliver Graf