Hello,
I've recently set-up my RB1100AH with the help of a couple of technicians. Ether13 is the WlAN port. We have bridged ports 2-12 to this.
I have a custom hotspot which I wish to run on ether1. I have followed the instructions (http://help.spaces.nexudus.com/en/managers/wifi-installation-mikrotik.html) very closely and all seems set-up correctly. However ether1 is not functioning as a hotspot. I suspect its a problem with my general set-up. I'd appreciate any help you can offer here:
[admin@C-lab MikroTik] > export compact
sep/27/2014 20:27:16 by RouterOS 5.26
software id = JCHF-1UX6
/interface bridge
add l2mtu=1598 name=bridge1
/interface vlan
add interface=ether13 l2mtu=1596 name=ClabVlan vlan-id=1076
/interface pppoe-client
add add-default-route=yes disabled=no interface=ClabVlan name=internet password=XXXXXX user=XXXXXXX (CONNECTION WORKING ON BRIDGED PORTS)
/ip hotspot profile
set [ find default=yes ] hotspot-address=192.168.88.1 html-directory=Nexudus login-by=mac,http-chap name=hsprof1
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m on-login=SCRIPTS REMOVED FOR CONVINIENCE
/ip pool
add name=dhcp_pool1 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool2 ranges=192.168.2.2-192.168.2.254
/ip dhcp-server
add address-pool=dhcp_pool1 bootp-support=dynamic disabled=no interface=bridge1 name=GeneralDHCP
/ip hotspot
add address-pool=dhcp_pool1 disabled=no interface=ether1 name=hotspot1
/interface bridge port
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether6
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=ether9
add bridge=bridge1 interface=ether10
add bridge=bridge1 interface=ether11
add bridge=bridge1 interface=ether2
add bridge=bridge1 disabled=yes interface=ether1
add bridge=bridge1 interface=ether13
/ip address
add address=192.168.1.1/24 interface=bridge1
add address=103.11.124.77/32 disabled=yes interface=ether1 network=103.11.124.77
add address=192.168.88.1/24 interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=4.2.2.2 gateway=192.168.1.1
add address=192.168.2.0/24 dns-server=4.2.2.2 gateway=192.168.2.1
/ip dns
set allow-remote-requests=yes servers=202.6.116.124
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes to-addresses=0.0.0.0
add action=masquerade chain=srcnat out-interface=internet to-addresses=103.11.124.77
/ip hotspot user
add name=XXXXXXXX password=XXXXXXXx
/ip hotspot walled-garden
add comment="place hotspot rules here" disabled=yes
/ip hotspot walled-garden ip
add action=accept disabled=no dst-host=ajax.googleapis.com
add action=accept disabled=no
add action=accept disabled=no dst-host=maps.googleapis.com
add action=accept disabled=no dst-host=font.googleapis.com
add action=accept disabled=no dst-host=www.paypalobject.com
add action=accept disabled=no dst-host=themes.googleusercontent.com
add action=accept disabled=no dst-host=maps.gstatic.com
add action=accept disabled=no dst-host=platform.twitter.com
add action=accept disabled=no dst-host=twimg.com
add action=accept disabled=no dst-host=stripe.com
add action=accept disabled=no dst-host=core.spreedly.com
add action=accept disabled=no dst-host=clab.spaces.nexudus.com
/ip neighbor discovery
set ClabVlan disabled=yes
/ip service
set www-ssl disabled=no
/system clock
set time-zone-name=Pacific/Auckland
/system identity
set name="C-lab MikroTik"
/system ntp client
set enabled=yes mode=unicast primary-ntp=50.19.122.125
/system scheduler
add interval=5m name=CheckActiveUsers on-event=CheckActiveUsers policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api start-date=sep/21/2014
start-time=00:00:00
/system script
add name=OnLoginScript policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api source= CUSTOM SCRIPTS (REMOVED FOR THIS POST)
[admin@C-lab MikroTik] >
