From owner-freebsd-security Thu Jul 24 11:24:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA16543 for security-outgoing; Thu, 24 Jul 1997 11:24:23 -0700 (PDT) Received: from cheops.anu.edu.au (avalon@cheops.anu.edu.au [150.203.76.24]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA16537 for ; Thu, 24 Jul 1997 11:24:17 -0700 (PDT) Message-Id: <199707241824.LAA16537@hub.freebsd.org> Received: by cheops.anu.edu.au (1.37.109.16/16.2) id AA269357934; Fri, 25 Jul 1997 04:12:14 +1000 From: Darren Reed Subject: Re: NATD and skip packet To: Christian.Gusenbauer@utimaco.co.at Date: Fri, 25 Jul 1997 04:12:13 +1000 (EST) Cc: freebsd-security@FreeBSD.ORG In-Reply-To: <33D74A2B.7581@utimaco.co.at> from "DI. Christian Gusenbauer" at Jul 24, 97 02:27:23 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-security@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In some mail from DI. Christian Gusenbauer, sie said: > > Hi! > > We've the following problem: we want to send SKIP packets to our > partners somewhere in the world. We are using private internet > addresses in our LAN and would let our FreeBSD firewall translate > those addresses to public ones. Unfortunately, natd supports only > TCP, UDP and ICMP packets but we need SKIP. > > My question is: is anyone working on this (supporting SKIP) or do > you know any (other) solution for this problem? ENskip was ported to NetBSD, but that is sufficiently old to not be useful for you. You might have more luck using either Photuris or ISAKMP - other IPsec implementations which do the same sort of thing as SKIP. Darren