Questions tagged [tinydns]

Tinydns is a small, authoritative DNS server written by Daniel J. Bernstein

22 questions
0
votes
3 answers

Tinydns data file change ip with bash

I am using tinydns and need to dynamicly change some ip in data file. I want to use bash script for it. For example data…
Andrei Nikolaev
  • 85
  • 1
  • 2
  • 5
0
votes
1 answer

Tinydns create a seperate A-Record for "www" and for my root domain

I am having issues understanding how I should adapting the following configuration for tinydns so that the A-Records for "www" and for my root domain. "www" pointing to 199.34.228.100. root domain pointing to 199.34.228.100. This would leave the…
John Magnolia
  • 1,613
  • 6
  • 27
  • 44
0
votes
3 answers

Need Help Setting up TinyDNS

I recently successfully installed TinyDNS on my CentOS server. I have followed these examples and guides here, here, and here. The issue is that I am unable to nslookup/ping any domains I setup in the data file for TinyDNS. I have 2 name servers…
qroberts
  • 285
  • 1
  • 4
  • 20
0
votes
3 answers

DNS server for fake domain, for internal testing usage only (on Linux)

Let's say that I have several machines (or VMs) on an internal (10.0 or 192.168 class) LAN, that need to communicate with each other, but instead of configuring a somewhat dynamic, tedious to keep updated /etc/hosts file (as new VMs get added every…
bdutta74
  • 163
  • 1
  • 7
-1
votes
1 answer

What could be causing slow DNS lookups for domains that I host the DNS for?

I currently host a TinyDNS server that serves DNS requests for all domains with nameservers that point to the server. The data configuration file is: . +*:1.2.3.4 with 1.2.3.4 being the IP of the server. It's intended to be a wildcard DNS server…
Axsuul
  • 101
  • 1
  • 3
  • 12
-1
votes
2 answers

Adding MX records to DNS

Let's say I have a Computer A which is running postfix, Computer B is running tinydns. On domain project.domain.com I'm running httpd server and on the other server with DNS (tinydns) have entries like =project.domain.com:1.2.3.4:86400 and…
Teddy
  • 111
  • 2
  • 4
-7
votes
1 answer

How to add CNAME in tinydns for reset gmail password?

I want to reset my gmail password ( I added my domain on google app ). In this link http://support.google.com/a/bin/answer.py?hl=en&answer=112038 Google says too add Reset the administrator password CNAME too my domain How I can add this CNAME on…
1
2