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

[443 byte] By [jerem81] at [2007-11-26 10:41:00]
# 1

> but i 'm not able to make my webbrowser working

> 192.168.0.100/24 port = 8080 keep state

Web browser's typically use port 80 for direct connects or port 8080 if they hit a proxy server that then makes the request on their behalf.

Does your web browser go directly to the Internet or does it hit a proxy server in the middle.

alan

alanpae at 2007-7-7 2:52:34 > top of Java-index,General,Network Configurations...
# 2
hellothanks alan but it's not working with port number 80besides apache uses port 80
jerem81 at 2007-7-7 2:52:34 > top of Java-index,General,Network Configurations...
# 3
hello jerem 81 you can use the port 8080
jorj007 at 2007-7-7 2:52:34 > top of Java-index,General,Network Configurations...