I received many
emails regarding hotspot not working with PCC. Its very simple to run
hotspot and PCC together on same Mikrotik Server.
(Personally I don’t like hotspot due to various security reasons, but still its useful in many environment)First configure your mikrotik with PCC and HOTSPOT. Then Just add hotspot=auth in every pcc rules and it will work like a charm.
For example . . .
/ip fi manCheer’s
add action=mark-connection chain=prerouting disabled=no dst-address-type=!local hotspot=auth in-interface=LAN new-connection-mark=WAN1_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0
add action=mark-connection chain=prerouting disabled=no dst-address-type=!local hotspot=auth in-interface=LAN new-connection-mark=WAN2_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1
naveed ahmad
not working after that rule also
ReplyDeleteCan u please write the full script please
Also you have to add this rule
ReplyDelete/ip firewall nat add action=accept chain=pre-hotspot disabled=no dst-address-type=!local hotspot=auth