Post the output of "/ip firewall nat export" and "/ip address print".
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network" disabled=\
no src-address=192.168.1.0/24
add action=masquerade chain=src-nat comment="" disabled=yes out-interface=outside1
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.1/24 192.168.1.0 192.168.2.255 hotspot
1 192.168.0.50/24 192.168.0.0 192.168.0.255 outside1
2 192.168.5.1/32 192.168.5.1 192.168.5.1 hotspot
I see that there is error in hotspot broadcast but the internet is working and when I change it to 192.168.1.255, the internet stop working .
The third line is fake gatway to prevent netCut
edit: I change the broadcast to 192.168.1.255 and then reboot and the internet work. Still the block modem problem?