Hey peeps! I did a port scan of my Raspberry Pi 3, and I saw that I have TCP 8022 open. I google the port and saw that it’s commonly associated with oa-system. I looked up the IANA specs for the port, and all they said was oa-system. I’ve attached a list of running services too, so hopefully that narrows down the list of possibilities, since running a curl on the port just gave me a 404. It seems the initialism is too common to be easily googled. Do any of you know what service 8022 is associated with in this instance?
System info: I’m running the latest osmc image for my Raspberry Pi 3, and hardly any additional packages.
The scan:
nmap 10.0.0.*
#snip
Nmap scan report for 10.0.0.204
Host is up (0.0065s latency).
Not shown: 994 closed ports
PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
139/tcp open netbios-ssn
445/tcp open microsoft-ds
8022/tcp open oa-system
8080/tcp open http-proxy
Nmap done: 256 IP addresses (6 hosts up) scanned in 41.13 seconds
Here’s what I got from a curl:
james@ubuntu-laptop:~$ curl osmc.local:8022
HTTP/1.0 404 Not Found
Server: BaseHTTP/0.3 Python/2.7.9
Date: Sat, 12 Nov 2016 22:32:53 GMT
This raises the question then, do the addons run under the kodi process?
I searched in the addons folder and found a settings.xml for the Notify Addon that specified port 8022.
I changed the config so it defaulted to 8023, restarted kodi, and then it just disappeared, even after putting config back. So I guess I broke it. Oh well, mystery solved haha. Thanks folks!