From owner-freebsd-current@FreeBSD.ORG Fri Jul 29 12:43:26 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4457916A41F; Fri, 29 Jul 2005 12:43:26 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub03-eth0.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F9143D49; Fri, 29 Jul 2005 12:43:25 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01-eth0.unibe.ch [130.92.254.65]) by mailhub03.unibe.ch (Postfix) with ESMTP id 489F31D457; Fri, 29 Jul 2005 14:43:23 +0200 (CEST) Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub01.unibe.ch [130.92.254.65]) (amavisd-new, port 10024) with LMTP id 32409-01-57; Fri, 29 Jul 2005 14:43:19 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id EEDD41C9E6; Fri, 29 Jul 2005 14:43:18 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id j6TChJdB025730; Fri, 29 Jul 2005 14:43:19 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id j6TChJFe013666; Fri, 29 Jul 2005 14:43:19 +0200 (MEST) Date: Fri, 29 Jul 2005 14:43:19 +0200 From: Tobias Roth To: snort Snort Message-ID: <20050729124319.GB13612@droopy.unibe.ch> References: <20050729120343.76098.qmail@web54402.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050729120343.76098.qmail@web54402.mail.yahoo.com> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Simple program use /dev/tap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 12:43:26 -0000 On Fri, Jul 29, 2005 at 05:03:43AM -0700, snort Snort wrote: > > As I want to learn how to use /dev/tap in freebsd, I m > looking for a simple application that written for > /dev/tap. OpenVPN is a bit too complicated for a > newbie to get start. Can anyone tell me a link or > reference for some of these examples? There are examples that come with the distribution itself: http://vtun.sourceforge.net/tun/tun-1.1.tar.gz (and this question would be better suited for freebsd-questions, if for any FreBSD=specific list at all) cheers, t.