-
Notifications
You must be signed in to change notification settings - Fork 45
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
Peers can't contact eachother over the network #180
Comments
Hi @Twi, Thank you for openning the issue. I have tried to reproduce and at least I can verify that ICMP connectivity (ping) between the nodes is possible. ![]() How are you verifying this? |
HTTP (TCP) is also possible between the peers |
I am experiencing a similar issue where I have confirmed that each peer can ping the server, but the peers cannot route to each other. I have been able to confirm that each peer can ping the wg server at wg showiptables -Liptables -L output seems similar to the example provided above Peer configurationI have tested multiple types of peers, both running in the cluster and out of the cluster. Behavior is the same for both which leads me to believe that I am facing a server configuration or firewall issue. Peer in same cluster as wg serverHere is one peer's configuration. I am running a Gluetun container as a sidecar
Peer out of cluster
Next stepsI'd like to see if the server is able to route to each peer but the container image that is deployed via the operator is restrictive. Is there a pre-built debugging image available that will host the server and also include debugging tools/permissions? If so, how can I provide the operator with this image? I am using |
I am facing the same issue. From a peer, it is possible to ping the wireguard server The
The ping to peers from the wireguard server is working. |
I made extended analysis on my problem, and it turned out, that no firewall rules allowed connections from the wireguard IP range. The reason was, that I've set the @Twi can you try it with including the wireguard IP range into the |
Describe the bug
I want to create a network such that peers can contact eachother as if they were on the same physical network segment.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Node
rainbow-dash
to be able to ping noderarity
and connect over TCP/UDP/IP.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: