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

Success report #12

Open
tarasglek opened this issue Feb 19, 2023 · 0 comments
Open

Success report #12

tarasglek opened this issue Feb 19, 2023 · 0 comments

Comments

@tarasglek
Copy link

I got this to work. I been looking for a small tool to initiate native hole-punch wireguard connections on openwrt. tailscale & friends take up too much resources and reduce throughput a fair bit. This is the most minimalistic tool I found so far.

natpunch-go works great for hole-punching. However I find that I can only initiate 1-to-1 wireguard networks. If i have 2 nodes connecting to same wireguard network, only one of the connections is accepted by my NAT.

Would appreciate some notes on how to build this for openwrt in readme. Some examples:

GOARCH="amd64" GOOS="linux"  go build -ldflags="-s -w"
GOARCH="arm64" GOOS="linux"  go build -ldflags="-s -w"
GOARCH="mips" GOMIPS=softfloat  GOOS="linux"  go build -ldflags="-s -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant