From owner-freebsd-questions@FreeBSD.ORG Sun Dec 16 09:32:07 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F6395B3 for ; Sun, 16 Dec 2012 09:32:07 +0000 (UTC) (envelope-from ateve@sohara.org) Received: from uk1rly2283.eechost.net (relay01a.mail.uk1.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id EFCDB8FC1A for ; Sun, 16 Dec 2012 09:32:06 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1Tk9wm-0005GQ-UL for freebsd-questions@freebsd.org; Sun, 16 Dec 2012 08:51:45 +0000 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Tk9w9-000GF1-0B for freebsd-questions@freebsd.org; Sun, 16 Dec 2012 08:51:05 +0000 Date: Sun, 16 Dec 2012 08:51:00 +0000 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: serial connection Message-Id: <20121216085100.880223ae0dcac5729b9bb484@sohara.org> In-Reply-To: References: X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Info: 15567@permanet.ie (plain) 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: Sun, 16 Dec 2012 09:32:07 -0000 On Sat, 15 Dec 2012 22:43:43 -0600 Jonathan P wrote: > hello everyone, i need to establish a connection between 2 freebsd > systems, but i have to this over a serial line, any advices? thank you > all so much! It's been a long time - but this should help. You'll want to use ppp in dedicated mode to achieve this. Try setting it up by hand first and then move it to ppp.conf files and arrange boot time startup. On both sides specify device, speed and IP addresses then on one side use the dial command to bring up the connection. It's similar to this vpn over ssh setup with different device configuration http://www.semicomplete.com/articles/ppp-over-ssh// -- Steve O'Hara-Smith