Hi,
I just try solaris 10 with ipfilter. It's working well, but I can not
find log file for ipfilter ? (blocked connection). As usually I found it
in /var/adm/messages file. How to change log file to /var/adm/message if
it's log in different file ?

it's my configuration file :

block in all
block in log quick all with short
block in log quick all with opt lsrr
block in log quick all with opt ssrr
pass in on lo0 all
pass out on lo0 all
block in log on eri0 all
block out log on eri0 all

pass in quick on eri0 proto tcp from 192.168.0.2 to any port = 22 flags
S keep state keep frags
pass in quick on eri0 proto tcp from 192.168.0.3 any port = 22 flags S
keep state keep frags


Reply via email to