ola pessoal, uso a RB 750 com Hotspot, muito bem,,, gostaria de saber porque a tela de hotspote só aparece quando tem internet? quando a internet cai ou eu retiro o cabo do link a tela não aparece porque isso?, gostaria de saber como fazer que a tela de hotspot apareça mesmo sem internet ou mesmo se eu retirar o cobo do link, outra coisa isso também vale para a pagina de aviso de queda de link quando a internet cai e para aparecer mas só aparece se eu digitar o endereço do meu hotspot porque? gostaria que vocês me apresentassem uma solução para o meu problema, obrigado.......
aqui as minhas regras da pagina de manutenção que segui neste tutorial
==================================================================================
/ip firewall mangle
add action=mark-connection chain=prerouting comment="hotspot full" disable=\
no new-connection-mark=conn_hotspot passthrough=yes protocol=tcp \
src-port=64872-64875
add action=mark-connection chain=output disabled=no new-connection-mark=\
conn_hotspot passthrough=yes protocol=tcp src-port=64872-64875
add action=mark-packet chain=prerouting connection-mark=conn_hotspot \
disabled=no new-packet-mark=pacotes_hotspot passthrough=yes
add action=mark-packet chain=output connection-mark=conn_hotspot disabled=no \
new-packet-mark=pacotes_hotspot passthrough=yes
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name="hotspot - download" packet-mark=pacotes_hotspot parent=\
global-in priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name="hotspot - upload" packet-mark=pacotes_hotspot parent=\
global-out priority=8 queue=default
==================================================================================
LINK UP
/ip firewall nat disable [find comment="MANUTENCAO"
/ip hotspot set [/ip hotspot find name=hotspot1] profile=hsprof1
LINK DOUN
/ip firewall nat enable [find comment="MANUTENCAO"
/ip hotspot set [/ip hotspot find name=hotspot1] profile=default
log error "SERVIDOR ESTAR SEM LINK"
=================================================================================
/ip firewall nat enable [find comment="MANUTENCAO"]
/ip hotspot set [/ip hotspot find name=hotspot1] profile=default
log error "SERVIDOR ESTAR SEM LINK"
=================================================================================
/ip firewall nat
add action=redirect chain=dstnat comment=MANUTENCAO disabled=yes dst-port=80 \
protocol=tcp to-ports=64873