Date: Tue, 21 Apr 2009 12:13:37 -0700 From: Chuck Swiger <cswiger@mac.com> To: Redd Vinylene <reddvinylene@gmail.com> Cc: questions@freebsd.org Subject: Re: "No route to host" when trying to connect to FTP server on the Internet Message-ID: <623A6956-186A-4F24-8040-FC908541A59D@mac.com> In-Reply-To: <f1019d520904211140j674a9bfai393b57e3eff72941@mail.gmail.com> References: <f1019d520904211140j674a9bfai393b57e3eff72941@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?623A6956-186A-4F24-8040-FC908541A59D>