Community discussions

MikroTik App
 
americo
just joined
Topic Author
Posts: 13
Joined: Mon Feb 06, 2006 3:04 pm

Help with PROXY Problems

Wed Feb 08, 2006 5:32 pm

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!!!!!!!!!!
 
cibernet
Long time Member
Long time Member
Posts: 610
Joined: Fri Jan 28, 2005 7:22 pm
Location: Marcos Juárez, Córdoba, Argentina
Contact:

Re: Help with PROXY Problems

Wed Feb 08, 2006 6:00 pm

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