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

Document how to use upstream DNS #95

Closed
nicopace opened this issue Mar 31, 2017 · 4 comments
Closed

Document how to use upstream DNS #95

nicopace opened this issue Mar 31, 2017 · 4 comments

Comments

@nicopace
Copy link
Member

When connected to an upstream connection, the DHCP server gives you DNS information.
Implement a way to choose it instead of a fixed one.

@nicopace
Copy link
Member Author

que todos los nodos de una nube resuelvan a traves del DNS que obtuvo el nodo gateway por DHCP. Pero que tambien haya la posibilidad de usar los que estan en /etc/config/lime

@ilario
Copy link
Member

ilario commented Aug 1, 2017

We could even use the one suggested by the ISP by default, why do we set different ones? @p4u @G10h4ck @altergui

@ilario
Copy link
Member

ilario commented Sep 22, 2017

I tested that it's possible to use ISP upstream DNS servers just un-setting the custom ones, so replacing

        list resolvers '4.2.2.2'
        list resolvers '141.1.1.1'
        list resolvers '2001:470:20::2'

with

        list resolvers ''

in /etc/config/lime and running lime-config.
Just deleting the resolvers list from lime file doesn't work as it gets re-generated, to set it empty works.
I verified that the DNS server is the upstream one looking at logread | grep nameserver.
This needs to be documented, at least in lime-example, and implemented in web-ui.

@ilario ilario changed the title Add support for choosing upstream DNS Document how to use upstream DNS Sep 25, 2017
@ilario
Copy link
Member

ilario commented Feb 4, 2018

Fixed by @aparcar in #284

@ilario ilario closed this as completed Feb 4, 2018
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