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

2nd try Virtual hosting through firewall problem

2000-02-28 Thread ben
Asking again, as I played around with it all weekend to no avail. Even more strange, I ran an environment variable cgi (http://agora.leeds.ac.uk/Perl-cgi/displaytext/cgi-bin/environment-example) and it returned (http://www.ultraswank.com/cgi-bin/test2.cgi) absolutly nothing. The script runs find

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

Virtual hosting through firewall problem

2000-02-25 Thread ben
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 I have a webserver running behind it that is hosting se