On Fri, Apr 29, 2022 at 10:37 AM Matti Kaupenjohann <
matti.kaupenjoh...@fh-dortmund.de> wrote:

> My guacd.service is running with following status output:
>
> ```
>
> ● guacd.service - Guacamole Server
>    Loaded: loaded (/etc/systemd/system/guacd.service; enabled; vendor
> preset: enabled)
>    Active: active (running) since Fri 2022-04-29 14:34:30 CEST; 1h 49min
> ago
>      Docs: man:guacd(8)
>  Main PID: 8285 (guacd)
>     Tasks: 1 (limit: 4915)
>    Memory: 10.0M
>    CGroup: /system.slice/guacd.service
>            └─8285 /usr/local/sbin/guacd -f
>
> ```
>
> I just used the script as aguideline for upgrading my system.
>
> Where do I check which interface guacd is using?
>
>
"ss -tnlp" should show you processes listening on TCP ports - if you see
guacd listening on [::]:4822, then it's listening on IPv6. If you see it
listening on 127.0.0.1, it's on IPv4.

-NIck

>

Reply via email to