From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 16:04:15 2005 Return-Path: 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 7E96416A4CE for ; Mon, 28 Feb 2005 16:04:15 +0000 (GMT) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE53B43D48 for ; Mon, 28 Feb 2005 16:04:14 +0000 (GMT) (envelope-from vincent_bachelier@yahoo.fr) Received: from vincent (ferreol-1-82-66-171-150.fbx.proxad.net [82.66.171.150]) by postfix3-1.free.fr (Postfix) with SMTP id 0C966173521 for ; Mon, 28 Feb 2005 17:04:13 +0100 (CET) Received: by vincent (sSMTP sendmail emulation); Mon, 28 Feb 2005 17:04:14 +0100 Date: Mon, 28 Feb 2005 17:04:14 +0100 From: Bachelier Vincent To: freebsd-questions@freebsd.org Message-ID: <20050228160414.GA3569@localhost> References: <20050227185822.GA15464@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050227185822.GA15464@localhost> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD vincent 5.3-STABLE FreeBSD 5.3-STABLE Subject: Re: Share connection with PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 16:04:15 -0000 Ok, I have found THE solution :d Yes, we can share connection with only one card ! The method: Setup a card for the public address, set an alias => 192.168.0.1 for example set gateway_enable=YES in rc.conf reload routing ok, now here my PF file: ext_if="rl0" int_ip="192.168.0.0/24" ext_ip="82.66.171.150" no nat on $ext_if from $int_ip to $int_ip nat on $ext_if from $int_ip to any -> $ext_ip pass in all pass out all This Work ! We don't nat from local network to local network and we nat all other ! Then all work fine Of course this can be only use with a computer with one card, a switch and the connection on the switch It's better with 2 cards, but possible with one ! See ya Le Sun, Feb 27, 2005 at 07:58:22PM +0100, Bachelier Vincent a écrit: > From: Bachelier Vincent > To: freebsd-questions@freebsd.org > Date: Sun, 27 Feb 2005 19:58:22 +0100 > Subject: Share connection with PF > > Ok, I have FreeBSD 5.3 with PF. > How to share connection from a routeur with only one network card ? > > My network is like that: > > Internet connection in DHCP, Routing computer, Workstation computer on > a switch > > The router take connection by DHCP and share it to my Workstation > The workstation use my router to navigate > > Routeur: > RL0: DHCP, alias 192.168.0.1 > Workstation: > RL0: 192.168.0.2 > Gateways: 192.168.0.1 > > Ok, how to do ? > > Thx a lot for support > > -- > Vincent Bachelier > Language : Francais / English > Societ(e/y) : Solintech - http://www.solintech.fr > Blog : http://dieghostfbsd.blogspot.com > > Sourceforge > Project : > Ripperwww: http://www.sourceforge.net/projects/ripperwww > > Citation (fortune): > > "I haven't lost my mind; I know exactly where I left it." -- Vincent Bachelier Language : Francais / English Societ(e/y) : Solintech - http://www.solintech.fr - Serveurs linux Blog : http://dieghostfbsd.blogspot.com Site perso : http://www.solintech.fr/freebsd/ - FreeBSD Donjon Citation (fortune): During a grouse hunt in North Carolina two intrepid sportsmen were blasting away at a clump of trees near a stone wall. Suddenly a red-faced country squire popped his head over the wall and shouted, "Hey, you almost hit my wife." "Did I?" cried the hunter, aghast. "Terribly sorry. Have a shot at mine, over there."