When trying to switch webhosts recently, I routed my domain root to a CNAME entry in DNS. I figured since mail was handled via MX records, it would be unaffected. Today, the postmaster returned a delivery delayed to <myusername>@<cname-value> instead of my actual email address. Do CNAME entries trump MX records in DNS, or is … Read More “CNAME question” »
Category: Non classé
I’m looking for a way, preferably that runs in a unix-like environment that can do a recursive lookup and then manipulate the answer, for instance, replace something in ip-number. For instance: 1 – Client looks up yada001.hello.local 2 – The clients selected recursor asks a DNS server that returns yada001.hello.local: 10.10.10.5 3 – A rule … Read More “Rewrite answers from the recursor?” »
So some people where I work need to visit another organization’s cloud hosted sharepoint.com site. But when they attempt to visit this site, they are failing, and on my bind 9.9.5 DNS server I am getting a SERVFAIL. # dig sharepoint.com @127.0.0.1 ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> sharepoint.com @127.0.0.1 ;; global options: +cmd ;; Got … Read More “cname at zone apex breaks dnssec: sharepoint.com” »
submitted by /u/trs21219 [link] [comments] Powered by WPeMatico
I’m relying on zonetransfers and notifications, and I try to create a zone using pdnstutil, for instance: pdnsutil create-zone megacorp.com.ru.whatever. someshadyns01.sometld This will create a native zone. I can’t find any way to actually create a master zone from the shell. Its a bit tedious to have to run sql queries and set them to … Read More “PowerDNS 4 and pdnsutil – only creates native zones?” »
submitted by /u/Humpsel [link] [comments] Powered by WPeMatico
submitted by /u/pbmcsml [link] [comments] Powered by WPeMatico
Anyone using it? Is it for real – that you can only add 5 Record types. No TXT, no SRV and so on?! submitted by /u/faxattack [link] [comments] Powered by WPeMatico
I’m trying to troubleshoot an existing system and am unclear what happens here. IN DNS there is one service pointing to two servers with same priority and weight. How are queries/connections managed/balanced? Do all go to one or is there a logic for this? For example : _service._on.my.host 60 IN SRV 0 100 5063 a.host … Read More “Multiple SRV same priority and Weight – what happens?” »
submitted by /u/ISO1000000 [link] [comments] Powered by WPeMatico