----- Original Message ----- From: "Marvin Pascual" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 18, 2003 3:27 PM Subject: [plug] About Packet Filtering and Squid Proxy
> Hello all, > > I have a Squid Proxy server that has an ACL on it's squid.conf using MAC > addresses. Is it possible to DROP ALL the connections to my proxy > server except for my workstation that will use port 22 only and those > workstations that are known by the ACL of squid.conf using port 8080 > only? yes... bind squid to port 8080... in order for you to use port 22, in your incoming firewall rules, allow only coming from your workstation to use port 22 and redirect or forward port 22 to port 8080... but it is much better to use directly port 8080 than port redirecting or port forwarding and play with the acl rules... 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] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
