cannot access certain websites

Hi there,

I am using three isp providers over load balancing using \ip firewall mangle. Everything is working fine with some restrictions about accesing some website like bnt.ro
I do not understand what is wrong. The mentioned website is working fine from outside netwtork.

Can anybody help me?

Please post your PCC configuration. /ip mangle export compact

If you’re using address and ports as the classifier, it will break HTTPS which doesn’t like having sessions coming in from multiple IP addresses, which will happen since the browser will open multiple connections to the server, each with it’s own source port.

i’ve renunced of load balancing, i have nothing on mangle, just masquerade but i have the same situation

/ip firewall nat
add action=masquerade chain=srcnat comment=“masquerade upc” out-interface=“WAN UPC 2” src-address=192.168.0.0/24
add action=masquerade chain=srcnat comment=“masquerade telekom” out-interface=“WAN TELEKOM” src-address=192.168.0.0/24
add action=masquerade chain=srcnat comment=“masquerade vodafone” out-interface=“WAN VODAFONE” src-address=192.168.0.0/24