Date: Mon, 9 Aug 1999 12:56:09 +0300 From: Ruslan Ermilov <ru@ucb.crimea.ua> To: "Oles' Hnatkevych" <gnut@fc.kiev.ua> Cc: freebsd-questions@FreeBSD.org Subject: Re: IP-in-IP encapsulation Message-ID: <19990809125609.A77196@relay.ucb.crimea.ua> In-Reply-To: <11464.990809@fc.kiev.ua>; from Oles' Hnatkevych on Mon, Aug 09, 1999 at 11:08:59AM %2B0300 References: <11464.990809@fc.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 09, 1999 at 11:08:59AM +0300, Oles' Hnatkevych wrote: > Hello freebsd-questions, > > Sorry for repeating the question. > > I look for a software that will allow me to encapsulate a raw ip > packet into another raw ip packet with a certain source and > destination addresses, without any encryption etc. > > Please help me! > > Thank you! If you're running 3.x release, nos-tun(8) utility included into the base system. It uses IPIP(49) encapsulation and tun(4) interface. Refer to the nos-tun(8) manpage. There is also a bunch of utilities that implement IP-over-UDP scheme by means of ipfw(8) and divert(4) sockets. One of them is available from the ports collection as ports/net/tund. Another one is from my WEB site as: http://www.ucb.crimea.ua/~ru/FreeBSD/iptunnel/. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990809125609.A77196>