From owner-freebsd-current@FreeBSD.ORG Fri Oct 13 19:59:39 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 EB0C616A403 for ; Fri, 13 Oct 2006 19:59:39 +0000 (UTC) (envelope-from fulanpeng@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FA243D4C for ; Fri, 13 Oct 2006 19:59:38 +0000 (GMT) (envelope-from fulanpeng@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so451395nzn for ; Fri, 13 Oct 2006 12:59:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lsDPZnwnBPhObnnRYgRC1uvP+tuXpDxboHLlgJG/eylFW8iXxypmO0M1XZN8oAayBfS4HlM/iyjIauRV5MtIsluss1ZkbaGJfGtbZw1Bt6wNtvNLtqVSUzMsdCqMhyNIzhblZSsSVEKIVvWKic8wbzqnSV+xpchjTXXWA69z9/E= Received: by 10.65.206.7 with SMTP id i7mr5588719qbq; Fri, 13 Oct 2006 12:59:38 -0700 (PDT) Received: by 10.64.241.6 with HTTP; Fri, 13 Oct 2006 12:59:37 -0700 (PDT) Message-ID: Date: Fri, 13 Oct 2006 15:59:37 -0400 From: "fulan Peng" To: "John Baldwin" In-Reply-To: <200610131409.00126.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061013151728.GA41884@dan.emsphone.com> <200610131409.00126.jhb@freebsd.org> 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 19:59:40 -0000 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 >