Log in to access point within a network with Mikrotik

Hello,

I have a problem, I have a router with Mikrotik, within the network I have a access point. I want log in to the access point since Internet. How can I do?

Thanks for your time and answers.

I’m sorry your question is not clear, more detailed information about your problem is necessary.

The scheme would be something like:

Internet => Modem => Mikrotik => Access Point

You need to make NAT on the MikroTik RouterOS, as I believe Access Point is using private IP address, which is not available over Internet.

Generic rule should look like this,
/ip firewall nat add action=dst-nat chain=dstnat dst-port=<application_port_used_by_AP> protocol=<used_protocol> to-addresses=<private_IP_of_AP> to-ports=<application_port>

Thanks for your answer.

I used the generic rules and I can not connect with the AP.

I think that maybe something is not good.

Thanks for your help.

What rule do you use?
Make sure device is accessible by the NATted port, and there is appropriate service running.

It is working.

Thanks.