Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I saw some errors and wanted to know what they meant and if there was an impact #180

Open
hudson-s opened this issue Nov 29, 2024 · 1 comment
Labels
type: question Further information is requested

Comments

@hudson-s
Copy link

No Permission or Channel exists for 10.0.0.66:47104 on allocation 10.0.0.66:58632 (suppressed 175 log events)
file_client.go:214: config-file-client WARNING: Waiting for config file "etc/stunnerd/stunnerd.conf"

@rg0now
Copy link
Member

rg0now commented Nov 29, 2024

These are two errors:

This is the uglier one and indicates either a NAT/firewall conntrack mapping timeout or a weird violation of the TURN standards on the client side. If, however, your connections are working fine then you can safely ignore this.

No Permission or Channel exists for 10.0.0.66:47104 on allocation 10.0.0.66:58632 (suppressed 175 log events)

This one shouldn't ever happen: this error shows that STUNner cannot load the configuration from a file but we stopped using the file-based config system about 2 years ago. Please check your install and re-install STUNner properly:

 file_client.go:214: config-file-client WARNING: Waiting for config file "etc/stunnerd/stunnerd.conf"

@rg0now rg0now added the type: question Further information is requested label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants