Re: Please help to forward port 80 to 8800 with ipfw

From: fulan Peng <fulanpeng_at_gmail.com>
Date: Fri, 13 Oct 2006 15:59:37 -0400
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 <jhb_at_freebsd.org> 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
>
Received on Fri Oct 13 2006 - 17:59:39 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:01 UTC