I am running IPFilter 4.0.2 and pfil 1.61 on Solaris 10 (the versions that
shipped with Solaris 10).

How can I use pools that are named (instead of numbered) in rules?

If I create and populate a pool like this:

    ippool -A -m 1 -o ipf -t pool    
    ippool -a -m 1 -o ipf -i 131.96.1.4
    ippool -a -m 1 -o ipf -i 131.96.1.6

I can reference this pool in a rule with "pool/1" as the source or destination
address.

If I create the pool like this:

    ippool -A -m dns_servers -o ipf -t pool    
    ippool -a -m dns_servers1 -o ipf -i 131.96.1.4
    ippool -a -m dns_servers1 -o ipf -i 131.96.1.6

How do I then use the pool named 'dns_servers' in a rule?

If I use 'pool/dns_servers' as an address, I get the error 'syntax error error 
at "dns_servers", line 1'.  If I just use 'dns_servers', I get 'Unknown 
hostname error at "dns_servers", line 1'.

Is this supposed to work somehow, or is there something I'm doing wrong?

Thanks in advance,
Toby




-- 
Toby Chappell                                            Georgia State Univ.
Lead Software System Engineer                               Atlanta, Georgia 
UNIX Support                                           Phone: (404) 651-3805
[EMAIL PROTECTED]                                        Fax: (404) 651-4408

Reply via email to