Page 1 of 1

Help with PROXY Problems

Posted: Wed Feb 08, 2006 5:32 pm
by americo
Thanks to all who helped me. Now I need help again 8) . 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!!!!!!!!!!

Re: Help with PROXY Problems

Posted: Wed Feb 08, 2006 6:00 pm
by cibernet
Thanks to all who helped me. Now I need help again 8) . 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