Domain Name Server (DNS) Changes With Subdomains
I currently have shared hosting, but am getting VPS with another company. I'd like to keep my domains on my original hosting and direct the domains to the new server. I've been reading and it doesn't seem that hard to change for a regular domain. The problem is I don't seem to understand how to do the same for a subdomain. I keep reading about the A record and CNAME, but just don't get it.
Does anyone have any experience with this. Do I just put the IP address for the new server in the A record? I just want to make sure I know what's going on before I order my new hosting and find out it's not possible or something.
I'm also curious if mail, like myname@mydomain.com will continue to work. Or is there something I need to change for this as well.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Wildcard DNS Subdomains Working, But Existing Subdomains Not
I've set up the affiliate manager from jrox.com for a client of mine. This includes the setup of wildcard DNS so that each affiliate can have username.clientssite.com and have it count their clicks - which works properly. What isn't working properly is that he also has forums.hissite.com, which is loading the main website page instead of his forums. He is using cpanel to add the subdomain, and it isn't failing, so I'm not sure what's going on with it. Here is the relative section from the httpd file. Quote: <VirtualHost 74.53.106.146> ServerAlias residualvictory.com ServerAlias *.residualvictory.com ServerAdmin webmaster@residualvictory.com DocumentRoot /home/residual/public_html BytesLog domlogs/residualvictory.com-bytes_log ServerName www.residualvictory.com User residual Group residual CustomLog /usr/local/apache/domlogs/residualvictory.com combined ScriptAlias /cgi-bin/ /home/residual/public_html/cgi-bin/ </VirtualHost> <VirtualHost 74.53.106.146> ServerAlias www.forums.residualvictory.com ServerAlias forums.residualvictory.com ServerAdmin webmaster@forums.residualvictory.com DocumentRoot /home/residual/public_html/forums BytesLog domlogs/forums.residualvictory.com-bytes_log ServerName forums.residualvictory.com User residual Group residual CustomLog /usr/local/apache/domlogs/forums.residualvictory.com combined ScriptAlias /cgi-bin/ /home/residual/public_html/forums/cgi-bin/ </VirtualHost> And the bind file for his domain Quote: ; Modified by Web Host Manager ; Zone File for residualvictory.com $TTL 14400 @ 86400 IN SOA ns1.lucidic.com. root.lucid.lucidic.com. ( 2007050705 86400 7200 3600000 86400 ) residualvictory.com. 86400 IN NS ns1.lucidic.com. residualvictory.com. 86400 IN NS ns2.lucidic.com. residualvictory.com. 14400 IN A 74.53.106.146 localhost.residualvictory.com. 14400 IN A 127.0.0.1 residualvictory.com. 14400 IN MX 0 residualvictory.com. mail 14400 IN CNAME residualvictory.com. www 14400 IN CNAME residualvictory.com. ftp 14400 IN A 74.53.106.146 forums 14400 IN A 74.53.106.146 www.forums 14400 IN A 74.53.106.146 * 14400 IN A 74.53.106.146
View Replies!
View Related
Host Will Only Update Domain Name Server (DNS) In Batches, Takes Several Hours For A DNS Change, Normal?
Host will only update DNS in batches, takes several hours for a DNS change, is that normal? Well today my mail stopped working and it turns out the A record for mail was deleted. How it got deleted I don't know. I called my host and after speaking to 2 techs, they said that have added my request to a batch, and that would update in a few hours. I said to him, batch? What can't you do it instantly? He said thats not the way their DNS works and any DNS change would affect thousands of other sites they are hosting. Does anyone know what kind of dns system these people could possibly have where they can not reload a single zone? And by affected, I think he means the sites will go down for a minute or so, while it relaods every zone. Is this really the case, or are these people just idiots?
View Replies!
View Related
Reverse Domain Name Server (DNS) ARPA For Domain On VPS
I have a vps with dedicated ip's for my domain names. I read that in order for mails coming from my server not be picked up as spam, i need to add reverse ip entries. Now i have already added the glue nameserver records on my godaddy control panel, ns1.mydomain.com -> 10.20.30.40 ns2.mydomain.com -> 10.20.30.41 But do i need to speak to the datacenter to add the reverse dns entries for my domain on their nameservers? What about if i host my nameservers offsite, but then have my webserver/mailserver etc inside the datacenter? Would i need to request the datacenter where the nameservers are hosted to add the reverse ip entries for the domain, and then the request the same from the datacenter for my web/mail servers to add the reverse entries? Is it really required?
View Replies!
View Related
Domain Parking - Wildcard Domain Name Server (DNS)?
We have a lot of unused domains that we'd like to setup domain parking for. To keep it simple, we'd like to just change the namesevers to ns1.domainparking.com and ns2.domainparking.com (not real nameservers!) and the domains would then automatically show a simple web page. We use cpanel servers and are wondering how easy this is to do? I've seem mention of wildcard dns? Is that the answer?
View Replies!
View Related
Domain Parking With Win2k3 Domain Name Server (DNS)?
i have about 8 different domains i'd like to point to a nameserver (ns1./ns2.mydomain.com) on Win2k3 server, but i can't get them resolved through my nameserver without creating a manual forward lookup entry for each *parked* domain separatly.. Does anyone know how to resolve "parked" domains automatically on Win2k3 DNS?? I just can't find any answer for this, everything i've found required manual creation of lookup entries.. anyone?
View Replies!
View Related
Domain Does Not Resolve :: Domain Name Server (DNS) Issues
I've been having some DNS problems with one of my domains for quite some time now. The domain does not always resolve - some go days without being able to access the site. I ran a simple BASH script to show what I mean. I replaced my domain with "mysite.net" and the IP with "xx.xx.xxx.xxx". # for i in `seq 1 15`; do host mysite.net; done mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx Host mysite.net not found: 2(SERVFAIL) mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. mysite.net has address xx.xx.xxx.xxx mysite.net mail is handled by 0 mysite.net. Has anyone experienced a similar problem? I have gone over the DNS records countless times and see no problems. The site is hosted on my own dedicated server.
View Replies!
View Related
WHM Subdomains And DNS
I'm setting up an auto-configuration script to setup accounts in WHM and create subdomains and so far everything is working fine! But we have a problem - when an account is setup and the subdomain is not working yet when a customer visits it he gets wrong dns information and then when the domain starts working it's not working for him. I know that flushdns solves this issue under Windows but I don't want to make my newbie customers run complicated commands. Will a 5 minut delay solve this issue from the moment the account is created to the moment the customer visists the site?
View Replies!
View Related
Domain And Subdomains On Different Hosting Servers
I am about to create a domain for my shoutcast hosting service. Now, I am getting a dedicated server just to host the shoutcasts accounts, and keep on using my actual web hosting company for the new domain website and email support. Also I would like the shoutcast clients IP account to be: server1.mydomain.com So I need to create this subdomain in my shoutcast dedicated server? And what Name Servers should I use for my domain? I wonder, cos to be able to make the website and email I need to give the DNS of my web hosting company, but if I dont use the DNS of the Shoutcast Dedicated Server, would my clients be able to login to their account?
View Replies!
View Related
Cpanel Main Domain Not Allowing Subdomains
When trying to make a subdomain on my main cpanel domain, through cpanel, it acts like it is making it, and adds the dns entry, but it does not work. All other domains work fine. I submitted a ticket to buycpanel, they asked for the login information this morning, and have not heard back from them. This has happened every since they installed cpanel. I am hoping its something simple that one of you knowledgeable people may know how to fix.
View Replies!
View Related
Forward A Domain (incl. Subdirectories/subdomains) To The Same URL
Forwarding a domain (incl. subdirectories/subdomains) to the same URL I'm looking for a provider which can offer a service similar to mydomain.com, I should be able to add an unlimited number of domains to forward on external urls in a way which should point anything-you-digit.myname.com and myname.com/anything-you-digit to the same destination url If the service might also allow to add title, keywords and description for each domain, this would be even better but not required. MyDomain can offer all this but there's a fee for each added domain while we'd prefer paying a monthly fee for a single hosting where adding multiple domains.
View Replies!
View Related
Cpanel AddOn Domains With Subdomains Automatically From Main Domain
Lets say I have abcd.com as the main domain on cpanel. abcd.com has 10 subdomains. Basically what I want to do is when I do an addon domain or parked domain I want the subdomains to basically point to abcd.com automatically. Let's say the addon/parked domain is 1234.com For example I have sub.abcd.com as the main subdomain so when I type in sub.1234.com I want it pointed to sub.abcd.com internally meaning the script/files from there however in the browser show as if it were sub.1234.com
View Replies!
View Related
Resellers Are Not Permitted To Create Subdomains Of The Server's Main Domain
Whenever I try to create a user account I get the following error Sorry, resellers are not permitted to create subdomains of the server's main domain My server domain is www.domain.com and reseller is trying to create a user account like new.domain.com . It was working fine a few weeks back but I think since I upgraded the cpanel and whm, it doesnt allow creation of accounts anymore. Could someone help me to fix this error please? I own the VPS and the reseller and all other accounts.
View Replies!
View Related
Cpanel Domain Name Server (DNS) Setting For Email On 2 Seperate Server
This is the scenario, domain.com are setup on server1, however server2 also has the same profile of domain.com as we use ns3 and ns4 using domain.com. This works fine with the nameserver setup on server2. However I encounter problems as the emails from server2 won't reach server1 as there are duplicate profile on server2. My question is how do I setup the DNS in cpanel/whm from server2 so the emails from server2 will reach server1? Server1 (www.domain.com) ns1.domain.com ns2.domain.com Server2 ns3.domain.com ns4.domain.com
View Replies!
View Related
Changed The DNS - Domain Name Server
i have a reseller and a client couldn't renew his domain name , so he bought a new domain name and he wants me to move his files (hosted on his old domain name) to his new domain name . how can i do that ?? (his old domain name is hosted on godaddy now)
View Replies!
View Related
Domain Name Server DNS Pointing
Hello all, hope someone can help. I have a domain incl. hosting (fanferwalde.com) and three extra domain names, fanferwalde.nl , fanfalingasate.com , fanfalingasate.nl (all three without hosting) who I want to point to fanferwalde.com. Before I bought the extra domains I asked the provider if I could point the extra domains to the “head” domain (fanferwalde.com). Yes, that was possible they said so I bought the extra domains. I asked the provider to help with the configuration to point them to the head domain but they refused, I must do it by myself…………………….. There is no possibility they do it when I pay extra for it so I feel pressed to take also a hosting for the extra domains; then I can make a redirect on each index page. All domain names have an own DNS control panel. I have full access to this. The first picture is the DNS from the head domain. The second picture is the DNS from one of the extra domains I want to point to the head domain. What must I put where so the website from fanferwalde.com will appear when I write fanferwalde.nl in the browser? THANKS in advance!!! (Sorry for my bad English, I’m Dutch)
View Replies!
View Related
Domain Name Server DNS Cluster
I´m running 4 servers on a cpanel - dns - cluster. - 1 running cpanel (srv01) - 3 running cpanel-dns-only (cluster01 - cluster03) My DNS config is: srv01 - dns1.domain.com cluster01 - dns2.domain.com I ´ve setup on srv01: - cluster01 (synchronize changes) - cluster02 (standalone) - cluster03 (standalone) On cluster01: - srv01 (synchronize changes) - cluster02 (standalone) - cluster03 (standalone) And on cluster02 and cluster03, I did something like that: - srv01 (synchronize changes) - cluster01 (synchronize changes) - cluster03 (standalone) And - srv01 (synchronize changes) - cluster01 (synchronize changes) - cluster02 (standalone) 1. So, is that correct? 2. It seems that when I click on 'syncronize all DNS records on all the servers' only cluster01 and srv01 got all the DNS records. So is it normal? Yet If I add a domain on cluster02 for example, where I need to add the DNS? cluster02 named.conf or on cluster01/srv01?
View Replies!
View Related
CPanel Domain Name Server (DNS)
After spending 1 hour wondering why all domains suddenly stopped working and the hosting server was showing no signs of fail. A simple dns service restart on my secondary dns server fixed this. Is there any way to auto restart the dns service upon failure on the cpanel dns only build? Also why would the secondary dns server failing, cause the domain to stop working. The primary dns/hosting server was fine.
View Replies!
View Related
Domain Name Server (DNS) Mixup
I am currently a hosting reseller. I moved all of my 44 accounts to a new reseller host, and I pointed my custom nameservers to the new host's IP's today. MAJOR PROBLEM - When you type in my domain of www(dot)shoppepro(dot)com, you see one of my customer's websites www(dot)alltiedupbowtique(dot)com!!!! My website should look like this: http : / / 74.86.84.168 / Besides that, 40 of my 44 accounts are down completely. I've opened a ticket at my reseller but no one is getting back to me. This is very embarrassing. I use cPanel/WHM. Can anyone offer a possible solution?
View Replies!
View Related
Domain Name Server (DNS)service?
Right now I've got some users with their own domains. If I ever want to switch hosts, they'll have to switch their DNS around themselves. I'd prefer to pay for a host-independent DNS so they'll never need to touch their DNS again. Is such a thing available?
View Replies!
View Related
Running Your Own Domain Name Server (DNS)
1) What does it take to run your own DNS server? 2) How to determine server specs? 3) Where to locate? 4) Do you need multiple server? 5) How do you manage DNS entries on the server? 6) Is there commercial software to do this? I've heard of PowerDNS. Where can I get more information on this subject?
View Replies!
View Related
Have I Got BIND Domain Name Server (DNS) Right?
Ive been learning alot about BIND and DNS, id like someone to check over what ive learn't to make sure my knowledge is correct. A Zone: A zone is basically 'similar' to a sub-domain but the domain google.com would not be a sub-domain, so a zone is not a sub-domain. In the domain google.com 'google' would be a deligated zone from the TLD 'com'. In another example: ny.google.com , 'ny' would be a zone for google's 'new york' department, if they had one. Hosts: The host name is usually the most left word in a domain or you can look at it as the leaves on an inverted tree in the DNS System. Examples: www.google.com = 'www' would be the host mail.sitepoint.com = 'mail' would be the host ny.google.com = 'ny' would NOT be a host because its a 'zone' and does not offer a 'service' like ftp, mail, www ect. would. Unless 'ny' was intended to be a service then it would be a host, but it would have to become a leaf in the inverted tree, so you wouldn't ba able to create any zones from it like 'mail.ny.google.com' ... if that makes sense. Nameservers: If i used BIND on my server to manage my Zones and DNS information (which is pretty much standard), that would be my Nameserver. Its job would be to convert human recognizable names into computer recognizable names/numbers/ip. My nameserver would only have authority over zones that are not deligated. So an example, 'com' deligate 'mydomainname' to me (mydomainname.com) they have no authority over that zone. So if i set up a nameserver on mydomain.com they have no authority over mydomainname or any zone under that. Domain Namespace The Domain Namespace was setup to replace the method used by ARPA (later DARPA) in the 60's in an effort to create a database of hosts that were easy to administer and reduced the time and server load on the old skool HOSTS.TXT method. A domain namespace is a way to identify the different domains. Im not to good at explaining what i mean but basically ill illustrate this example: google.com and google.net both have the same names, so the namespace in this example would the the TLD's 'net' and 'com' to seperate them. Go a bit deeper for example: cd.music.com and cd.disk.com , both have the same TLD and sub-domain's so the namespace here is the first-level domain 'music' and 'disk'. Sub-Domains Sub-Domains are similar to zones, in a way. A domain name: 'google.com' might have the sub-domain 'video.google.com' which links to the video section of google. 'video' is not a deligated zone from 'google' neither is it a host as such, so its a sub-domain. Im probably slightly confused on some parts, and im open for comments. I dont fully understand alot of it, but what ive learnt so far took a good day to get my head around. If anythings wrong, id like to know.
View Replies!
View Related
Domain Name Server (DNS) Needed
I need 2 dedicated DNS servers. I'd like one server on the east coast and one on the west or close to it. They will be used for primary ans secondary dns only. Simply running Bind and webmin. I need cheap servers since they are pushing dns data around. Not very bandwidth intensive or cpu resource intensive. The most important thing is that the backbone redundancy is amazing. You can get a good server at a lot of place these day, but who has the staff and backbone to make sure these servers are not bottlenecked and up and running.
View Replies!
View Related
Confused About Domain Name Server (DNS)
My domain registrar does not have the facility to create nameservers which means I can't create my own DNS for my websites. I wanted to create ns1.smsmasters.co.uk and ns2.smsmasters.co.uk as my DNS. Does 123-reg allow you to setup your own nameservers and assign an ip? I'm really confused as to what to do. In the past I used my host's DNS.
View Replies!
View Related
Moving Domain Name Server (DNS) ...
I'm trying to move sites from one cPanel server to another. Presently, I am using the clustered DNS option in WHM to keep the two servers DNS in sync, which has allowed me to avoid messing with switching name servers for domains as I moved them. Now, I'm looking to turn off the original server, but that server is the one hosting the name servers that most of the domains use (ns1 and ns2.serverforest.com). I'd like to move those name servers over to the new server, which I presume is as simple as re-registering them in the control panel over at my registrar. However, I presume I also need to bind IPs on the new server to the original DNS names. However, if I do that and the DNS cluster syncing occurs, won't that mess things up while I await the registrar making the changes? Do I need to turn off clustering before making the switch? Is there a way to do this seamlessly? Also, for testing purposes I created ns3 and ns4.serverforest.com on the new server. If I now want to move over ns1 and ns2, can I set them on the same two IPs that ns3 and ns4 "own" without any trouble?
View Replies!
View Related
Email And Domain Name Server (DNS)
I am having a slight email issue after moving my DNS to DNS Made Easy. On my wordpress blog I have it set to email me comments which the blog does just fine but ever since the DNS change I am having a weird issue. I use gmail for my email which threads emails. Now everytime I get a comment on the blog wordpress sends a new email and gmail doesn't thread them like it used to. Do i need to add something to my DNS for mail. I never added anything and the server is obvisoulsy sending mail. Yep I am a noob and a little lost. I hope you understand what I am getting at here. * GMAIL threads emails * After DNS Change GMAIL is not threading my wordpress comments only * Never added anything to DNS records in regards to email from the server Thanks a lot guys. hope you got an idea. I did search google and wordpress with no luck. I added a screencap of my DNS
View Replies!
View Related
Managed Domain Name Server (DNS) ...
So i am planning to move my clients from one server to another and the problem is i want to minimize downtime or have absolutely no downtime. On top of all of this, i plan on moving the server again as i get more money to do it. Anyways, here is the current situation.... mydomain.com has the following nameservers ns1.mydomain.com and ns2.mydomain.com My clients are also using ns1.mydomain.com and ns2.mydomain.com I wanted to move my DNS to a managed DNS solution somewhere else and then do the change of servers. Would this be the right way to go about things? Or am i forgetting something? Would it be frowned upon the the hosting industry to have my DNS hosted somewhere else? And last, if i do what im trying to do, how do i do it? lol. I need to keep ns1.mydomain.com and ns2.mydomain.com still active.
View Replies!
View Related
VPS - IP And Domain Name Server (DNS)
I'm going to start to configurate a VPS and I have a few questions, please help me. 1- If I have a VPS and I want to have some domains there, Do I need private nameservers? Is there any other way to go? (for example, could I use the DNS of my provider?) 2- How many IP Addresses do I need for a VPS? I think if I have to use private nameservers I'd need two IP for them. Is it correct? And if I want to have reverse DNS for my Host, I think I would need a IP address to be used on for that. Is it correct? So, I would need at least 3 IP Addresses. Is it correct? 3- Is it possible to use a VPS with only two IP Address? Many VPS providers give you only two IP Addresses. Could I use 1 IP Address for DNS and reverse DNS for my Host at the same time? Is it not a problem with hotmail, yahoo, gmail, etc?
View Replies!
View Related
Domain Parking Server DNS
how to setup domain parking Name Servers so that anyone who have their domain DNS as NS1.MYDOMAIN.COM NS2.MYDOMAIN.COM can park their website and the same page pulls up which is on MYDOMAIN.COM without any additional task required on my part. I found some instructions to do this on Debian but Im not sure how I can implement that on MS DNS. has anyone on SP ever done something like this?
View Replies!
View Related
Server Primary Domain And DNS
I got a new dedicated server, and I put the primary domain name to be zeonwebhosting.com. However, when I setup the nameservers, and go to GoDaddy.com and NameCheap.com to change the nameservers on my domains, I get an "Errors were detected" on GoDaddy.com and a "nRRPResponseCode 531" on NameCheap. I fixed everything in WHM and got a server administrator to fix some things for me, and it didn't work yet. Now I am thinking that the problem might not be with the server, but with the domain. ZeonWebHosting.com is registered at GoDaddy.com, and since I was not sure what nameservers I should put as it is the primary domain name, I used the parked nameservers on GoDaddy, and used the Total DNS feature to change the A and MX Records to point to my server's IPs. I tried putting the ns1.zeonwebhosting.com and ns2.zeonwebhosting.com DNSs on GoDaddy, but still I got the "Errors were detected" error. I tried almost everything possible. I even redid cPanel just to make sure that everything was OK with the cPanel configuration. Also there is another problem with the server. I can't seem to be able to delete Nameservers from "Networking Setup > Nameserver IPs" in WHM. I get this message when trying to delete one of the nameservers: "Sorry, the nameserver ip 66.79.191.196 cannot be removing since it is still registered with an ICANN register."
View Replies!
View Related
DNS Domain Name Server Manager In Windows Server 2008
I have been searching everywhere trying to find a tutorial but It is not going anywhere. Basically I need to create 2 nameservers for Godaddy and pretty much so when i type http://mysite.com it goes to my site. I can access everything from http://myip and everything works. Now is there a step by step on how to actually do it in the DNS Manager? I need help like what IP address do I use is it the router ip? The external IP?
View Replies!
View Related
Domain Name Server (DNS) With CPanel / DirectAdmin
I have a reseller account that is hosted at ns1 / ns2.mydomain.com and it is configured via cPanel / WHM and is accessed by mydomain.com I recently purchased a dedicated server and would like the dedicated server to have a ns3 / ns4.mydomain.com I also would like that the dedicated server be accessed by another domain (other than mydomain.com). Is this possible? If that is not possible, what way is a good way of doing this?
View Replies!
View Related
Domain Name Server (DNS) Hosting On A VPS
I need to make a dns hosting for a client of mine. He will change his domain name nameservers to point to my server. His website is hosted on another hosting company. On my server I will create all the necessary CNAME and A records to point www on the server of the other company. My problem is with the MX records though. Because my client owns a local mailserver, (I think it's MS Exchange server) I need to create a primary MX record to deliver all the mails to that mailserver. No problem till here.. But he also needs a secondary MX record in case his mailserver is inaccessible ,so all the mails have to be queued on my VPS and when his mailserver is accessible again to deliver all the mails. Any idea of how I can configure my dns zones for that?
View Replies!
View Related
Domain Name Server (DNS) Just Reply In Ping
I have a domain name for example test.com, and have subdomains for it 1.test.com and mail.test.com main domain working fine but both of subdomains not working in webbrowser they just reply ping requests ping 1.test.com. it's output of /etc/init.d/named status number of zones: 12 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is OFF server is up and running O.S: CentOS release 4.4 (Final) DNS: bind-9.2.4-16.EL4 Apache: httpd-2.0.52-28.ent.centos4 CPanel: None Please note that is all is working fine over a 3 year just stopping today
View Replies!
View Related
Open Domain Name Server (DNS) - BIND
Just being doing a load of DNSstuff.com queries to try and get everything to "pass", I noticed that some big players in the hosting scene have either open or closed DNS servers. Softlayer.com have closed, while liquidweb.com are open...? I have changed all mine to closed, just because dnsstuff advises it, but is there any reason you would want them open..?
View Replies!
View Related
Domain Name Server (DNS) Reseller Account
I am having a reseller hosting with a host. This host provides private DNS. Hosting provider remains Anonymous. So when some one search for whois they will not know I am running a reseller hosting biz. Now I am planning to change the hosting provider to another one who provides higher capacity and higher bandwidth but they will not provide DNS. I need to use their DNS. How do I provide get a my own DNS so that host remains Anonymous? What I need?
View Replies!
View Related
Domain Name Server (DNS) Service For Clients
So my the other day one of my clients rented a Windows 2003 server. Has no idea on how to run DNS server on it and demanded us to do something about it. Since he had no management plan, we let him know that if he got himself a management plan we could help him out - but looks as though he was on a tight budget and couldn't opt in for it. Same thing happened last week and again one yesterday! To help these customers out I was wondering if I could start a DNS service. Each client would get access to it for free regardless of their operating system or management plan. They could point their domains to the nameservers and use the DNS service to point the domain's A records to their servers. From the start, I have been using EditDNS and still using it. But coming to think of it, its getting more unstable day by day even though they have 5 servers spread across the globe. I am planning on to move to EveryDNS. With this move, I'd like to use their services for my clients too. Rather than running my own DNS servers - I feel this could work out more efficient and reliable. So what I am planning on doing here is more like creating private namesevers to mask EveryDNS's nameservers. Then have a custom script site built to interact with EveryDNS's APIs. Sounds like a good idea? Then my customer uses the script's interface to create/delete/edit records, etc. Anyway I need some advice, suggestion or help in this matter. Has anyone tried this stunt out before? If so, how successful were they/you? How are your customer's reaction towards this (satisfied or not?). Does it stay efficient? (both in terms of money, time and energy spent). Also, if anyone could suggest me any programmer who could do this for me (someone well versed with DNS/EveryDNS on PHP/MySQL) it would be nice. Edit: I guess ServerBeach/Peer 1 already has implement this. If anyone really knows whats going on there - please share.
View Replies!
View Related
Domain Name Server (DNS) Type Questions
I'm rather new to hosting so I still don't get everything, but maybe you can help me. I am hosting a web page on a computer that is hooked into the same network as my personal computer. They are both hooked into an openBSD router, which has the connection to the internet. My recently purchased domain name is set to forward all requests directly to the computer with the website on it (named 'b2.') When you visit the domain from an outside computer it does this just fine, but when you try to access it from one of the computers on my network it does not work. From my computer you can not access the website from the domain, but you can still access it just straight through the local network (i.e. typing 'b2' directly into the address bar ) From the computer which is actually the host to the website, it is accessible neither way, though the local network option was working before. Does anyone know what the problem is and how I can fix it? Keep in mind that I really only understand the basics of web hosting, and terminology and stuff.
View Replies!
View Related
Managed Domain Name Server (DNS). Whee?
i m going to buy country top level domain. in our country, its still a manual job. thats not a big problem. but problem is that, i can't change the name servers of the domain in future from web. I have to again submit paper based request to the authority. but I want to use a better service. so, is there any good managed dns provider which i can use to update the DNS from web. I will submit their dns to the authority. then i can point my domain to anywhere i like using their managed dns service.
View Replies!
View Related
|