-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add flag to support request of static IP only #15
Comments
I know this is an old request, but i noticed that on page: https://sudoroom.org/wiki/Mesh/Makenode it talks about curling: http://secrets.peoplesopen.net with a post request to get a new static mesh ip. What is the best way to get a new mesh ip assignment? I'm connected to tunnel digger but not able to assign the correct ip address to fully access the mesh. |
Hey @jnull. Home nodes curl the meshnode db hosted at secrets.peoplesopen.net to get permanently assigned a /26 subnet from the 100.64.0.1/10 block. Based on our discussions in rocket chat, I believe you are trying to tunnel into the mesh from your computer, ya? In that case, I would just temporarily use a mesh IP towards the end of the 100.64.0.1/10 block, like @paidforby mentioned recently in sudomesh/sudowrt-firmware#153. Exitnodes do not talk to the meshnode database, so you don't need to worry about getting an IP from there. |
if i used /10 it gave me unreachable on the ip route table: https://pastebin.com/ueef1SSk |
@jnull I made a new issue for this, as the one we're currently in is a little off-topic :) see: sudomesh/exitnode#18 |
Needed for anyone that wants to get a static IP assignment for anything other than a home node.
See Externally hosted services
The text was updated successfully, but these errors were encountered: