Date: Mon, 13 Nov 2006 23:23:14 -0500 From: "fulan Peng" <fulanpeng@gmail.com> To: "Dan Nelson" <dnelson@allantgroup.com> Cc: freebsd-current@freebsd.org Subject: Re: Please help with ipfw to redirect port 443 to 8892! Message-ID: <bf0f1bc90611132023r2a125feck1dd88080f83d35b8@mail.gmail.com> In-Reply-To: <20061114033146.GA61297@dan.emsphone.com> References: <bf0f1bc90611131800xdd03bd7v54bbe132104122bc@mail.gmail.com> <20061114033146.GA61297@dan.emsphone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Yes, you are right. Now it is working. By the way, if any of you need a chat or conference, this is free for you as long as you set up your Apache as a reverse proxy server or set up Squid reverse proxy server on your site. The chat server is ejabberd running on Open Telecom Protocol in erlang. I have a cluster of ejabberd server. I am also playing YXA sip server with minisip client for VOIP. On 11/13/06, Dan Nelson <dnelson@allantgroup.com> wrote: > In the last episode (Nov 13), fulan Peng said: > > I have recompiled the CURRENT and 6.1 kernel and added IPFIREWALL. > > All I want to do is to redirect incoming 443 request to 8892 which is > > listening and I have tested out https://breakevilaxis.org:8892 > > working. > > > I added one line in the /etc/rc.firewall file with > > ipfw add 400 fwd 66.29.75.29,443 tcp from any to any 8892 in via "rl0" keep-state > > You probably want "fwd 66.29.75.29,8892 tcp from any to any 443" here. > The command you have would redirect port 8892 to port 443. > > -- > Dan Nelson > dnelson@allantgroup.com >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bf0f1bc90611132023r2a125feck1dd88080f83d35b8>