From owner-freebsd-net@FreeBSD.ORG Sat Apr 12 19:32:59 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D20537B401 for ; Sat, 12 Apr 2003 19:32:59 -0700 (PDT) Received: from brainlink.com (mail.brainlink.com [66.228.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51FC143F75 for ; Sat, 12 Apr 2003 19:32:58 -0700 (PDT) (envelope-from anthonyv@brainlink.com) Received: from [24.185.4.7] (account anthonyv HELO brainlink.com) by brainlink.com (CommuniGate Pro SMTP 3.5.3) with ESMTP id 19155985 for net@freebsd.org; Sat, 12 Apr 2003 21:32:57 -0500 Message-ID: <3E98CC57.8010101@brainlink.com> Date: Sat, 12 Apr 2003 22:32:55 -0400 From: Anthony Volodkin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: net@freebsd.org References: <200304112303.50839.pblok@inter.NL.net> In-Reply-To: <200304112303.50839.pblok@inter.NL.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: routing a broadcast over a gif tunnel X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 02:32:59 -0000 Peter J. Blok wrote: >Hi, > >I need to fool a PC package. The package is searching for a server responding >to a broadcast on port 56415. > >That server is across an ipsec/gif tunnel. How can I bridge that particular >packet towards the segment at the other end. > >I have tried various ipfw fwd rules and ipfilter redirection, but none of them >works (because the other segment is not locally available). > >Peter >_______________________________________________ >freebsd-net@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-net > > >To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > > Hey, I recently implemented something similar in order to get games to work over a PPTP VPN setup. Check out my document here: http://non-standard.net/freebsd/game-vpn/game-vpn.html -Anthony