acltest - tool to validate access control lists
groudump file
The acltest tool reads the acl specified by file and them prompts the user to give IP-Addresses to test. It then tells whether the given address is covered by the acl or not.
With the following access control list, test-acl
snert!233> cat test-acl
# comment line
193.141.40.0/24
193.141.89.1
1.2.3.4 255.255.255.255
you will see the following:
snert!234> ./acltest test-acl
Enter test addresses - empty line to quit
--> 1.2.3.4
in acl
--> 1.2.3.5
not in acl
--> 193.141.89.2
not in acl
--> 193.141.40.8
in acl
acl(3) , mcrcv(8) , yawgmoth(8) , mcntp(5)
The acltest command is part of the diploma thesis Transport of NetNews via IP-multicast
Heiko W.Rupp (hwr@pilhuhn.de)
None known yet
$Id: acltest.1.html,v 1.5 2001/11/22 10:24:37 pilhuhn Exp $