[squid-users] Cannot login webmail

From: Lau Chi Cheung( Samuel) <cclau@dont-contact.us>
Date: Sat, 09 Feb 2002 10:29:13 +0800

Hi,

I had built a Squid 2.4.STABLE1 traditional proxy under RH Linux 7.0.
The kernel is 2.2.17-14. Besides the Squid proxy, other services such as
firewall, Apache web and Dhcpd are also built on the same computer(M).
M is behind an organisation firewall and has parent Proxy Servers.

M contains 3 NICs two of which are connected to 2 isolated internal LANs
and one to the organisation Intranet. The users inside the 2 LANs can access
both the Intranet and Internet well through the Squid Proxy.

The problem is that the users cannot login some webmail services (e.g. hotmail,
sina) in the Internet. But I notice that login is possible through the firewall
in
M when the client machine point to Parent Proxy instead of Squid Proxy in M.

The conf in Squid.conf is
cache_peer abc.com.hk parent 8080 3130 default no-query

acl all src 0.0.0.0/0.0.0.0
acl in-servers dst 192.168.0.0/16
cache_peer_access abc.com.hk deny in-servers
always_direct allow in-servers
never_direct deny all

acl nets src 192.168.1.0/26 192.168.2.0/26
http_access allow nets
http_access deny all
prefer_direct off

The firewall rules in M is
ipchains -A forward -p all -s 192.168.1.0/26 -d 0/0 -j MASQ
ipchains -A forward -p all -s 192.168.2.0/26 -d 0/0 -j MASQ

Can you help me to solve the problem ? Thanks !

Regards,
Samuel Lau
Received on Fri Feb 08 2002 - 19:32:01 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:13 MST