Re: Virtual hosting through firewall problem

2000-02-29 Thread Igmar Palsenberg
On Fri, 25 Feb 2000 [EMAIL PROTECTED] wrote: > I've just set up a firewall on my network using portfw with commands like > the following: > > /usr/sbin/ipmasqadm portfw -a -P tcp -L $external_ip 80 -R $internal_ip 80 > /usr/sbin/ipmasqadm portfw -a -P udp -L $external_ip 80 -R $internal_ip 80

Re: Virtual hosting through firewall problem

2000-02-25 Thread Perry J. Blalock
I use the following: ipmasqadm portfw -a -P tcp -L $EXT_IPADDR 80 -R $INT_IPADDR 80 Works well. > On Fri, 25 Feb 2000 15:58:57 -0800 (PST) > <[EMAIL PROTECTED]> wrote: >> I've just set up a firewall on my network using portfw with >> commands like >> the following: >> >> /usr/sbin/ipmasqadm po

Re: Virtual hosting through firewall problem

2000-02-25 Thread Adam Sleight
On Fri, 25 Feb 2000 15:58:57 -0800 (PST) <[EMAIL PROTECTED]> wrote: > I've just set up a firewall on my network using portfw with > commands like > the following: > > /usr/sbin/ipmasqadm portfw -a -P tcp -L $external_ip 80 -R > $internal_ip 80 > /usr/sbin/ipmasqadm portfw -a -P udp -L $external