Thanks to all who helped me. Now I need help again
. Please, I want to setup a proxy server from my router PC, it must be simple, nothing complicated. I have established one EthCard with a public IP and the other with the local IP 192.168.0.254. Please, help me!!!
Simple… just enable webproxy…
ip web-proxy set enabled=yes port=8080 transparent-proxy=yes
Then redirect rule for the webproxy…
ip firewall nat add chain=dstnat src-address=192.168.0.0/24 protocol=tcp dst-port=80 action=redirect to-ports=8080
PLEASE READ THE DOCUMENTATION… ITS ALL THERE
Regards, and good luck