> > #!/bin/bash > > LS=your.external.firewall.ip > > HTTPD=your.rfc1918.internal.ip > > ipmasqadm portfw -a -P tcp -L $LS http -R $HTTPD http > > ipchains -I forward -p tcp -s $HTTPD http -j MASQ > > but it didnt work. if i tried to connect to my machine's ip addr, i still ended > up on my machine's httpd. what could i be doing wrong? Running an httpd :) -- Kevin L. Mitchell <klmitch@mit.edu> - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.rutgers.edu