You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm having some trouble connecting to the new peer. After creating a new peer, I can't connect to it until I restart the docker container or use the route add command. Can you help?
An example of my config:
From the example config you provided, everything seems to be set up correctly. However, to provide a more precise answer, it would be great to have a bit more context about your setup, especially regarding how you're integrating WGRest within your Docker environment.
Based on what you've described, this sounds like it might be an issue related to Docker's network configuration rather than a problem with WGRest or WireGuard itself. When you create a new peer, it's possible that the necessary network routes are not being automatically updated within the Docker container, hence the need to either restart the container or manually add the route.
A few things to check or try:
Ensure that the Docker container's network mode is correctly configured to handle the WireGuard VPN traffic.
Check if there are any specific firewall rules or network policies within Docker that might be blocking the new connections.
Review Docker's logs to see if there are any errors or warnings when you add a new peer.
Hi. I'm having some trouble connecting to the new peer. After creating a new peer, I can't connect to it until I restart the docker container or use the route add command. Can you help?
An example of my config:
The text was updated successfully, but these errors were encountered: