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