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

Dynamic DNS #184

Open
stonier opened this issue Oct 1, 2013 · 4 comments
Open

Dynamic DNS #184

stonier opened this issue Oct 1, 2013 · 4 comments
Milestone

Comments

@stonier
Copy link
Member

stonier commented Oct 1, 2013

This is an action in the wireless disconnection policies.

This is to handle the case when clients go down and get provisioned with a new ip. It also makes the ROS_IP configuration far easier.

@stonier
Copy link
Member Author

stonier commented Oct 18, 2013

Looking at dns servers to handle this. Particularly dynamic dns servers. That way every computer has a name, and even if the ip changes underneath, the rest of the system keeps resolving the ip from the same name.

@stonier
Copy link
Member Author

stonier commented Oct 19, 2013

These apparently can also do split nameserving. i.e. other computers get the external ip, while the local computer itself gets 127.0.0.1.

@stonier
Copy link
Member Author

stonier commented Oct 19, 2013

Bind and dnsmasq are commonly setup to do dynamic dns serving. However all the tutorials involve bind + dhcp servers. When the dhcp server dishes out an ip, it notifies and updates bind directly.

We don't have control over the dhcp server to configure it like this.

Surely though, other people are in the same situation? We are effectively looking for dyndns on the lan.

@piyushk
Copy link
Collaborator

piyushk commented Nov 8, 2013

This seems to be a simple web-authenticated methodology for achieving DDNS: http://andrwe.org/linux/own-ddns

I might give it a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants