Date: Sat, 08 Jul 2000 00:35:00 GMT From: "Chris McNett" <chrismcnett@hotmail.com> To: bonk1138@msn.com, freebsd-questions@freebsd.org Subject: Re: NATD and ident Message-ID: <20000708003500.63993.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
I was by coincidence just looking through the tutorial that FreeBSD provides for doing this, and it only allows ports 80 (web) and 21 (ftp). Edit /etc/firewall/fwrules (or /etc/rc.firewall if you use it instead) and add, after the line $fwcmd add allow tcp from any to any 22 setup, the following: $fwcmd add allow tcp from any to any port-number setup where port-number is replaced by the port number you want to allow. (I think irc is port 529, but you should make sure by checking in /etc/services). >From: "James Johnson" <bonk1138@msn.com> >To: <freebsd-questions@freebsd.org> >Subject: NATD and ident >Date: Fri, 7 Jul 2000 03:36:08 -0700 > >Hello! > I would like to setup a freebsd machine is a gateway box for my home lan. >The problem I've run into before doing this is attempting to run IRC >clients >from behind the machine running NAT, they cannto respond to the IRC servers >Ident request... Has anyone developed a workaround for this? > >-- >James Johnson <bonk1138@msn.com> > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000708003500.63993.qmail>