From owner-freebsd-questions@FreeBSD.ORG Sun Nov 27 00:41:50 2005 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 BA68616A41F for ; Sun, 27 Nov 2005 00:41:50 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7323C43D45 for ; Sun, 27 Nov 2005 00:41:50 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [192.168.1.101] (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (rwcrmhc11) with ESMTP id <20051127004132013009183ce>; Sun, 27 Nov 2005 00:41:41 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Sat, 26 Nov 2005 13:52:43 -0600 User-Agent: KMail/1.8.3 References: <660414a50511261002m2fd937a6g372225305ed93694@mail.gmail.com> In-Reply-To: <660414a50511261002m2fd937a6g372225305ed93694@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511261352.43715.josh@tcbug.org> Cc: siva m Subject: Re: Problem with Firewall... 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: Sun, 27 Nov 2005 00:41:50 -0000 On Saturday 26 November 2005 12:02 pm, siva m wrote: > Hi, > I recently installed FreeBSD 6-Release on my AMD AthlonXP box. > I recompiled the kernel with 'cvstag=6_RELENG' with firewall > enabled and everything went smoothly. I buildworld, compiled kernel > and installed it. And after installing the world in single user > mode, I tried to boot into newly installed kernel, everything seems > to be fine except that there is no internet connection. I enabled > the FIREWALL="yes" in my rc.conf and the firewall type I specied as > 'client'. Also I specified the IP address and network in the > 'rc.firewall' file. > I have a VoIP adapter at home connected through my cable modem, > and my ethernet connection is coming out of it. I specied a static > internal IP with a gateway. Even when I booted my newly compiled > kernel, the VoIP phone seems to be not working. I also have debian > linux on my second harddisk and the internet is working fine on > debian. > > Can anyone please tell me what's going wrong? and if I am > missing something. > > thanks in advance, > Siva Could you attach your kernel config file and /etc/rc.conf. I suspect that you didn't put gateway_enable="YES" into rc.conf but there are other things that could be an issue besides that. -- Thanks, Josh Paetzel