Re: Connect to apache through firewall

2001-02-23 Thread Bob Hartung
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

Re: Connect to apache through firewall

2001-02-22 Thread Charles Galpin
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 Fe

Connect to apache through firewall

2001-02-22 Thread Bob Hartung
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 ap