Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
ftp from clients
Name: abcd@efg Date: November 7, 2003 at 02:34:45 Pacific OS: RedHat Linux 7.2 CPU/Ram: p4
Comment:
my squid proxy is behind the firewall.from proxy server i am able to do ftp to external domains through command prompt. but the clients who are given access in the squid proxy are not able to do ftp form command prompt. although they are able to connent to ftp sites through their browser.what should i do in squid proxy configuration so that they can get ftp connection through command prompt also.
Name: 3Dave Date: November 7, 2003 at 09:15:30 Pacific
Reply:
Sounds like they haven't got a gateway set up. If your router is on 192.168.0.254: # route add -net default gw 192.168.0.254 netmask 0.0.0.0 metric 1
You will have to do this on each client or set it via DHCP.
0
Response Number 2
Name: abcd@efg Date: November 10, 2003 at 02:36:24 Pacific
Reply:
this did not work
0
Response Number 3
Name: 3Dave Date: November 10, 2003 at 09:24:18 Pacific
Reply:
What OS are the clients running? Are they able to ping external IPs? Are they able to resolve names? Are they static or dynamic IPs?
0
Response Number 4
Name: abcd@efg Date: November 11, 2003 at 01:24:38 Pacific
Reply:
clients are windows 2000 professional.they are not able to ping external IPs because pinging to external IPs is blocked by the firewall.but they are able to resolve names.they have static ip. ftp is giving the error "connection timed out"
0
Response Number 5
Name: 3Dave Date: November 11, 2003 at 03:12:45 Pacific
Reply:
OK....on windoze 2000 the route command has a slightly different syntax to the linux one. An easier way would be to go into the TCP/IP properties on each client and set the default gateway to point at the router/ firewall. You also want to make sure that ports 20 & 21 are open to allow for FTP traffic.
0
Response Number 6
Name: abcd@efg Date: November 11, 2003 at 03:43:33 Pacific
Reply:
tried but not successful still the same problem persists.firewal address is 10.1.1.1 squid proxy ip address is 10.136.7.11 gateway to firewall is 10.136.1.1 all the clients are in the range 10.136.7.1-254.i am able to do ftp from squid proxy but not from clients.
0
Response Number 7
Name: 3Dave Date: November 12, 2003 at 01:48:49 Pacific
Reply:
Is your subnet on the clients 255.0.0.0? You may need to set up rules on the firewall to forward on the FTP ports to the clients.
0
Response Number 8
Name: abcd@efg Date: November 12, 2003 at 03:59:06 Pacific
Reply:
can rules be set on the squid proxy server instead of setting up on firewall. if yes then how? firewall administration is under different afministrator.
0
Response Number 9
Name: 3Dave Date: November 12, 2003 at 05:06:21 Pacific
Reply:
The proxy settings will have to be put into the client software (if possible). I am not sure that the standard ftp command line client under windoze supports proxies, you may have to enable PASV (passive FTP) in order to go through a firewall.
0
Response Number 10
Name: abcd@efg Date: November 12, 2003 at 20:48:02 Pacific
Reply:
if i use ftp client software(ftp explorer) to connect even then the error is connection timed out. is ther any setting is needed regarding connection timeout either in the proxy server or the firewall?
Summary: Please help me! I want to know "how to setup auto connect internet from client", with my server is Linux 7.3 (RedHat) and client is win98SE. Thank for your detail informations. ...
Summary: win98: try pinging the linux ftp port disable PASSIV mode try ftp from the command line use 'iFTP' prog and use SOCKS 4|5 linux: study up on ipfwadm & ipchains try ftp-put ...