From 63f8a5d7b686fd2a7bdb105bcf865f1a7ac119fb Mon Sep 17 00:00:00 2001 From: jebba Date: Fri, 4 Feb 2022 18:51:04 -0700 Subject: [PATCH] every car should connect to Microsoft ? --- docs/BUGS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/BUGS.md b/docs/BUGS.md index cb271df..cf09b44 100644 --- a/docs/BUGS.md +++ b/docs/BUGS.md @@ -25,3 +25,20 @@ drwxrwxr-x 1 comma comma 60 Sep 7 12:37 .config -rw-rw-r-- 1 root root 339 Sep 20 15:01 .vimrc ``` +# Proprietary Connections +The device when running makes connections to Github (owned by Microsoft) +and Microsoft IPs directly. Note, this is post-install, after one reboot: + +``` +root@tici:~# netstat -apnt +Active Internet connections (servers and established) +Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name +tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 3821/systemd-resolv +tcp 0 0 0.0.0.0:8022 0.0.0.0:* LISTEN 7386/sshd: /usr/sbi +tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 7386/sshd: /usr/sbi +tcp 0 0 192.168.1.100:36654 140.82.114.3:443 TIME_WAIT - +tcp 0 0 192.168.1.100:36802 20.188.93.37:443 ESTABLISHED 46183/selfdrive.ath +tcp6 0 0 :::8022 :::* LISTEN 7386/sshd: /usr/sbi +tcp6 0 0 :::22 :::* LISTEN 7386/sshd: /usr/sbi +``` +