zerotier / pylon

SOCKS5 Proxy to and from your LAN and ZeroTier Network
https://zerotier.com
Mozilla Public License 2.0
22 stars 0 forks source link

Please include instructions of what it is and how to use it #16

Open numfin opened 2 months ago

numfin commented 2 months ago

Sorry for writing here, since I don't see GitHub “discussions” page.

Currently, it's unclear on how to use pylon. From what I understood, it helps to access other zerotier devices without installing zerotier client.

But i didn't figure out how to do it:

Am i doing something wrong?

inzi commented 2 days ago

I really can't tell from the documentation either. Do we run the reflect and refract?

For instance, I have a zerotierone client on a router that's using t-mobile business 5g - which means, no UDP.

Peers tells me it relaying via TCP to other nodes on my network. At least, I am pretty sure that's what it's telling me - I see leaf relay entries, and planet direct entries.

Thus, I spun up a docker instance on linode to try and get everything going through my own pylon. Followed the directions and got it setup, I think?

If I do a netzero-cli info -j, I see my node's information, and config.settings allowTcpFallbackRelay is true, forceTcpRelay is true, and tcpFallbackRelay is the IP of my linode on port 443.

so... now what? How do I secure my linode box so only my network reflects off of it?

Is the point to start both reflect, and refract, so tcp traffic from my client via t-mobile hits the reflect, which connects to the refract, the pipes the data onto my network?

I get that it's a socks5 proxy, but how to implement is vague. I'm going to dig around and see if there are forum posts or something that describe this.