From owner-freebsd-questions@FreeBSD.ORG Tue Apr 21 20:14:17 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3E9B1065672 for ; Tue, 21 Apr 2009 20:14:17 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout013.mac.com (asmtpout013.mac.com [17.148.16.88]) by mx1.freebsd.org (Postfix) with ESMTP id AF67F8FC0C for ; Tue, 21 Apr 2009 20:14:17 +0000 (UTC) (envelope-from cswiger@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp013.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KIG004NOTEPQFA0@asmtp013.mac.com> for questions@freebsd.org; Tue, 21 Apr 2009 12:13:38 -0700 (PDT) Message-id: <623A6956-186A-4F24-8040-FC908541A59D@mac.com> From: Chuck Swiger To: Redd Vinylene In-reply-to: Date: Tue, 21 Apr 2009 12:13:37 -0700 References: X-Mailer: Apple Mail (2.930.3) Cc: questions@freebsd.org Subject: Re: "No route to host" when trying to connect to FTP server on the Internet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2009 20:14:18 -0000 On Apr 21, 2009, at 11:40 AM, Redd Vinylene wrote: > I'm trying to connect to my friend's FTP server but I'm getting a > "No route > to host" when trying from my NAT workstation. It works just fine > when I > connect from my NAT server though. > > Internet -> NAT server (192.168.187.1) -> NAT workstation > (192.168.187.2) Presumably you should have a default route set? (Check netstat -r.) If not, consider: route add default 192.168.187.1 Regards, -- -Chuck