From owner-freebsd-current@FreeBSD.ORG Fri Oct 13 20:32:36 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9849816A403; Fri, 13 Oct 2006 20:32:36 +0000 (UTC) (envelope-from prvs=julian=4344575a3@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB6943D7C; Fri, 13 Oct 2006 20:32:36 +0000 (GMT) (envelope-from prvs=julian=4344575a3@elischer.org) Received: from unknown (HELO [10.251.18.229]) ([10.251.18.229]) by a50.ironport.com with ESMTP; 13 Oct 2006 13:32:36 -0700 Message-ID: <452FF7E3.2010202@elischer.org> Date: Fri, 13 Oct 2006 13:32:35 -0700 From: Julian Elischer User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: fulan Peng References: <20061013151728.GA41884@dan.emsphone.com> <200610131409.00126.jhb@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Dan Nelson Subject: Re: Please help to forward port 80 to 8800 with ipfw X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 20:32:36 -0000 fulan Peng wrote: > Thank you! > I added 2 lines in the configuration file: > options IPI_PREEMPTION > device atpic > It worked. > uname -a shows the new kernel. > But, now there is a problem: all remote users cannot login and I even > cannot ping it from other machines. > The port 80 and port 8800 are all locked. > nestat -na |grep LIST shows all ports are listening. > ps -Aw cannot find anything wrong. > Cannot understand. > Please help me to unlock them. > Thanks a lot! > > > On 10/13/06, John Baldwin wrote: >> On Friday 13 October 2006 13:11, fulan Peng wrote: >> > After make LINT;make cleandepend;make depend;make; make install, I >> > really rebooted the machine serveral time. >> > I read somewhere says FreeBSD would not change its kernel unless you >> > manually copy the new kernel to somewhere. I think this is my problem. >> > I already tried to copy the GENERIC to my hostname file. >> > And I changed the ident to my hostname. I added >> > options IPFIREWALL >> > options IPFIREWALL_FORWARD >> > options IPFIREWALL_VERBOSE. >> > I did not pass the make. >> > Then I leave only one line there >> > options IPFIREWALL_FORWARD >> > Still won't pass the make command. >> > Please help me to get the new LINT kernel to work. >> >> You shouldn't be running a LINT kernel. If you aren't sure how to >> install >> and boot a new kernel you probably should be running -stable (such as >> RELENG_6) rather than -current. The specific breakage you are >> running into >> has since been fixed, and it could be worked around by adding 'device >> atpic' >> to your kernel config. >> >> -- >> John Baldwin >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" You probably also need: options IPFIREWALL_DEFAULT_TO_ACCEPT