Hi, at all; I'm using Ipfilter on UNIX Sun Solaris. These are my simple rules:
# See ipf(4) manpage for more information on # IP Filter rules syntax. pass in quick on lo0 all pass out quick on lo0 all pass in quick on hme0 proto tcp from 192.168.1.1 to any pass out quick on hme0 proto tcp from any to any block in quick on hme0 all block out quick on hme0 all So,I think that If Ipfilter receives a tcp packet from 192.168.1.1, it will pass otherwise it's blocked; If I connect from 192.168.1.1 on telnet daemon where is started IPF, my connection is blocked! Why? Thank you Davide
