Zdravím ve spolek, poradí mi někdo prosím v čem mám nedostatek ohledně nefungujícího hotspotu? Konfigurace zde, díky moc za pomoc!
# may/26/2016 17 by RouterOS 6.35.2
# software id = FYUT-9S7A
#
/interface bridge
add admin-mac=6C auto-mac=no comment=defconf name=bridge
/interface wireless
set band=2ghz-b/g/n channel-width=20/40mhz-Ce \
disabled=no distance=indoors frequency=auto mode=ap-bridge ssid=\
BARANDBOOKS wireless-protocol=802.11
/interface ethernet
set name=ether2-master
set master-port=ether2-master
set master-port=ether2-master
/ip neighbor discovery
set ether1 discover=no
set bridge comment=defconf
/ip hotspot profile
add dns-name=wifi.bar hotspot-address=10.5.50.1 login-by=http-pap name=\
hsprof1
/ip hotspot user profile
set shared-users=100
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
add name=hs-pool-5 ranges=10.5.50.2-10.5.50.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
# DHCP server can not run on slave interface!
add address-pool=hs-pool-5 disabled=no interface=wlan1 lease-time=1h name=\
dhcp1
/ip hotspot
add address-pool=hs-pool-5 disabled=no interface=wlan1 name=hotspot1 profile=\
hsprof1
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-master
add bridge=bridge comment=defconf interface=wlan1
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
192.168.88.0
add address=10.5.50.1/24 comment="hotspot network" interface=wlan1 network=\
10.5.50.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=\
ether1
/ip dhcp-server network
add address=10.5.50.0/24 comment="hotspot network" gateway=10.5.50.1
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=10.1.101.1
/ip dns static
add address=10.5.50.1 name=router
/ip firewall filter
add chain=input comment="defconf: accept ICMP" protocol=icmp
add chain=input comment="defconf: accept established,related" \
connection-state=established,related
add action=drop chain=input comment="defconf: drop all from WAN" \
in-interface=ether1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add chain=forward comment="defconf: accept established,related" \
connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface=ether1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
out-interface=ether1
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
src-address=10.5.50.0/24
/ip hotspot user
add name=bar password=12345
/system clock
set time-zone-name=Europe/Prague
/system routerboard settings
set cpu-frequency=650MHz protected-routerboot=disabled
/tool mac-server
set disabled=yes
add interface=bridge
/tool mac-server mac-winbox
set disabled=yes
add interface=bridge