Hi,
I want to create a transparent proxy, I am following this commands
ip firewall nat add in-interface=ether1 dst-port=80 protocol=tcp action=redirect to-ports=8080 chain=dstnat
ip proxy set enabled=yes port=8080
Once I do that I write this command to reset the html pages in the proxy (I guess the command is for that)
[admin@MikroTik] > /ip proxy reset-html
but when I write: /ip proxy re-----it doesn´t allow me to write reset....it allows me to write refresh or something like that but not reset. Previously I configured the user manager in the rb 433 but I changed the port to 808, otherwise I couldn´t make it work, should I change the dst-port=80 to 808? or it has nothing to do with the proxy?
If it doesn´t, what could be the problem?
Thanks for your help