Hi
These are my configs:
/ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 address=192.168.10.1/24 network=192.168.10.0 interface=Bridge LAN and WifI actual-interface=Bridge LAN and WifI
1 ;;; hotspot network
address=10.5.50.1/24 network=10.5.50.0 interface=HOTSPOT actual-interface=HOTSPOT
2 D address=192.168.1.36/24 network=192.168.1.0 interface=WAN actual-interface=WAN
/ip route print detail
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
0 A S ;;; PrimaryWAN
dst-address=0.0.0.0/0 gateway=192.168.1.1 gateway-status=192.168.1.1 reachable via WAN distance=1 scope=30 target-scope=10
1 S ;;; SecondaryWAN
dst-address=0.0.0.0/0 gateway=192.168.5.1 gateway-status=192.168.5.1 unreachable distance=2 scope=30 target-scope=10
2 A S dst-address=8.8.8.8/32 gateway=192.168.1.1 gateway-status=192.168.1.1 reachable via WAN distance=1 scope=30 target-scope=10
3 ADC dst-address=10.5.50.0/24 pref-src=10.5.50.1 gateway=HOTSPOT gateway-status=HOTSPOT reachable distance=0 scope=10
4 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.36 gateway=WAN gateway-status=WAN reachable distance=0 scope=10
5 ADC dst-address=192.168.10.0/24 pref-src=192.168.10.1 gateway=Bridge LAN and WifI gateway-status=Bridge LAN and WifI reachable distance=0 scope=10
/interface print detail
Flags: D - dynamic, X - disabled, R - running, S - slave
0 S ;;; Master LAN
name="LAN" default-name="ether2" type="ether" mtu=1500 actual-mtu=1500 l2mtu=1522 max-l2mtu=1522 mac-address=00:0C:42:42:5D:CE fast-path=no link-downs=0
1 R ;;; Connected to Internet Link
name="WAN" default-name="ether1" type="ether" mtu=1500 actual-mtu=1500 l2mtu=1526 mac-address=00:0C:42:42:5D:CD fast-path=no last-link-up-time=jun/12/2016 08:36:54
link-downs=0
2 name=“WAN2” default-name=“ether3” type=“ether” mtu=1500 actual-mtu=1500 l2mtu=1522 max-l2mtu=1522 mac-address=00:0C:42:42:5D:CF fast-path=no link-downs=0
3 R name=“HOTSPOT” type=“wlan” mtu=1500 actual-mtu=1500 l2mtu=1600 mac-address=02:0C:42:63:E0:79 fast-path=yes last-link-up-time=jun/12/2016 08:39:20 link-downs=0
4 RS name=“Office” default-name=“wlan1” type=“wlan” mtu=1500 actual-mtu=1500 l2mtu=1600 mac-address=00:0C:42:63:E0:79 fast-path=yes last-link-up-time=jun/12/2016 09:28:13
link-downs=0
5 R name=“Bridge LAN and WifI” type=“bridge” mtu=auto actual-mtu=1500 l2mtu=1522 mac-address=00:0C:42:42:5D:CE fast-path=yes last-link-up-time=jun/12/2016 08:35:42
link-downs=0
/ip firewall export
add address=192.168.10.0/24 list=local-networks
add address=10.5.50.0/24 list=local-networks
add address=192.168.1.0/24 list=local-networks
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment=“place hotspot rules here” disabled=yes
add action=drop chain=forward dst-address-list=local-networks protocol=tcp src-address-list=local-networks
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=“place hotspot rules here” disabled=yes
add action=masquerade chain=srcnat comment=“masquerade hotspot network” out-interface=WAN src-address=10.5.50.0/24
add action=masquerade chain=srcnat out-interface=WAN src-address=192.168.10.0/24
add action=masquerade chain=srcnat out-interface=WAN2 src-address=192.168.10.0/24
add action=masquerade chain=srcnat dst-port=9494,8291 protocol=tcp src-address=192.168.1.0/24
add action=masquerade chain=srcnat dst-port=9494,8291 protocol=tcp src-address=192.168.5.0/24
What’s wrong here? Thanks in advance.