ipfilter configuration
hello
i'm trying to configure a firewall for a server (solaris 10 X86)
but i 'm not able to make my webbrowser working fine... the ipf.conf file is like this
#on ouvre le port de netscape
pass in quick on nge0 proto tcp/udp from any to 192.168.0.100/24 port = 8080 keep state
pass out quick on nge0 proto tcp/udp from 192.168.0.100/24 port = 8080 to any keep state
block in all
block out all

