Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic

should linode support own dns server not just for linux ?
Poll ended at Tue Aug 13, 2013 6:00 am
yes  0%  [ 0 ]
no  100%  [ 3 ]
Total votes : 3
Author Message
PostPosted: Fri Jun 14, 2013 6:00 am 
Offline
Newbie

Joined: Fri Jun 14, 2013 5:04 am
Posts: 4
i like to know if there is others that have problem to use 127.0.0.1 as dns server on there linode hosts ?

with dhcp it will use linode public dns, but that will not work for me since i query non free dns servers that linode does not pay for, thats why i like to use localhost with is free

as it is now this is a show stopper for me, and i think about why none other have seen this as a problem that should be solved so clients can select linode public dns, and localhost own dns server, networking admins i work with says its the way to go with non forwarding dns querys, forwarding breaks dnssec, and there is possible more that does not work that i do not know of yet

with gentoo i have /etc/conf.d/net

modules="iproute2"
config_eth0="176.58.121.172/24 2a01:7e00::f03c:91ff:fe69:4ef7/128"
routes_eth0="default via 176.58.121.1 default via 2a01:7e00::"
dns_servers="127.0.0.1"
dns_search="mydomain.example.org members.linode.com"
dns_domain="mydomain.example.org"

after rebooting ping and ping6 works, linode admins can ping my host ips just fine

but not all daemond start :(

eg dovecot started after boot, but i could not restart it without fails, and after boot i was not able to start apache, gentoo belived network is down and would like to start it, with fails since it is started, hmm

if i turn over to dhcp then all works except it does not use my own bind :(

how do i resolve it ?


Top
   
PostPosted: Fri Jun 14, 2013 6:13 am 
Offline
Senior Member

Joined: Mon Aug 29, 2011 2:34 am
Posts: 77
This will stop DHCP from overwriting /etc/resolv.conf:

Code:
dhcp_eth0="nodns"


Your routes_eth0 line is incorrect, and should be this (if you choose to stay with static networing):

Code:
routes_eth0="default via 176.58.121.1
default via fe80::1"


Because routes require multi-word specifications, they have to separated by newlines, or oldnet can't figure out what you mean. In addition, the default gateway for IPv6 in all facilities is fe80::1.

Linode's resolvers do full recursion, validate DNSSEC information as they perform lookups, and do not return A/AAAA records that shouldn't exist, unlike, for example, OpenDNS, which sends you to their ad-ridden search page.

-Doug


Top
   
PostPosted: Fri Jun 14, 2013 7:04 am 
Offline
Newbie

Joined: Fri Jun 14, 2013 5:04 am
Posts: 4
i think i got it working now, will test it more closely, it seems that i have ram usage problems even top says i have not used whole ram ?

i will take this with linode, the gentoo side is now working, but my daemons is not running like i wanted

i had forgot the dhcp_eth0="nodns" fokused more on dhcpcd client :)


Top
   
PostPosted: Mon Jun 17, 2013 4:57 pm 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
Running your own resolving DNS server on a Linode is fine, I've done it for years. But it's a bit pointless to waste your resources on something that Linode will run for you for free. Plus it puts some extra load on the root DNS servers. Not much, but some.

What are these 'non free dns servers' you mention?


Top
   
PostPosted: Mon Jun 17, 2013 10:23 pm 
Offline
Newbie

Joined: Fri Jun 14, 2013 5:04 am
Posts: 4
sednet wrote:
What are these 'non free dns servers' you mention?


http://www.uribl.com/faq.shtml#q5

if 127.0.0.1 is down i have another problem


Top
   
PostPosted: Fri Jun 21, 2013 2:16 pm 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
127.0.0.1 is localhost, if that's "down" then you've managed to completely mess up your entire networking stack...


Top
   
PostPosted: Fri Jun 21, 2013 2:45 pm 
Offline
Newbie

Joined: Fri Jun 14, 2013 5:04 am
Posts: 4
nope then i properly just running ipv6 only :)

::1 is independic of 127.0.0.1

na no more fun for today


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group