Re: FTP command question

2003-12-24 Thread Kevin D. Kinsey, DaleCo, S.P.
fbsd_user wrote:

I have an LAN FBSD box which has  anonymous FTP server installed
from /stand/sysinstall.
I an trying to login to it from the FBSD gateway.
I use this command ftp -av 10.0.10.7 which is the ip address of the
target FBSD box.
This just hangs and does nothing. Ctrl + c  exits ftp and returns
the command prompt.
What is the correct syntax of the ftp command to open a interactive
ftp session
with the LAN FBSD box's anonymous FTP sever at ip address 10.0.10.7?
Thanks and Marry Christmas

 

Try just

$ftp 10.0.10.7

and login as anonymous.

-v is a default case, IIRC, so there'd
be little difference.  Perhaps you'll
get some further information.
No firewall, ACL's etc. on FTP box?

Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FTP command question

2003-12-24 Thread fbsd_user
Gateway box is ip 10.0.10.2 running FBSD 4.7, intend active with ftp
and telnet enabled.
Have 2 boxes on lan, one win box and one FBSD 4.9 box. Win box can
telnet and ftp to gateway fine.
Lan FBSD 4.9 box has same telnet and ftp config as gateway.
Can see intend running on both FBSD gateway and Lan boxes with ps ax
command.
Can ftp and telnet from Lan FBSD to gateway.
Gateway box gets timed out, can not connect to 10.0.10.7 when trying
to telnet or ftp to LAN box.
Can ping LAN FBSD box ok. No firewall on lan box and gateway
firewall only has rules to pass all on LAN interface.
Lan FBSD box can access public internet. Ran cvsup job to install
some port config files and it worked as expected.

Just do not understand why gateway can not access FBSD lan box using
telnet and ftp and always issues message connection: timed out. I
never get to the point where I am asked for id and password.

Any ideas



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin D.
Kinsey, DaleCo, S.P.
Sent: Wednesday, December 24, 2003 2:04 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] ORG
Subject: Re: FTP command question

fbsd_user wrote:

I have an LAN FBSD box which has  anonymous FTP server installed
from /stand/sysinstall.
I an trying to login to it from the FBSD gateway.
I use this command ftp -av 10.0.10.7 which is the ip address of the
target FBSD box.
This just hangs and does nothing. Ctrl + c  exits ftp and returns
the command prompt.

What is the correct syntax of the ftp command to open a interactive
ftp session
with the LAN FBSD box's anonymous FTP sever at ip address
10.0.10.7?

Thanks and Marry Christmas



Try just

$ftp 10.0.10.7

and login as anonymous.

-v is a default case, IIRC, so there'd
be little difference.  Perhaps you'll
get some further information.

No firewall, ACL's etc. on FTP box?

Kevin Kinsey
DaleCo, S.P.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]