-
Notifications
You must be signed in to change notification settings - Fork 32
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
Stuck at Bringing WireGuard up #25
Comments
Hey! |
I am not exactly sure. and then I did ./wush serve and it gave me an auth key and when I tried to add a random file to , using wush cp if I remember correctly (Edit: edited the errors into comment below for better clarity) |
then it just said bringing wireguard up on my device from which I was trying to send file from as a trial (it has root access) On my non rooted device behind nat on which I ran wush serve and on my device it showed (I have changed some data since I was not sure if that has personal information or not but still) On my rooted device from which I was trying to send file it wush cp random.file and then it just keeps on loading (> 5 -10 minutes) and it doesn't show up any errors but its clearly not working) |
hey any updates regarding this ? |
Hey @SerJaimeLannister, are you able to run
This should let us know where it's hanging |
Thanks for the additional info. Could you confirm what os/architecture |
I may have fixed this in #47. Going to push a new release. Let me know if you're still seeing issues with the new version. |
Both the devices are on linux One of the devices is behind a nat |
Hello I have tried it again on multiple servers behind nats and I have also installed the latest version and its unfortunately still not working. |
To me it seems that tailscale servers are blocked on the servers , though this is only a hypothesis |
Hey any updates , this means rather lot to me |
Hello I was thinking of creating a multi platform application on wush (just thinking , I liked magic wormhole but its golang library was a bit rough and I really liked golang and like your project's approach)
On offtopic I was the author to (https://news.ycombinator.com/item?id=38876954) so I have had a keen interest in this space
Since wush uses wireguard and wireguard needs root access , I found that there is this wireguard compliant non root alternative called wiretap (https://github.com/sandialabs/wiretap)which could allow the server to run rootlessly and also wireproxy (https://github.com/pufferffish/wireproxy)
which could connect to clients rootlessly (or maybe wiretap can do that as well)
Anyhow adding this support could be really interesting
I did somewhere hear that tailscale can be configured in a non rootless device as when I was looking at wireproxy and the likes. some people said that something like this could work directly in headscale , so please look into that as well..
I hope that you could look into these matters.
The text was updated successfully, but these errors were encountered: