Hi managers,
I'am trying to use the access filter for network interfaces with Tru64
(4.0F).
I put these lines in the "/etc/ifaccess.conf" file and this works fine for
network filter :
...
tu1 132.169.0.0 255.255.0.0 permit
tu1 0.0.0.0 0.0.0.0 deny
tu0 0.0.0.0 0.0.0.0 deny
<EOF>
but when I try to filter on hosts basis, I have an IOCTL error (invalid
argument) :
...
tu1 132.169.15.105 255.255.252.0 permit
tu1 0.0.0.0 0.0.0.0 deny
tu0 0.0.0.0 0.0.0.0 deny
<EOF>
Is it possible to do this kind of filtering ? (host address vs network
address)
Where is the mistake ?
Any suggestions would be helpfull :-)
Thanks in advance
Jérôme
Received on Mon Oct 20 2003 - 12:49:45 NZDT