athena.comma.ai ATHENA_HOST 20.188.93.37 microsoft ip

main
jebba 2022-02-04 18:58:11 -07:00
parent 63f8a5d7b6
commit 0fd61df556
1 changed files with 9 additions and 0 deletions

View File

@ -42,3 +42,12 @@ tcp6 0 0 :::8022 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN 7386/sshd: /usr/sbi
```
The process `selfdrive.athena.athenad` is connecting to `athena.comma.ai`
which resolves to `20.188.93.37`.
That code is called here:
* https://github.com/commaai/openpilot/blob/master/selfdrive/athena/athenad.py#L37
To fix that the variable `ATHENA_HOST` will need to be set to a private
cloud, and a server will need to be available there.