Community discussions

MikroTik App
 
satcom
just joined
Topic Author
Posts: 23
Joined: Sat Jun 28, 2014 8:10 am

ipone and sonos

Sat Apr 03, 2021 10:30 am

Hi.
Can somebody help.
I have mik Rb951-ui setup as router, standard wifi configuration, when my customer thray to connect Sonos and Iphone together, from some reason refuse to connect together.
When customer through app in one moment connecting Sonos, I see Sonos on network, but from some reason app on Iphone don't want to do final step. It stuck on final step and don't want to connect with Sonos.
Please can somebody help.
Thanks in advance
 
erlinden
Forum Guru
Forum Guru
Posts: 1900
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: ipone and sonos

Sat Apr 03, 2021 11:54 am

It would help if you share your configuration (using code tags, the brackets button):
/export hide-sensitive file=anynameyoulike
 
satcom
just joined
Topic Author
Posts: 23
Joined: Sat Jun 28, 2014 8:10 am

Re: ipone and sonos

Sat Apr 03, 2021 12:09 pm

It would help if you share your configuration (using code tags, the brackets button):
/export hide-sensitive file=anynameyoulike
What You want to export, all configuration or only wifi?
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 18958
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: ipone and sonos

Sat Apr 03, 2021 3:17 pm

All of the config, many items have interdependencies and only showing bits and pieces is not usually fruitful.
 
satcom
just joined
Topic Author
Posts: 23
Joined: Sat Jun 28, 2014 8:10 am

Re: ipone and sonos

Sat Apr 03, 2021 5:10 pm

OK
Here is my config


# apr/03/2021 16:05:59 by RouterOS 6.45.4
# software id = QZGY-0KM9
#
# model = 951Ui-2HnD
# serial number = B8570B0E83A0
/interface bridge
add admin-mac=C4:AD:34:43:6D:21 auto-mac=no comment=defconf name=bridgeLocal
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode \
band=2ghz-g/n disabled=no distance=indoors mode=ap-bridge ssid=\
"PALMA II-10" wireless-protocol=802.11 wmm-support=enabled
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
mode=dynamic-keys supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.10.2-192.168.10.100
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridgeLocal lease-time=\
1w10m name=dhcp1
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether2
add bridge=bridgeLocal comment=defconf interface=ether3
add bridge=bridgeLocal comment=defconf interface=ether4
add bridge=bridgeLocal comment=defconf interface=ether5
add bridge=bridgeLocal interface=wlan1
/interface wireless cap
set bridge=bridgeLocal discovery-interfaces=bridgeLocal interfaces=wlan1
/ip address
add address=192.168.10.1/24 interface=bridgeLocal network=192.168.10.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=\
ether1
/ip dhcp-server network
add address=192.168.10.0/24 dns-server=8.8.8.8,1.1.1.1 gateway=192.168.10.1 \
netmask=24
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/system clock
set time-zone-name=Europe/Zagreb
/system identity
set name="MikroTik-Stan 10"
/system leds
set 0 disabled=yes
set 1 disabled=yes
set 2 disabled=yes
set 3 disabled=yes
set 4 disabled=yes
set 5 disabled=yes
/tool romon
set enabled=yes
 
erlinden
Forum Guru
Forum Guru
Posts: 1900
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: ipone and sonos

Sat Apr 03, 2021 9:42 pm

Please do at least the following:
 
satcom
just joined
Topic Author
Posts: 23
Joined: Sat Jun 28, 2014 8:10 am

Re: ipone and sonos

Sat Apr 03, 2021 10:46 pm

Please do at least the following:
Well, I change the wifi configuration only because I try to see if ipone and Sonos will connect. I all ready have configure channel 6 and 20Mhz
Only what is left is upgrade. Personaly I don't think this will help.
 
erlinden
Forum Guru
Forum Guru
Posts: 1900
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: ipone and sonos

Sat Apr 03, 2021 11:07 pm

Funny as there is no channel configured according to your export.
In regards to the RouterOS version...it is old and should not be used from security perspective.

Did you miss the WPA security setting remark?
 
satcom
just joined
Topic Author
Posts: 23
Joined: Sat Jun 28, 2014 8:10 am

Re: ipone and sonos

Sun Apr 04, 2021 10:57 am

Funny as there is no channel configured according to your export.
In regards to the RouterOS version...it is old and should not be used from security perspective.

Did you miss the WPA security setting remark?
Yes, I see the export config, maybee is problem because this Rb951-ui whose setup as CAP, I try to configure in Capsman client to client forwarding, but no luck, then I remove from Capsman and configure as router, but I configure channel and bendwidth.
How is possible that export not show those configuration.?
Thanks in advance
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 18958
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: ipone and sonos

Mon Apr 05, 2021 5:37 pm

Update the firmware and to get your network going, dont use capsman (at least for now), and it only adds complexity to a config and more work for the router and IMHO not worth it unless one has many access points. Talk less update more! ;-)
 
bnet1978
just joined
Posts: 1
Joined: Sun Jul 19, 2020 5:28 am

Re: ipone and sonos

Sat Apr 24, 2021 2:01 pm

I have Sonos on one of my networks and Iphones links perfectly without problem, just make sure they on the same network, check DHCP that it release IP address to Sonos and that it must be the same subnet as your users who want to use it.
Also if running hotspot put Sonos in IP-Binding.

Other location I cannot link cause everyone is on different VLANs (Children & Parents) different firewall rules. So just the parents' subnet can play Sonos the kids not.
Last edited by bnet1978 on Sat Apr 24, 2021 2:05 pm, edited 1 time in total.

Who is online

Users browsing this forum: viesturs and 30 guests