Hello,
Have just configured a PCC loadbalancing and its working fine.
I can reach mikrotik from inside, however can neither ping its public ip nor reach via winbox from internet.
Any suggestions?
Thanks
Hello,
Have just configured a PCC loadbalancing and its working fine.
I can reach mikrotik from inside, however can neither ping its public ip nor reach via winbox from internet.
Any suggestions?
Thanks
Having a similar issue but with a web server doing dst-nat to it. Using one connection I reach
The server but doing PCC load balacing kills access to it remotely its like connections from the
Internal web servers IP are being load balanced hence breaking connections.
Sent from my GT-P7510 using Tapatalk
hi
can you show only nat configuration ?
If you setup PCC as per wiki you shouldn’t have a problem. In the wiki, the connections destined to the router are marked, and routed afterwards on the same port.
/ip firewall mangle
add chain=input in-interface=ether1 action=mark-connection new-connection-mark=conn1
add chain=output connection-mark=conn1 action=mark-routing new-routing-mark=conn1
You better post your configuration to see what’s wrong.