Firewall is blocking the receiver port 22809

Chris.G

Member
Joined
Apr 25, 2024
Messages
15
I have noticed that my Unifi firewall between the WiiM Pro (IoT-Vlan) and the WiiM App (LAN) is blocking the receiver port 22809. Does anyone have any idea what it is?
 
I don't run Unifi firewall but lots of their routers/switches/WAPs. Assuming that your IOT-VLAN has some ruleset applied, I'd have a close read of these Unifi pages to compare with your setup. You may be triggering some behaviour that is considered helpful, but isn't for your use case.
 
I don't run Unifi firewall but lots of their routers/switches/WAPs. Assuming that your IOT-VLAN has some ruleset applied, I'd have a close read of these Unifi pages to compare with your setup. You may be triggering some behaviour that is considered helpful, but isn't for your use case.
That's not the problem, I just wanted to know what port 22809 is for. Because I couldn't find a hint anywhere.
 
That's not the problem, I just wanted to know what port 22809 is for. Because I couldn't find a hint anywhere.
Ahh...no clue on this either.

Just nmap'ed my WiiM Amp:
Code:
PORT      STATE SERVICE
443/tcp   open  https
7000/tcp  open  afs3-fileserver
8008/tcp  open  http
8009/tcp  open  ajp13
8443/tcp  open  https-alt
9000/tcp  open  cslistener
10001/tcp open  scp-config
49152/tcp open  unknown
 
High number ports are usually the the outgoing connection to something or other e.g. a device might open 22809 temporarily in order to receive something back from 443 (https).
 
High number ports are usually the the outgoing connection to something or other e.g. a device might open 22809 temporarily in order to receive something back from 443 (https).
Good thought. You're probably thinking of dynamic ports which are in the range 49152 to 65535.

22809 would still be a fixed port. So it would have a defined purpose.
 
Good thought. You're probably thinking of dynamic ports which are in the range 49152 to 65535.

22809 would still be a fixed port. So it would have a defined purpose.
Possibly but I am not aware of 22809 having a known purpose and nor does Google who usually knows.
 
Possibly but I am not aware of 22809 having a known purpose and nor does Google who usually knows.
Right, but lots of consumer devices have static ports that are custom. It still has a defined purpose but not disclosed. It happens.
 
Did anyone ever figure out what this port is used for? I see that the WiiM devices (IoT network) try to connect to my iPhone (trusted network) on port 22809.

Seems to trigger whenever I link devices and when I play Spotify with the WiiM amp open. I'm sure it serves a useful purpose, just wish it was documented!
 
I think it could be related to either MFI-Config or LinkPlay (WiiM) through mDNS, but can't remember their respective ports. I have enabled mDNS Proxy since it became available in UniFi Network Application.
Have added some additional services in order to communicate/adjust settings on the WiiM (Pro Plus) in the WiiM Home app from another VLAN. WiiM is on a different VLAN, with the ability to only respond to specific requests from specific devices on main VLAN. mDNS Proxy was a great way to further reduce the number of things that needed to be possible to transverse through mDNS (though "pure" IoT devices have their own, isolated VLAN with no transversal between VLANS or between the devices themselves).

I've attached a screenshot of my current mDNS Proxy setup, with the manual ones added at the top right.

You could also check with the WiFiman utility, when signed in at the Ui account in the app, and enabled WiFiMan in Network Application. Then go to Discovery, and find the specific device and have a look under ports/services.
 

Attachments

  • mDNS Proxy settings UniFi.PNG
    mDNS Proxy settings UniFi.PNG
    234.9 KB · Views: 4
Back
Top