Fwd: Re: [ilugd] ftp through proxy

2004-05-20 Thread anshul makkar
I am using Transparent proxy . in Smart ftp setting when I use proxy = http tunnel I get mesage of ports blocked Note: forwarded message attached. __ Do you Yahoo!? Yahoo! Domains – Claim yours for only $14.70/year http://smallbusiness.

Re: [ilugd] ftp through proxy

2004-05-20 Thread anshul makkar
which nat rules will be useful to enable ftp through squid proxy . I have tried iptables -t nat -A POSTROUTING -o eth1 -p tcp --dport 21 -j MASQUERADE iptables -A INPUT --dport 21 -j ACCEPT iptables -t nat -A POSTROUTING -o eth1 -p tcp --sport 1000:6535 -j MASQUERADE if i give iptables -t nat -A PO

Re: [ilugd] ftp through proxy

2004-05-19 Thread Mohan Cheema
anshul makkar wrote: i have configured proxy server through the use of squid. now when connect windows machine to do a ftp request to an outside domain through proxy , it gives an error I presume that you are doing natting on your proxy machine and ipforwarding is enabled. if ipforwarding is not

Re: [ilugd] ftp through proxy

2004-05-19 Thread vivek
On Wed, 2004-05-19 at 04:13 -0700, anshul makkar wrote: > i have configured proxy server through the use of > squid. > now when connect windows machine to do a ftp request > to an outside domain through proxy , it gives an error squid is a HTTP proxy and not FTP proxy. to proxy ftp requests, yu'll

RE: [ilugd] ftp through proxy

2004-05-19 Thread anil bindal
gt; -Original Message- > > From: > > > [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > On Behalf Of > > anshul makkar > > Sent: Wednesday, May 19, 2004 4:43 PM > > To: [EMAIL PROTECTED] > > Subject: [ilugd] ftp through proxy > > &

RE: [ilugd] ftp through proxy

2004-05-19 Thread anshul makkar
elp --- Akshay Lamba <[EMAIL PROTECTED]> wrote: > Use passive FTP from the ftp client. > > > > -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of > anshul makkar > Sent: Wednesday, May 19, 2004 4:43 PM > To: [EMA

RE: [ilugd] ftp through proxy

2004-05-19 Thread Akshay Lamba
Use passive FTP from the ftp client. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of anshul makkar Sent: Wednesday, May 19, 2004 4:43 PM To: [EMAIL PROTECTED] Subject: [ilugd] ftp through proxy i have configured proxy server through the use of squid

[ilugd] ftp through proxy

2004-05-19 Thread anshul makkar
i have configured proxy server through the use of squid. now when connect windows machine to do a ftp request to an outside domain through proxy , it gives an error opening port 8196 http/1.0 403 forbidden If i enable this port 8196, then next time it gives some other port . what's the problem ?