How to bridge modem and make MT as AP

I have an FTTH modem and an MT device. Since MT is not capable of FTTH, so I connect FTTH cable to my modem, then change my modem settings to bridge (I mean I do not enter any username or password taken from my ISP in my modem).

Then I go to the MT, I create a bridge and a port. Then in dial-out tab, I enter my ISP username and password.

Now when I ping interface=ppooe-out1 count=1 1.1.1.1, it works fine.

Since I did bridge, I created a DHCP server on MT, created IP pool and address. I can connect to my MT Wi-Fi and it gives me the internal IP (suppose 192.168.94.2/24), but this wi-fi does not have internet access.

But I don’t know how can I create a network so that I can connect to my MT and have internet access.

Can you help me?

I created a NAT rule and it’s solved:

/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1

I did this and it’s solved.