Good day to all, I am a beginner user of microtik. Our Mikrotik router is RB951G-2HND. It was produced by our supplier and they configured it. It was working fine by the time they deliver and configured it not until after 5-6 days when our guest experiencing connection problem. they can connect to the hotspot but there is no internet connection. I’ve tried contacting our supplier but they also don’t know how and why it cannot connect. Maybe anyone here knows how to solve this. Thanks
[admin@Hotel] > /export compact
# jan/31/2017 10:00:15 by RouterOS 6.37.3
# software id = V6DL-QEN9
#
/interface ethernet
set [ find default-name=ether2 ] name=ether2-master
set [ find default-name=ether3 ] master-port=ether2-master
set [ find default-name=ether4 ] master-port=ether2-master
set [ find default-name=ether5 ] master-port=ether2-master
/interface bridge
add admin-mac=E4:8D:8C:82:58:9B auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no distance=indoors frequency=auto mode=ap-bridge ssid=MikroTik-82589F \
wireless-protocol=802.11
/ip neighbor discovery
set bridge comment=defconf
/interface vlan
add interface=bridge loop-protect-disable-time=0s loop-protect-send-interval=0s name=VLAN101-Hotspot vlan-id=101
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" supplicant-identity=MikroTik wpa2-pre-shared-key=microt1k0112-17
/ip hotspot profile
add dns-name=ultrawinds.resort hotspot-address=10.5.50.1 login-by=http-chap name=hsprof1
/ip hotspot user profile
add add-mac-cookie=no !mac-cookie-timeout name=windsguest rate-limit=10M/10M shared-users=300 transparent-proxy=yes
/ip pool
add name=dhcp ranges=192.168.0.10-192.168.0.250
add name=hs-pool-8 ranges=10.5.50.2-10.5.50.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
add address-pool=hs-pool-8 disabled=no interface=VLAN101-Hotspot lease-time=1h name=dhcp
/ip hotspot
add address-pool=hs-pool-8 disabled=no idle-timeout=none interface=VLAN101-Hotspot name=hotspot1 profile=hsprof1
/tool user-manager customer
set admin access=own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-master
add bridge=bridge comment=defconf interface=wlan1
/ip address
add address=192.168.0.1/24 comment=defconf interface=bridge network=192.168.0.0
add address=10.5.50.1/24 comment="hotspot network" interface=VLAN101-Hotspot network=10.5.50.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server lease
add address=10.5.50.5 always-broadcast=yes client-id=1:18:b4:30:66:b7:40 mac-address=18:B4:30:66:B7:40 server=dhcp
add address=10.5.50.7 client-id=1:b8:e8:56:95:da:2b mac-address=B8:E8:56:95:DA:2B server=dhcp
add address=10.5.50.3 always-broadcast=yes client-id=1:18:b4:30:5e:22:26 mac-address=18:B4:30:5E:22:26 server=dhcp
add address=10.5.50.4 always-broadcast=yes client-id=1:18:b4:30:5e:13:3d mac-address=18:B4:30:5E:13:3D server=dhcp
add address=10.5.50.6 always-broadcast=yes client-id=1:18:b4:30:5e:22:22 mac-address=18:B4:30:5E:22:22 server=dhcp
add address=10.5.50.12 always-broadcast=yes client-id=1:18:b4:30:65:d8:4a mac-address=18:B4:30:65:D8:4A server=dhcp
add address=10.5.50.13 always-broadcast=yes client-id=1:18:b4:30:5e:22:2c mac-address=18:B4:30:5E:22:2C server=dhcp
add address=10.5.50.19 always-broadcast=yes client-id=1:18:b4:30:64:c8:3 mac-address=18:B4:30:64:C8:03 server=dhcp
/ip dhcp-server network
add address=10.5.50.0/24 comment="hotspot network" dns-server=10.5.50.1 gateway=10.5.50.1
add address=192.168.0.0/24 comment=defconf dns-server=192.168.0.1 gateway=192.168.0.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=208.67.222.222
/ip dns static
add address=192.168.0.1 name=router
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=input dst-port=666,999,995 in-interface=ether1 protocol=tcp
add action=accept chain=input connection-state=established,related in-interface=ether1 protocol=tcp
add action=drop chain=input in-interface=ether1
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
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 ip-binding
add address=10.5.50.5 mac-address=18:B4:30:66:B7:40 server=hotspot1 to-address=10.5.50.5 type=bypassed
add address=10.5.50.6 mac-address=18:B4:30:5E:22:22 server=hotspot1 to-address=10.5.50.6 type=bypassed
add address=10.5.50.3 mac-address=18:B4:30:5E:22:26 server=hotspot1 to-address=10.5.50.3 type=bypassed
add address=10.5.50.4 mac-address=18:B4:30:5E:13:3D server=hotspot1 to-address=10.5.50.4 type=bypassed
add address=10.5.50.19 mac-address=18:B4:30:64:C8:03 server=hotspot1 to-address=10.5.50.19 type=bypassed
add address=10.5.50.13 mac-address=18:B4:30:5E:22:2C server=hotspot1 to-address=10.5.50.13 type=bypassed
add address=10.5.50.7 mac-address=B8:E8:56:95:DA:2B server=hotspot1 to-address=10.5.50.7 type=bypassed
/ip hotspot user
add name=admin password=admin12345
add name=ultrawinds password=ultrawinds profile=windsguest
/ip proxy
set anonymous=yes enabled=yes port=995
/ip proxy access
add src-address=89.0.0.0/8
add action=deny src-address=0.0.0.0/0
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes port=23
set api disabled=yes
set winbox port=666
set api-ssl disabled=yes
/ip socks
set enabled=yes max-connections=80 port=999
/ip socks access
add action=deny src-address=!89.0.0.0/8
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=ether1 type=external
add interface=VLAN101-Hotspot type=internal
add interface=bridge type=internal
/system clock
set time-zone-name=Asia/Manila
/system identity
set name=Hotel
/system logging
set 0 disabled=yes
/system routerboard settings
set init-delay=0s
/tool user-manager database
set db-path=user-manager
[admin@Hotel] >