I would like someone to tell me what I am doing wrong.
I have setup my aliased network interfaces, setup port forwards on them with commends like:
/sbin/ipmasqadm portfw -a -P tcp -L 63.194.15.205 80 -R 192.168.1.251 80
Setup IP chains to allow with commands like:
/sbin/ipchains --allow input
/sbin/ipchains --append input -p tcp -s 0/0 80 -d 63.194.15.205 80 -j ALLOW
But I can't get the darn thing to work (and I REALLY nedd it to!)
Any and all comments are welcome!!
Thanks,
Bob