From owner-freebsd-hackers Tue Oct 29 15:42:43 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA10135 for hackers-outgoing; Tue, 29 Oct 1996 15:42:43 -0800 (PST) Received: from tusk.cs.ucla.edu (Tusk.CS.UCLA.EDU [131.179.160.121]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA10130 for ; Tue, 29 Oct 1996 15:42:39 -0800 (PST) Received: from localhost by tusk.cs.ucla.edu (8.6.10/UCLACS-1.0) with SMTP id PAA02730 for ; Tue, 29 Oct 1996 15:37:32 -0800 Date: Tue, 29 Oct 1996 15:37:30 -0800 (PST) From: Hemon Bruno To: freebsd-hackers@freebsd.org Subject: FreeBSD and IP tunneling Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was told that FreeBSD has a general support for IP tunneling. I suppose that it must be a function which appends to IP packets an optional tunnel header(for example a UDP header) and an IP header. I think I found some code for IP tunneling in FreeBSD (net/if_tun.c) but I can not find some complete documentation about the functions and the implementation. Therefore, I am looking for detailed documentation about how IP tunneling is implemented in FreeBSD and how to use it. thank you for your help. Bruno Hemon bruno@cs.ucla.edu