From owner-freebsd-questions@FreeBSD.ORG Mon May 5 23:22:15 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 1F08037B401 for ; Mon, 5 May 2003 23:22:15 -0700 (PDT) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7127A43FAF for ; Mon, 5 May 2003 23:22:14 -0700 (PDT) (envelope-from Kevin_Stevens@pursued-with.net) Received: from pursued-with.net ([192.168.168.101]) by pursued-with.net (8.12.8p1/8.12.8) with ESMTP id h466ME6h003692 for ; Mon, 5 May 2003 23:22:14 -0700 (PDT) (envelope-from Kevin_Stevens@pursued-with.net) Date: Mon, 5 May 2003 23:22:14 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Kevin Stevens To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: <20030506073259.M31979@small.pukruppa.de> Message-Id: <14287AD1-7F8B-11D7-B0AC-000A959CEE6A@pursued-with.net> X-Mailer: Apple Mail (2.552) Subject: Re: remote access through gateway? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 06:22:15 -0000 On Monday, May 5, 2003, at 22:42 US/Pacific, P. U. Kruppa wrote: > Hi, > > can I get remote access (via telnet, ssh or http) to a freebsd > machine behind a gateway? That's really a question about the gateway, not the freebsd box. Yes, is the short anwer. > I tried googling around a bit, but couldn't find any good > starting point. You probably need to refine your question. What do you mean by "gateway"? If you're talking about a firewall, you need to configure it to allow/forward the ports for the services you need. If it's just a router no special configuration should be necessary. In any case you'll need to enable the appropriate services on the BSD box. KeS