We have problems with "very slow internet" in our office. Below is attached pic with interfaces. Seems strange that
public interface has normal speed, on other hand, local interface has low speed.
Can somebody advice us on this matter.....?
![Shocked :shock:](./images/smilies/icon_eek.gif)
/ip firewall nat
add chain=dstnat protocol=tcp dst-port=80 in-interface=LAN action=redirect to-ports=8080
/ip firewall filter
chain=input action=drop protocol=tcp in-interface=ether1 dst-port=8080
I wrote in Access in Web-Proxy thatCan you post the nat rule where you redirect your LAN to the proxy? It should be something like this:Yes, the same, but without 'in-interface=LAN'. Is it mandatory?Code: Select all/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 in-interface=LAN action=redirect to-ports=8080
You should protect the webproxy port from the outside requests with:where ether1 is presumably the WAN interfaceCode: Select all/ip firewall filter chain=input action=drop protocol=tcp in-interface=ether1 dst-port=8080
As for the HDD, I think it is your proxy populating it, that is normal.