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
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
>
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
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
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.
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
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
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,
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
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
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
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
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
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
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
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
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
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".
> >
&
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
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
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
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
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
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.
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
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
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
> "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
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
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
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
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
32 matches
Mail list logo