----- Original Message ----- 
From: "Nhadie Ramos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 18, 2002 1:59 PM
Subject: Re: [plug] squid & apache


> ipchains -A input -p tcp -d 0.0.0.0/0 80 -j REDIRECT
> 81

add this two lines below together with your line above in proper order.

ipchains -A input -p tcp -d 127.0.0.1 80 -j ACCEPT
ipchains -A input -p tcp -d <server's ip address> 80 -j ACCEPT
ipchains -A input -p tcp -d 0.0.0.0/0 80 -j REDIRECT 81

fooler.

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to