On Fri, Apr 27, 2007 at 08:02:43PM -0700, Makara wrote: > I want to allow the connection from internet connect > to my local web server(172.16.0.4) via $ipinet1 so I > do port forwarding
or use redir(1) on the fw machine, eg. % redir --caddr 172.16.0.4 --cport 80 --lport 80 --transproxy if you start it from *inetd, you then will be able to [en|dis]able the service simply by issueing: % update-inetd --[en|dis]able www a bit OT but HTH anyway. -- paolo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

