From owner-freebsd-questions@FreeBSD.ORG Wed May 5 20:25:47 2004 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 9373B16A4CF for ; Wed, 5 May 2004 20:25:47 -0700 (PDT) Received: from mail.oisca.org (mail.oisca.org [164.46.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D72043D31 for ; Wed, 5 May 2004 20:25:46 -0700 (PDT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from future.i-international.org (53.179.150.220.ap.yournet.ne.jp [220.150.179.53]) (authenticated (0 bits)) by mail.oisca.org (8.12.11/8.11.3) with ESMTP id i463PdNU006720; Thu, 6 May 2004 12:25:40 +0900 From: Bull TORS To: freebsd-questions@freebsd.org Date: Thu, 6 May 2004 12:24:06 +0900 User-Agent: KMail/1.6.2 References: <200405061032.19742.pwd8jmr22w@me.point.ne.jp> <4099A21D.2030001@users.sourceforge.net> In-Reply-To: <4099A21D.2030001@users.sourceforge.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405061224.06064.pwd8jmr22w@me.point.ne.jp> cc: stopspam@users.sourceforge.net Subject: Re: Need Advice in SSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 03:25:47 -0000 On Thursday 06 May 2004 11:25, Rob wrote: > Bull TORS wrote: > > Can I use ssh to connect/administer either way on these 2 laptops? > > I hope that I have stated my question clearly...I will try my best to > > simply things below: > > > > laptop1.mydomain.org <-----?ssh?---> laptop2.mydomain.org > > Static IP Address from the DHCP client of my ISP > > Company LAN Server with > > a different domain (companydomain.org) > > Are the laptops on internal networks (10.0.0.0/8 for example) or on real > internet addresses? In the latter case, you just do > > ssh a.b.c.d My laptop in the office (laptop1.mydomain.org) has a static internal network address 192.168.1.35 from my company's (companydomain.org) LAN Server. My laptop in my home has 192.168.1.x (I am not that sure if it changes a lot but I think not) as a DHCP client from my ISP (ispdomain.ne.jp). So I think both gets internal network addresses from their respective servers, one as a static client and the other as a dynamic client from different domains. Does this mean I can not use ssh from either both PC's? Thank you very much for the reply, Bull TORS