This message was deleted.
# rancher-desktop
a
This message was deleted.
a
Currently lsof returns:
Copy code
Robertos-Mac-Pro-2 ~ % sudo lsof -i -P | grep :80
Password:
launchd       1            root   57u  IPv6 0x3bf7b9665f1e00dd      0t0    TCP localhost:8021 (LISTEN)
launchd       1            root   58u  IPv4 0x3bf7b953330eb9e5      0t0    TCP localhost:8021 (LISTEN)
launchd       1            root   59u  IPv6 0x3bf7b9665f1e00dd      0t0    TCP localhost:8021 (LISTEN)
launchd       1            root   60u  IPv4 0x3bf7b953330eb9e5      0t0    TCP localhost:8021 (LISTEN)
ssh       22034 robertomachorro   50u  IPv4 0x3bf7b95332ac09e5      0t0    TCP *:80 (LISTEN)
This is what is different:
@fast-garage-66093 I assume those are SSH tunnels that are forwarding to Traefik?
f
Probably, yes. But those are closed ports just lingering; they are no longer listening for new connections.