-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dsnet up does nothing #71
Comments
I will take a look, I just bumped all the deps so there might have been something in the old api that was silently broken |
Can you try with |
@naggie I don't see any errors when trying to do |
@botto Sorry if it wasn't clear, but I was su'd to root ( |
Which branch should we be building from? I just did a EDIT: I don't know why
|
Ok, a little more info: I ran the While it may be not working as expected because of some external system thing, there's no information useful for debugging. It'd be nice if it logged an error if it was unable to set up the routing -- right now, it looks like every command is successful. UPDATE Ran the machine as a client, and wg-quick returned The fact that |
Yes, the errors being swallowed I've noticed as well. It's something I'm going to look at improving. |
Quick update: deleting all ipv6 references made everything work. |
Also return the right exit error code when errors are encountered.
Also return the right exit error code when errors are encountered.
Everything from the tutorial seems to have run without hickup, but
dsnet up
doesn't appear to do anything. The WG config generated for a peer was good, and the resultingwg-quick up <config>
command looks good on the peer. However, on node 0 -- where all of the commands to generate the json config, and the peer WG config was created -- no routing is established:No error, but no network and no information for the wg interface, as if it was never set up. I tried
dsnet down
andup
a few times -- always exit code 0, but no change to the routing that I could detect. The wireguard data toggles in and out. I've made sure the 51820 port is open in the firewall (both TCP and UDP).As I said, the WG config for the peer imported into
wg-quick
beautifully and set up the routing correctly.Node 0 is
The text was updated successfully, but these errors were encountered: