From owner-freebsd-questions@FreeBSD.ORG Mon Jul 12 11:45:37 2004 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 C929E16A4CE for ; Mon, 12 Jul 2004 11:45:37 +0000 (GMT) Received: from mx2.magma.ca (mx2.magma.ca [206.191.0.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD3C43D41 for ; Mon, 12 Jul 2004 11:45:37 +0000 (GMT) (envelope-from ebudd@grokking.org) Received: from in1.magma.ca (in1.magma.ca [206.191.0.223]) by mx2.magma.ca (Magma Relay Server) with ESMTP id i6CBjbU8021394 for ; Mon, 12 Jul 2004 07:45:37 -0400 Received: from mx1.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by in1.magma.ca (Magma's Mail Server) with ESMTP id i6CBjau9010472 for ; Mon, 12 Jul 2004 07:45:36 -0400 Received: from [192.168.1.3] (heinlein.sohotech.ca [192.168.1.3]) (authenticated bits=0) by mx1.sohotech.ca (8.12.10/8.12.10) with ESMTP id i6CBjYrC020008 for ; Mon, 12 Jul 2004 07:45:34 -0400 (EDT) (envelope-from ebudd@grokking.org) Message-ID: <40F279DE.1020303@grokking.org> Date: Mon, 12 Jul 2004 07:45:34 -0400 From: Ed Budd User-Agent: Mozilla Thunderbird 0.6 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <220.253.13.179.1089616673.79229@my.monash.edu.au> In-Reply-To: <220.253.13.179.1089616673.79229@my.monash.edu.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.43 Subject: Re: gateway questions 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, 12 Jul 2004 11:45:37 -0000 Brett Wiggins wrote: > Hi all, > I have set up an internet gateway for my home network and have run into some problems. I got the gateway workibng by adding the following to my /etc/rc.conf. > > ipfilter_enable="YES" > ipnat_enable="YES" > gateway_enable="YES" > > > I can ping the gateway and internet from machines on the home network but I cant browse web pages or use ftp etc. Am I missing something from my config files or do I need to run another program to provide internet services to my network? > > Brett > _______________________________________________ > 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" Can you give us the contents of your /etc/ipnat.rules file (or whatever you've called it)? Assuming you have a "default-allow" ipf ruleset I'd say your problem is likely found in incorrect or nonexistent NAT rules. Just a stab in the dark given that you didn't provide much info... EB