I am having trouble getting no less than 3 items to connect to the internet wirelessly on my Mikrotik cloud switch series (CRS109-8G-1S-2HnD-IN) I’m unable to connect my Philips Hue hub, my Google Chromcast and my Nintendo Switch… My cell phone connects to the wireless and is able to browse but apps like Pandora can’t connect to the Internet… LAN has no issues at all connecting… shrug
For reference, here is my current config:
aug/15/2020 15:19:33 by RouterOS 6.47.1
software id = MFL1-HBQH
model = CRS109-8G-1S-2HnD
serial number = 522D04157625
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] comment=“Internet (Xfinity Modem)”
set [ find default-name=ether3 ] comment=“My Computer”
set [ find default-name=ether5 ] comment=“Phillips Hue (Home Automation)”
set [ find default-name=ether7 ] comment=“HyperV host (Web Server)”
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk,wpa2-eap
group-ciphers=tkip mode=dynamic-keys supplicant-identity=MikroTik
unicast-ciphers=tkip wpa2-pre-shared-key=Painfull1
add authentication-types=wpa2-psk eap-methods=“” management-protection=
allowed mode=dynamic-keys name=profile supplicant-identity=“”
wpa2-pre-shared-key=NONESHALLPASS
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce
country=etsi1 disabled=no distance=indoors frequency=auto mode=ap-bridge
multicast-helper=full preamble-mode=long security-profile=profile ssid=
“o==:::::::::::::::::::::::::>” wireless-protocol=802.11 wmm-support=
enabled wps-mode=disabled
/interface wireless nstreme
set wlan1 enable-polling=no
/ip pool
add name=dhcp ranges=10.0.0.1-10.0.0.250
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether2
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=sfp1
add bridge=bridge1 interface=wlan1 trusted=yes
/interface bridge settings
set use-ip-firewall=yes
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add interface=ether1 list=WAN
add interface=bridge1 list=LAN
/ip address
add address=10.0.0.1/24 interface=ether2 network=10.0.0.0
/ip dhcp-client
add disabled=no interface=ether1
/ip dhcp-server lease
add address=10.0.0.2 client-id=1:0:15:5d:0:eb:3 mac-address=00:15:5D:00:EB:03
server=dhcp1
add address=10.0.0.5 client-id=1:8:62:66:2d:8a:96 mac-address=
08:62:66:2D:8A:96 server=dhcp1
/ip dhcp-server network
add address=10.0.0.0/24 dns-server=10.0.0.1,8.8.8.8 gateway=10.0.0.1 netmask=
24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=10.0.0.2 disabled=yes name=www.mymfpc.com type=A
add address=10.0.0.2 disabled=yes name=www.SylviasCraveableCreations.com
type=A
add address=10.0.0.2 disabled=yes name=www.kbdixon.com type=A
/ip firewall address-list
add address=0.0.0.0/8 comment=“Self-Identification [RFC 3330]” list=bogons
add address=10.0.0.0/8 comment=“Private[RFC 1918] - CLASS A # Check if you nee
d this subnet before enable it” disabled=yes list=bogons
add address=127.0.0.0/8 comment=“Loopback [RFC 3330]” list=bogons
add address=169.254.0.0/16 comment=“Link Local [RFC 3330]” list=bogons
add address=172.16.0.0/12 comment=“Private[RFC 1918] - CLASS B # Check if you
need this subnet before enable it” disabled=yes list=bogons
add address=192.168.0.0/16 comment=“Private[RFC 1918] - CLASS C # Check if you
_need this subnet before enable it” disabled=yes list=bogons
add address=192.0.2.0/24 comment=“Reserved - IANA - TestNet1” list=bogons
add address=192.88.99.0/24 comment=“6to4 Relay Anycast [RFC 3068]” list=
bogons
add address=198.18.0.0/15 comment=“NIDB Testing” list=bogons
add address=198.51.100.0/24 comment=“Reserved - IANA - TestNet2” list=bogons
add address=203.0.113.0/24 comment=“Reserved - IANA - TestNet3” list=bogons
add address=224.0.0.0/4 comment=
“MC, Class D, IANA # Check if you need this subnet before enable it”
disabled=yes list=bogons
/ip firewall filter
add action=drop chain=forward comment=“Drop invalid packets”
connection-state=invalid
add action=drop chain=input comment=“Anti-DNS Amplification UDP” dst-port=53
in-interface=ether1 protocol=udp
add action=drop chain=input comment=“Anti-DNS Amplification TCP” dst-port=53
in-interface=ether1 protocol=tcp
add action=drop chain=input comment=“Country Block” src-address-list=
CountryIPBlocks
add action=add-src-to-address-list address-list=Syn_Flooder
address-list-timeout=30m chain=input comment=
“Add Syn Flood IP to the list” connection-limit=30,32 protocol=tcp
tcp-flags=syn
add action=drop chain=input comment=“Drop to syn flood list”
src-address-list=Syn_Flooder
add action=add-src-to-address-list address-list=Port_Scanner
address-list-timeout=1w chain=input comment=“Port Scanner Detect”
protocol=tcp psd=21,3s,3,1
add action=drop chain=input comment=“Drop to port scan list”
src-address-list=Port_Scanner
add action=jump chain=input comment=“Jump for icmp input flow” jump-target=
ICMP protocol=icmp
add action=drop chain=input comment=
“Block all access to the winbox - except to support list” dst-port=8291
protocol=tcp src-address-list=!support
add action=jump chain=forward comment=“Jump for icmp forward flow”
jump-target=ICMP protocol=icmp
add action=drop chain=forward comment=“Drop to bogon list” dst-address-list=
bogons
add action=add-src-to-address-list address-list=spammers
address-list-timeout=3h chain=forward comment=
“Add Spammers to the list for 3 hours” connection-limit=30,32 dst-port=
25,587 limit=30/1m,0:packet protocol=tcp
add action=drop chain=forward comment=“Avoid spammers action” dst-port=25,587
protocol=tcp src-address-list=spammers
add action=accept chain=input comment=“Accept DNS - UDP” port=53 protocol=udp
add action=accept chain=input comment=“Accept DNS - TCP” port=53 protocol=tcp
add action=accept chain=input comment=“Accept to established connections”
connection-state=established
add action=accept chain=input comment=“Accept to related connections”
connection-state=related
add action=accept chain=input comment=“Full access to SUPPORT address list”
src-address-list=support
add action=drop chain=input comment="Drop anything else! "
add action=accept chain=ICMP comment=
“Echo request - Avoiding Ping Flood, adjust the limit as needed”
icmp-options=8:0 limit=2,5:packet protocol=icmp
add action=accept chain=ICMP comment=“Echo reply” icmp-options=0:0 protocol=
icmp
add action=accept chain=ICMP comment=“Time Exceeded” icmp-options=11:0
protocol=icmp
add action=accept chain=ICMP comment=“Destination unreachable” icmp-options=
3:0-1 protocol=icmp
add action=accept chain=ICMP comment=PMTUD icmp-options=3:4 protocol=icmp
add action=drop chain=ICMP comment=“Drop to the other ICMPs” protocol=icmp
add action=jump chain=output comment=“Jump for icmp output” jump-target=ICMP
protocol=icmp
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
add action=dst-nat chain=dstnat dst-port=80 protocol=tcp to-addresses=
10.0.0.2 to-ports=80
add action=dst-nat chain=dstnat dst-port=3389 protocol=tcp to-addresses=
10.0.0.5 to-ports=3389
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set sctp disabled=yes
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/ip upnp
set allow-disable-external-interface=yes enabled=yes
/ip upnp interfaces
add interface=bridge1 type=internal
add interface=ether1 type=external
/lcd
set backlight-timeout=never default-screen=stats read-only-mode=yes
touch-screen=disabled
/lcd interface pages
set 0 interfaces=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,sfp1
/system clock
set time-zone-name=America/New_York
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
I also have a hAPac2 that seems to have the same issues… It HAS to be in the config somewhere but I can’t seem to nail it down… Any help is appreciated!!
Thanks,
Keith