Hi all,

I have a proxy server and also running as firewall. It uses opensuse 10.2 with
Squid-2.6-STABLE6 and susefirewall2. I think I have problem with the squid
installation. Client cannot access an FTP server using Firefox unless it
specified completely the address of proxy server. Client also cannot access an
ftp site using shell.
For accessing http there is no problem, client can access the site without
filling the proxy address.

I know that there are some differences in setting transparent proxy in
Squid-2.6. I check in squid-cache.org and in other site that the setting is:

http_port 8080 transparent
always_direct allow all

other thing that i think important for accessing passive FTP are:

ftp_list_width 32
ftp_passive on
ftp_sanitycheck on
ftp_telnet_protocol on

I also set in SuSEfirewall2 to redirect an internal access to port 80 using
port 8080 in my proxy server, something like:
FW_REDIRECT="192.168.0.0/24,0/0,tcp,80,8080"

I try several changes to check that it redirect all the http access and it
works. But it doesn't work on redirecting ftp request. I try
FW_REDIRECT="192.168.0.0/24,0/0,tcp,21,21"   it doesn't work
FW_REDIRECT="192.168.0.0/24,0/0,tcp,21,8080" it doesn't work

It doesn't happen before when I use Squid-2.5.

Anyone here have the same problem?

thanks in advance
edwin
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to