Tagged Questions

15
votes
10answers
40k views

How do I get a list of all subdomains of a domain? [closed]

I want to find out all the subdomains of a given domain. I found a hint which tells me to dig the authoritative Nameserver with the following option: dig @ns1.foo.bar some_domain.com axfr But this ...
2
votes
2answers
421 views

DNS: Do the NS names set for a zone have to match the NS names reported by the upstream TLD servers?

I've noticed that several service providers are operating DNS services for their clients' domains with NS names set for the zone and returned by the authoritative name server (in authority section / ...
1
vote
0answers
30 views

Python: Getting Local Nameserver information from Windows 95/XP/7

I'm trying to get local nameserver information for a reverse DNS lookup. In Linux I can parse the resolv.conf file. How do I get the same information for Windows programmatically using Python? What ...
1
vote
1answer
149 views

How can I change/add a CNAME entry with PHP?

Hello I am planning in renting a couple of servers for our next project, and I was wondering if any kind of provider is offering something like a nameserver API to be able to change or add CNAME ...
1
vote
2answers
744 views

Permanently remove nameserver from /etc/resolv.conf

When my Ubuntu 10.10-64bit machine starts up the top of /etc/resolv.conf is: # Generated by NetworkManager domain Dynex search Dynex nameserver 192.168.2.1 With this configuration my DNS is very ...
1
vote
1answer
457 views

Programmatically Changing NameServer in Windows TCP/IP

I am building a VPN application where I need to set DNS server programmatically. I am changing NameServer parameter in the registry (in ...
1
vote
4answers
746 views

How does my shared host's nameserver resolve http://servername.com/~username/ to my top level domain?

I recently moved my website to a shared hosting solution at asmallorange.com, but I had to set my domain to use their provided nameservers in order for the site to properly resolve. I was determined ...
0
votes
2answers
21 views

BIND config error in ip/nameserver

I setup a couple of nameservers and updated my domain to use them, and as far as I can tell everything went fine and the nameservers have been updated, or so says every whois and dnstools type site ...
0
votes
2answers
72 views

GUI for name/dns server on Ubuntu [closed]

I'm currently running Plesk, which is rather expensive, just for name server and dns server. I've read a lot abount BIND and tried to play with it. I've also tried out ProBIND as a GUI for BIND, but ...
0
votes
0answers
50 views

How to get website IP address from nameserver?

I have a question. When client signup for hosting the hoster will usually provide 2 nameserver. Let's call it ns1.example.com and ns2.example.com Client have a domain with namecheap.com - a domain ...
0
votes
1answer
234 views

dns timeouts - resolv.conf wrong?

i have a question concerning the correct setup of debian's resolv.conf file. i have 3 domains: a-domain.com, b-domain.com and c-domain.com the server has a static IP. do i have to add ...
0
votes
2answers
108 views

My dns works when I do a “dig @mynameserver hostname” but not when I do a “dig hostname”

My nameserver isn't working properly, and I can't figure out why. When I do a 'whois cfconsulting.ca', it shows the correct nameservers, with ns1.signupsystems.com being the primary. If you do a "dig ...
-1
votes
0answers
15 views

How A Record is created when I only Change NS record

As per my understanding : NS Record : handles the DNS queries for a domain name . A Record : points the domain name to a host ( ip ) Mx Record : handles emails . Now Question is , When I ...
-1
votes
1answer
51 views

Cannot access my web server [closed]

I just subscribed for shared hosting plan on ASPHOSTCENTRAL. I changed my Domain settings and pointed to the name servers as they said(10hrs ago). Since then I've been trying to access my website's ...