|
Hello.
Is it possible to configure microsoft DNS server (widows server 2008+) to use Microsoft SQL as a data source for DNS data? Is it any guides available?
Started by Eye of Hell on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
There are lots of good DNS server libraries for many languages out, delete, etc.) with DNS....
You could use DNSCMD BIND for that matter.
Functionality by using Powershell to access AD stored DNS in Server 2008 and later.
|
|
When dynamic DNS is configured, I am wondering which DNS servers do the client computers attempt to register their name with. Do they only register with their configured DNS server or does the client query for NS records on its configured domain and contact...
Started by DLux on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If your DNS server are domain controllers and the zones are Active-Directory integrated/DNS, you just need to promote the server and enable the DNS service on it, and it will get an always, they will be automatically....
|
|
Hi,
I'm going to be moving servers (and hosting providers) soon. Currently all the DNS admin is handled by thePlanet (our current hosting company). The server will be moved to rackspacecloud and I would like to use there DNS admin in order to close my...
Started by benjisail on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
At any rate, you will need to set up new servers first, get....
If you have DNS service paid for and can use it seperately from the rest of thePlanet services, you should be able to use thePlanet DNS to point to your new servers.
|
Ask your Facebook Friends
|
This is a small local net with 10 computers in an office, they are running ms server 2003 active directory with 2 domain controllers. Each of the 2 DCs is also a DNS server and they syncronize. There are no more than these 2 DCs and 8 client machines ...
Answer Snippets (Read the full thread at serverfault):
Way back when from my 2003 Server classes your.
127.0.0.1 will never change and will always point to the right ressource so you can just leave this as is .
Changes, the DNS resolution may be broken.
|
|
I'm currently running Server 2003 Standard in my home network. I use its DHCP and DNS services for my home network.
I just signed up for the Microsoft Website Spark program where I get a free copy of Windows Server 2008 Web Edition (does not support DNS...
Started by rockinthesixstring on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Set up Bind as the DNS server and a dhcp server 255.255.255.240 ....
I'm going to go way out on a limb here but if you need a "free" dns and dhcp server and you have an extra computer you should try Ubuntu Server.
|
|
All of our DNS servers (Win2003/2008) keep reporting this error over and over, once a day. DNS is otherwise working fine. It's simply annoying at this point, but I'd love to get rid of it (it's clogging our monitoring tools). I have verified that the ...
Started by Matt Rogish on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Uncheck "Register in DNS" for all but ONE static IP, that way the server will only use the one IP for ADDoes the server have more than one network interface card? Are any of them DHCP-enabled? If there are more than one NIC, only....
|
|
Is there a way to run multiple DNS server instances on the same Windows 2003 installation? We have to support multiple development teams coding in separate environments using the same server names that resolve to different IPs depending on the team.
These...
Started by Null on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
On some of the PCs so that they resolve the way you want them to without going to the DNS server://support.microsoft.com/kb/304491
What you need is "split horizon" or "split brain" DNS, which Windows Server 2003 DNS....
|
|
Is there some API that I can use to build a simple DNS server, preferably in Java? All I want my DNS server to do is answer with the same IP address for any request.
Started by TripShock on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Once you've to get unfamilar DNS records....
server returning the same IP address to every request, you can use Simple DNS Plus with the "Fixed IPThe DNS protocol is fairly simple, all you need is the ability to catch UDP requests.
|
|
LEt's say I want to have a subfolder called- http://www.foo.com/news/ but I actually want that news folder on a different server. I realize it can be done easily with subdomains, but I was really hoping for the subfolder thing.
Is it possible? How?
Answer Snippets (Read the full thread at stackoverflow):
DNS doesn't have any knowledge of URLs or folders so your....
DNS resolution happens at the domain level.
There should be something similar available to use in whatever web server you are using.
This is assuming your are using IIS.
|
|
How can I change my DNS server from the Terminal on Mac OS X? [I need this because my DNS is not working correctly with my VPN. Sometimes it's using the DNS for my main connection, and sometimes it's using the DNS specified for the VPN (which it should...
Started by Yar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Swapping your DNS servers in where appropriate:
> open > d.init > d.add ServerAddresses * 8.8.8.8 9.9.9.9 > set State:/Network/Service/PRIMARY_SERVICE_ID/DNS > quit
Instead of using 8.8.8.8 and 9.9.9.9 use your ....
|