can't ftp totally to a site

2003-02-24 Thread Noll, Ralph
any problems connection to a ftp site.. i can connect to example dbeian.fifi.org but if the directory is xxx number of files the system will just hang if the directory is xxx number (like 20 or so) no problem see below cd debian ftp> ls 200 PORT command successful. 150 Opening ASCII mode data

Re: can't ftp through IP Masq

2000-08-15 Thread Sven Burgener
Hi John On Tue, Aug 15, 2000 at 02:48:12PM -0500, John Reinke wrote: > I only had one ipchains rule to turn it on, and added another to prevent > timeout on secondary ftp connections, but I don't really understand it all > yet. I might try the script below, though. What do you name it, and where >

Re: can't ftp through IP Masq

2000-08-15 Thread John Reinke
I only had one ipchains rule to turn it on, and added another to prevent timeout on secondary ftp connections, but I don't really understand it all yet. I might try the script below, though. What do you name it, and where do you put it so it gets read? (Nice footer, BTW.) John On Tue, 15 Aug 200

Re: can't ftp through IP Masq

2000-08-15 Thread Sven Burgener
On Tue, Aug 15, 2000 at 08:08:15AM -0700, Stan Kaufman wrote: > This has been discussed recently on the firewalls listserv. Check out > http://geocrawler.com/lists/3/Security/90/0/ for a searchable archive; > think you'll find some answers there. (I personally am still trying to > figure this out

Re: can't ftp through IP Masq -> IP Masq in kernel

2000-08-15 Thread John Reinke
I'm not sure about the compile problems, but there are some items you'll need to include in the kernel that you don't have selected below. Look at this howto, and it goes through all the items you'll want to enable while configuring the kernel. http://www.e-infomax.com/ipmasq/howto/ipmasq-HOWTO-1.

Re: can't ftp through IP Masq

