Date: Wed, 1 Nov 2000 15:14:45 -0600 From: Rocky McGaugh <rmcgaugh@atipa.com> Subject: Re: IPChains Message-ID: <Pine.LNX.4.21.0011011408130.29009-100000@localhost.localdomain>
couple of ways to do it.
install ipmasqadm
run "ipmasqadm portfw -a -P tcp -L <your_external_IP> 80 -R
<internal_IP_you_want_to_forward_to> 80"
mine's like:
ipmasqadm portfw -a -P tcp -L 206.104.44.55 80 -R 192.168.1.72 80
Have Fun..:)
-- Rocky McGaugh rmcgaugh@atipa.comOn Wed, 1 Nov 2000, Gene Dascher wrote:
> I have a P133 running as my gateway for my @Home modem. I have minimal > services running on it to decrease the security risks. Is it possible to > use ipchains on that machine to forward any http requests to a machine on my > internal network without running Apache on the gateway machine? > > Thanks, > > Gene Dascher > Multi Service Corp. > gedascher@multiservice.com > (913)663-9415 >
--------------B00CA202C77AAC3A329E8101