I am running coyote. I also have at&t broadband as an isp. AT&T, as far
as I know, is still blocking port 80 (and probably will). I would like to
allow web request to port 8080 and have coyote forward it to port 80 and
send it to the serve, whose address is 192.168.0.4. I have the following
line in the rc.masquerade script
/sbin/ipmasqadm portfw -a -P tcp -L ${IPADDR} 8080 -R 192.168.0.4 80
when I run ./rc.masquerade I get
"portfw: illegal local.address/ port specified"
What am I doing wrong.
TIA
John Miller