From owner-freebsd-questions@FreeBSD.ORG Thu Dec 25 13:10:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E544916A4CE for ; Thu, 25 Dec 2003 13:10:10 -0800 (PST) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 280F843D1D for ; Thu, 25 Dec 2003 13:10:09 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.103]) by mta10.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031225211008.LFUG14686.mta10.adelphia.net@barbish>; Thu, 25 Dec 2003 16:10:08 -0500 From: "fbsd_user" To: "Kevin D. Kinsey, DaleCo, S.P." Date: Thu, 25 Dec 2003 16:10:07 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: FTP command question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2003 21:10:11 -0000 Solved the problem. It had nothing to do with FTP. It was the way I had DHCP configured. The FBSD LAN box was signed the last IP address, the one used for broadcast. After changing my DHCP config had no problem FTP and Telnet to LAN FBSD box. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of fbsd_user Sent: Wednesday, December 24, 2003 2:30 PM To: Kevin D. Kinsey, DaleCo, S.P. Cc: freebsd-questions@FreeBSD. ORG Subject: RE: FTP command question 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: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Kevin D. Kinsey, DaleCo, S.P. Sent: Wednesday, December 24, 2003 2:04 PM To: fbsd_user@a1poweruser.com Cc: freebsd-questions@FreeBSD. 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. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"