From owner-freebsd-newbies@FreeBSD.ORG Mon Dec 1 07:38:56 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B77616A4CE for ; Mon, 1 Dec 2003 07:38:56 -0800 (PST) Received: from mail.prz.tu-berlin.de (mail.prz.tu-berlin.de [130.149.232.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EFD43FE1 for ; Mon, 1 Dec 2003 07:38:55 -0800 (PST) (envelope-from kifah@prz.tu-berlin.de) Received: by mail.prz.tu-berlin.de (Postfix on Linux, from userid 660) id 62ACB3050D; Mon, 1 Dec 2003 16:38:53 +0100 (CET) Received: from 130.149.238.217 (luffha.prz.tu-berlin.de [130.149.238.217]) by mail.prz.tu-berlin.de (Postfix on Linux) with ESMTP id 3E359304F5 for ; Mon, 1 Dec 2003 16:38:53 +0100 (CET) Date: Mon, 1 Dec 2003 16:38:59 +0100 From: Kifah Abbad X-Mailer: The Bat! (v2.00.6) Business X-Priority: 3 (Normal) Message-ID: <1291588824.20031201163859@prz.tu-berlin.de> To: freebsd-newbies@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on mail.prz.tu-berlin.de X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Level: Subject: divert sockets, and ipsec bridging (from OpenBSD to FreeBSD) X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: PRZ List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 15:38:56 -0000 Hi everyone, I am working on my thesis , and i found some difficulties doing some tasks of the project on openbsd so i am planning to move to freebsd.I want to ask some questions, concerning tasks of the project, and i hope someone would confirm or not. 1. Does freebsd offer s reasonable way for divert socket? i heard it could be done using netgraph...It should be also possible to catch ethernet frames (not only IP), since this would be happening on an ipsec bridge. 2.This brings me to following point: Is there a similar solution for ipsec-bridging, like explained in the example of "man brconfig" of openbsd? 3.IS it possible to do MAC-Adress spoofing on a freeBSD machine? Best regards