MikroTik Hotspot Wizard Generator

Beranda » Apps » MikTools » MikroTik Hotspot Wizard Generator
Mikrotik Hotspot Wizard

Hotspot domain name
################################################
# MIKROTIK HOTSPOT WIZARD
# Date/Time:
# Created By: MikTool
################################################

/ip firewall nat add action=masquerade chain=srcnat src-address="10.5.50.0/24"
/ip dns set allow-remote-requests=yes servers="8.8.8.8,8.8.4.4"
/ip address add address="10.5.50.1/24" interface="ether2"
/ip pool add name="pool-wifihotspot.net" ranges="10.5.50.2-10.5.50.254"
/ip dhcp-server add address-pool="pool-wifihotspot.net" name="dhcp-wifihotspot.net" interface="ether2"
/ip dhcp-server network add address="10.5.50.0/24" gateway="10.5.50.1"
/ip hotspot profile add dns-name="wifihotspot.net" hotspot-address="10.5.50.1" html-directory=hotspot login-by="cookie,http-chap,http-pap" name="serv-prof-wifihotspot.net"
/ip hotspot add address-pool="pool-wifihotspot.net" interface="ether2" name="server-wifihotspot.net" profile="serv-prof-wifihotspot.net" disabled=no
/ip hotspot user profile add name="prof-wifihotspot.net" rate-limit="1M/2M" shared-users="10"
/ip hotspot user add name="user" password="12345" profile="prof-wifihotspot.net"
/ip dhcp-client add disabled=no interface=ether1
"Kebahagiaan tidak terletak pada harta, penampilan, maupun keindahan dunia. Kebahagiaan berasal dari keikhlasan dan hati." Anonim
ode is Poetry 2025