From owner-freebsd-questions@FreeBSD.ORG Fri Mar 17 16:57:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4C216A422 for ; Fri, 17 Mar 2006 16:57:11 +0000 (UTC) (envelope-from ianchov@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229D843D55 for ; Fri, 17 Mar 2006 16:57:09 +0000 (GMT) (envelope-from ianchov@gmail.com) Received: by nproxy.gmail.com with SMTP id h2so490787nfe for ; Fri, 17 Mar 2006 08:57:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=AYMmCFrdaS3alOV1RMQr0QyTsHapbkdBfezidoFyl+HzKvOvajuLT7fVrACDKHCVzF2R/3d+NT+sdBS4iGdePRAE6d41Lquw0QT9QRuKUB54oIWMLm6Rd2VFNnn1mTcu0uK94Yr8k/YgG4dQAQ55iudXTa92SRcAaBiBx6sAiRY= Received: by 10.48.208.15 with SMTP id f15mr617442nfg; Fri, 17 Mar 2006 08:57:07 -0800 (PST) Received: by 10.49.23.9 with HTTP; Fri, 17 Mar 2006 08:57:07 -0800 (PST) Message-ID: <18e02bd30603170857k4aabfb24re6b9d6d713612ab9@mail.gmail.com> Date: Fri, 17 Mar 2006 18:57:07 +0200 From: "Iantcho Vassilev" To: "FreeBSD Questions" In-Reply-To: <441AC558.60204@gmx.net> MIME-Version: 1.0 References: <441AC558.60204@gmx.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: PF and VPN/Hamachi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 16:57:11 -0000 Could paste the pflog output ? ps.. On you blog rule just add "log" On 3/17/06, Frank Staals wrote: > > Hey, > > I'm having some trouble with my FreeBSD PF firewall and hamachi ( > http://www.hamachi.cc ) , a simple program to set up a vpn. I asked my > question on the hamachi forums but nobody seems to reply. Currently I > have these rules in my pf.conf: > > # For Hamachi: > rdr pass on $extif inet proto udp from any to $extaddr port 12975 -> > 192.168.2.11 port 12975 > > and I just allow all outgoing traffic: > > #Allow everyting outwards > pass out all keep state > > I tried about every rule stated in this topic ( > http://forums.hamachi.cc/viewtopic.php?t=3D1079 ) on the hamachi forums > but none seem to work; either they have an invalid syntax or I just > can't use that port ( someone redirected the traffic to port 25 which > I'm allready using ). I also tried this rule, but it doesn't seem to help= : > > nat on $extif from $intif:network port 12975 to any -> $extif static-port > > I hope someone can tell me what to do because they are either also use > hamachi through a PF firewall or know what the correct syntax should be. > > Thanks, > > -- > -Frank Staals > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >