Chuck,
  Thanks!  For some reason I thought that ipmasqadm was
depricated for the 2.2.x kernels but I must have been thinking of
ipchains' predecessor - perhaps ipfwadm (?).  I'm new enough that
I never got around to using that though.l

Thanks again!

Bob

Charles Galpin wrote:

> Hi Bob
>
> You want ipmasqadm.
>
> IPMASQADM="/usr/sbin/ipmasqadm"
>
> # http & https
> $IPMASQADM portfw -a -P tcp -L $LOCALIP 80 -R 192.168.2.2 80
> $IPMASQADM portfw -a -P tcp -L $LOCALIP 443 -R 192.168.2.2 443
>
> [cgalpin@gw cgalpin]$ rpm -qf /usr/sbin/ipmasqadm
> ipmasqadm-0.4.2-3
>
> hth
> charles
>
> On Thu, 22 Feb 2001, Bob Hartung wrote:
>
> > Hi
> >   I have a now managed to get a firewall of sorts going and
> > my ISP is allowing me to set up a web server in my home to
> > use as a learning and practice platform.  I will run this on
> > an internal machine through a masquerade server running
> > ipchains on RH 7.0 with all updates and security patches
> > applied.  I have been looking at the ipchains information
> > and do not quite figure out how I can direct incoming syn
> > requests to port 80 on the firewall to a specific
> > masqueraded internal ip address and port.
> >
> >   Is ipchains the tool for this?  Is there another tool that
> > I don't know about?  All I need is the name of such a tool
> > and I'll go about finding it, reading, and experimenting as
> > I don' t have any business urgency to deal with.
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to