2000-08-15 Thread Rick Macdonald
On Tue, 15 Aug 2000, John Reinke wrote: > I used 2.2.17pre6, and it handled compiling the modules for > CONFIG_IP_MASQUERADE_MOD. Also, it sounds like there have been some > security patches and things, so it is recommended to at least use 2.2.16 or > newer. IP Masq howto I read (URL was in a prev

Re: can't ftp through IP Masq

2000-08-15 Thread John Reinke
I used 2.2.17pre6, and it handled compiling the modules for CONFIG_IP_MASQUERADE_MOD. Also, it sounds like there have been some security patches and things, so it is recommended to at least use 2.2.16 or newer. IP Masq howto I read (URL was in a previous message), strongly suggested 2.2.16 or newer

Re: can't ftp through IP Masq

2000-08-15 Thread Rick Macdonald
On Tue, 15 Aug 2000, Stan Kaufman wrote: > John Reinke wrote: > > > > Here's what my problem is (for those just joining): I have IP Masqing set > > up on a potato system, and everything works through it except ftp. The ftp > > clients on machines on the private network connect to external sites,

Re: can't ftp through IP Masq

2000-08-15 Thread John Reinke
Okay, it looks like things work now. I had a two-fold problem. I'll need to know where to put things so this is all done automatically when I boot, however. The first part is that the modules weren't loading. Jason's suggestion fixed that. If I list them in /etc/modules, will they get loaded autom

Re: can't ftp through IP Masq

2000-08-15 Thread Stan Kaufman
John Reinke wrote: > > Here's what my problem is (for those just joining): I have IP Masqing set > up on a potato system, and everything works through it except ftp. The ftp > clients on machines on the private network connect to external sites, but > never are able to get a listing of the files o

Re: can't ftp through IP Masq

2000-08-15 Thread John Pearson
On Tue, Aug 15, 2000 at 03:37:30AM -0500, John Reinke wrote > I did some research, and the ip_masq_ftp.o module is automatically compiled > when CONFIG_IP_MASQUERADE_MOD is selected during kernel config. I already > have it selected, and the file is in my modules directory. And like I > mentioned p

Re: can't ftp through IP Masq

2000-08-15 Thread John Reinke
This doesn't seem to help, either. The ftp clients still just sit there, trying to get the list of files... thanks, John >The modules should be compiled automatically if you have elected to do >Masqing >in the kernel config. > >Just do an insmod and you should be okay: > >for i in /lib/modules/`u

Re: can't ftp through IP Masq

2000-08-15 Thread John Reinke
I did some research, and the ip_masq_ftp.o module is automatically compiled when CONFIG_IP_MASQUERADE_MOD is selected during kernel config. I already have it selected, and the file is in my modules directory. And like I mentioned previously, I've tried changing the passive settings on the ftp clien

Re: can't ftp through IP Masq

2000-08-15 Thread Jason Quigley
The modules should be compiled automatically if you have elected to do Masqing in the kernel config. Just do an insmod and you should be okay: for i in /lib/modules/`uname -r`/ipv4/ip_masq_*; do insmod $i;done Cheers, Jason. --On Monday, August 14, 2000 21:34 -0500 John Reinke <[EMAIL PROTECT

Re: can't ftp through IP Masq

2000-08-14 Thread John Reinke
I've got IP Masq compiled into the kernel, but I don't remember a selection for that in the kernel config. What was that? Also, I've tried both passive and non-passive in the clients (both mac and windows). >At 19:28 2000/08/14 -0500, you wrote: >>I am not able to ftp from my private network, thr

Re: can't ftp through IP Masq

2000-08-14 Thread Adam Scriven
At 19:28 2000/08/14 -0500, you wrote: I am not able to ftp from my private network, through IP Masqerading. I now have Debian 2.2, and I had Debian 2.1 before. As far as I can tell, I have set up IP Masq the same way as I did before. You need the ip_masq_ftp.o module installed, OR you need to

can't ftp through IP Masq

2000-08-14 Thread John Reinke
I am not able to ftp from my private network, through IP Masqerading. I now have Debian 2.2, and I had Debian 2.1 before. As far as I can tell, I have set up IP Masq the same way as I did before. Before, I could use ftp clients on any machine in my local network to access anything outside my netwo

Re: can't ftp into box

2000-02-09 Thread Steve Mayer
odd Suess <[EMAIL PROTECTED]> writes: > > > > > Once you are connected, try issuing the following commands: > > > ftp> user > > > ftp> pass > > > > Tried that. Doesn't work. ;^( I get the same stuff: "Not connected". > > &

Re: can't ftp into box

2000-02-09 Thread Eric G . Miller
e stuff: "Not connected". > > Now, I installed linux onto the laptop. Still can't ftp into the > debian box. Furthermore, I cannot ftp into the laptop either! > Well, does your ftp server run from inetd? and is it possibly commented out? Are there rules in /etc/hosts.a

Re: can't ftp into box

2000-02-09 Thread Matthew Dalton
gt; > Tried that. Doesn't work. ;^( I get the same stuff: "Not connected". > > Now, I installed linux onto the laptop. Still can't ftp into the > debian box. Furthermore, I cannot ftp into the laptop either! > > I can telnet both ways w/o any problems. Can p

Re: can't ftp into box

2000-02-09 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... [...] > I can telnet both ways w/o any problems. Can ping both ways, too. I > can use rcp! Just not ftp. > > Something must be rotten with network. > > I tried doing "ftp -n", too. > > Any ideas? It might be a dumb question, but are y

Re: can't ftp into box

2000-02-09 Thread Arcady Genkin
Todd Suess <[EMAIL PROTECTED]> writes: > Once you are connected, try issuing the following commands: > ftp> user > ftp> pass Tried that. Doesn't work. ;^( I get the same stuff: "Not connected". Now, I installed linux onto the laptop. Still can't ftp i

Re: can't ftp into box

2000-02-09 Thread Todd Suess
Once you are connected, try issuing the following commands: ftp> user ftp> pass That should log you in. Windows Command Prompt FTP kinda blows, it needs the commands sent to actually login, it won't do it automatically. Regards, Todd On Tue, 08 Feb 2000, Arcady Genkin wrote: > Hi. I'm try

can't ftp into box

2000-02-09 Thread Arcady Genkin
Hi. I'm trying to install linux onto my notebook. It has no cdrom, so I'm trying to transfer some files via ftp from my debian box into the laptop (which runs win98 of course ;^( ). I've set up an ethernet link between the boxen, and have the laptop on 192.168.2.2, and the Debian box has 192.168.2.

Re: Can't FTP.

1999-05-31 Thread Stephen Pitts
On Mon, May 31, 1999 at 12:17:51AM -0400, roddie wrote: > Here's a strange one, at least to me. > > I upgraded to Kernel Image 2.2.7 in potato, now I can't ftp. > When I try it tells me no route to host. I'm not getting this. I can still > browse the web wit

Can't FTP.

1999-05-31 Thread roddie
Here's a strange one, at least to me. I upgraded to Kernel Image 2.2.7 in potato, now I can't ftp. When I try it tells me no route to host. I'm not getting this. I can still browse the web with Netscape, so my ppp is still working.But even if I try to access a ftp site thru Netsc

Re: can't ftp to debian

1998-05-20 Thread Daniel Mashao
On 20 May 1998, Martin Bialasinski wrote: > > > "CH" == Chris Hall <[EMAIL PROTECTED]> writes: > CH> [gub]:delerium:~$>ftp ftp.debian.org > CH> Connected to santanni.cc.gatech.edu. > CH> 421 Service not available, remote server has closed connection You have to install the ftpd package or som

Re: can't ftp to debian

1998-05-20 Thread Martin Bialasinski
> "CH" == Chris Hall <[EMAIL PROTECTED]> writes: CH> [gub]:delerium:~$>ftp ftp.debian.org CH> Connected to santanni.cc.gatech.edu. CH> 421 Service not available, remote server has closed connection Maybe it tries to do a reverse DNS lookup on your box and fails? Ciao, Martin -- T

can't ftp to debian

1998-05-20 Thread Chris Hall
for the last month or so, I have been unable to ftp to ftp.debian.org...i have managed to connect to ftp.netgod.net to check for new packages (2.0) and all is working fine but i would like to find out why I and other 6 who are on our LAN cannot ftp to Debian. We have another box on another network

Re: Can't ftp to ftp.debian.org

1998-01-17 Thread Rick Jones
G. Dale Miller wrote: > > When I try to connect to ftp.debian.org I get the following messages. > bash-2.01$ ftp ftp.debian.org > Connected to santanni.cc.gatech.edu. > 421 Service not available, remote server has closed connection > ftp> > > I know there was a problem with spam on the lists rece

Re: Can't ftp to ftp.debian.org

1998-01-17 Thread Martin Schulze
On Fri, Jan 16, 1998 at 06:51:37PM -0500, G. Dale Miller wrote: > When I try to connect to ftp.debian.org I get the following messages. > bash-2.01$ ftp ftp.debian.org > Connected to santanni.cc.gatech.edu. > 421 Service not available, remote server has closed connection > ftp> Name (ftp.debian.or

Can't ftp to ftp.debian.org

1998-01-16 Thread G. Dale Miller
When I try to connect to ftp.debian.org I get the following messages. bash-2.01$ ftp ftp.debian.org Connected to santanni.cc.gatech.edu. 421 Service not available, remote server has closed connection ftp> I know there was a problem with spam on the lists recently. Are these sites blocking connect