From owner-freebsd-questions@FreeBSD.ORG Thu Sep 12 18:51:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8500910D for ; Thu, 12 Sep 2013 18:51:05 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5812AFB for ; Thu, 12 Sep 2013 18:51:05 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id hz10so1494082pad.2 for ; Thu, 12 Sep 2013 11:51:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ahLEwPwp6CSR1l73HS/tGfzml281iQwby6S1YDdpPb4=; b=g0RTbmJeKAjYaIzwWLpufDKQALsQY9SuIi3GNv5IIqmne2qKOSL2v0DNf4Sa1ENCeL YkKxJG/r4DMnvvlxkY4hw0tjVKuRgOvz1wUGFRBirWX920KDyx8WqPqfiQFwNY8DICC8 Gnkhx0wrDI++fWJywkrgIv7gBjKhfkvIrclU/QV0YCTiOP5L2/hi/l5NZXUvZv2gRmPX 6OIciiAt6Hz+xrKiPlfd2OpFf+4+25J7qqLw4kR8P809QtbcDnfmNPa8ayLUQo89ajA8 EQdzytcpywHJN7sw+Di5/6K3YoCJSq/m6/Ri41+2icNzmZgY0VNYb/0kCEOi2Cj5ZWho VdOA== MIME-Version: 1.0 X-Received: by 10.66.218.198 with SMTP id pi6mr11140300pac.107.1379011865065; Thu, 12 Sep 2013 11:51:05 -0700 (PDT) Received: by 10.70.92.79 with HTTP; Thu, 12 Sep 2013 11:51:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Sep 2013 13:51:05 -0500 Message-ID: Subject: Re: Network Question From: Adam Vande More To: Daniel Nang Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 18:51:05 -0000 On Thu, Sep 12, 2013 at 1:45 PM, Daniel Nang wrote: > Hello, > > I have two computers, both running FreeBSD, accessing the > web via DHCP from the router. The setup looks like this: > > > Internet > | > | > | > machine1.example.com --- Router --- machine.2.example.com > - DHCP - - DHCP - > > > Both computers can access the internet with no problems. > So far so good... > > My question is, if I can simultaneously have the computers access > the net as in the given picture and also let them communicate with > each other e.g. via ssh? > machine1# ssh `ip of machine2` -- Adam Vande More