I have this scenario: A RB1200 has mangle rules to mark the connection and packets in order to use the packet marks for Queues purposes for down and up bandwith limit, the web proxy is activated and has parent proxy the ip address 192.168.1.1 and the NAT rules to redirect the LAN web traffic to the proxy which is in another network created in the eth3. NAT rules are:
Code: Select all
0 chain=srcnat action=masquerade src-address=192.168.1.1
1 chain=dstnat action=redirect to-ports=8080 protocol=tcp
in-interface=LAN-CLIENTES dst-port=80
2 chain=srcnat action=masquerade src-address-list=Lista_Home_512k_1
Another problem is that when the rule 1 is active the CPU goes all the way up to 100%, and when the rule is inactive it goes to 5%
what could be the problem?? how do i make the limitation to the router and also redirect the traffic to a proxy server?