RE: Firewall configuration question: httpd appears to some ip addresses, but to others

2000-10-11 Thread Dan Browning
m: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Drew Hunt > Sent: Wednesday, October 11, 2000 6:55 AM > To: [EMAIL PROTECTED] > Subject: RE: Firewall configuration question: httpd appears to some ip > addresses, but to others > > > Try this in your firewall script: >

RE: Firewall configuration question: httpd appears to some ip addresses, but to others

2000-10-11 Thread Drew Hunt
Try this in your firewall script: -- UNPRIVPORTS="1024:65535" #deny policy for all IPs on port 80 ipchains -P input DENY #another way specific to 80 ipchains input -i -p tcp -s 0.0.0.0/0 -d \ 80 -j DENY #allowing specific IPs to port 80 ipchains in