After the deployment of derper docker container, I noticed that the built-in stun server seems to be not working. It looks like the stun server only listens to IPv6 [::]:55555, and no reponse is given when I use stun clients to request MY-DOMAIN.com:55555 both in IPv4 and v6.
The firewall rules are ok. The derper server itself works well. Only the stun server is confusing.
logs:
headscale-derper | 2024/11/05 14:24:02 no config path specified; using /var/lib/derper/derper.key
headscale-derper | 2024/11/05 14:24:02 derper: serving on :55557 with TLS
headscale-derper | 2024/11/05 14:24:02 STUN server listening on [::]:55555
After the deployment of derper docker container, I noticed that the built-in stun server seems to be not working. It looks like the stun server only listens to IPv6 [::]:55555, and no reponse is given when I use stun clients to request
MY-DOMAIN.com:55555
both in IPv4 and v6.The firewall rules are ok. The derper server itself works well. Only the stun server is confusing.
logs:
docker-compose.yaml: