Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Domain Redirection Via DNS Record


I have a domain - xxx.com

I want to modify the dns zone so that xxx.com is redirected to subdomain.yyy.com.

I have modified the DNS Zone and pointed

xxx.com. 14400 A subdomain.yyy.com.
www 14400 CNAME subdomain.yyy.com.

But it is not working. I am on Linux Server with WHM/cPanel.


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Domain Name Server (DNS) Redirection / Setting Up Zone(s)
I have a quick question about some DNS zones I'm trying to set up for a customer. I figured I would try asking the community before bugging our top-level admins (they have enough to do already, and I'd rather learn this myself).

We have a customer for whom we are managing their DNS. The site is actually hosted elsewhere, but the DNS originates on our server.

They have another site that is hosted with us, and they would like to set up a subdomain redirect from the remotely-hosted site to the site hosted on our hardware. So, the situation looks something like this:

example.com : hosted elsewhere (primary IP not ours), DNS with us
FooSite.example.com : redirect this to www.FooSite.com

I could edit httpd.conf, but it would be easiest (for firewall reasons at the moment) if I could enter in the proper zones via WHM zone editor. I'll be able to see the results either way. I tried setting up the 'A' and 'CNAME' records, and I got as far as directing the 'A' records for the subdomain to the local IP, but I'm not sure how to finish it off (assuming I'm going down the right path). My own knowledge level in this regard is somewhere between novice and intermediate (which is why I have partners and admins ).

View Replies!   View Related
Plesk: Remove Domain Name Server (DNS) Record Manually
somehow plesk is not listing a domain record I added recently, that I have to remove. so, I can't select it and delete it through the interface.

is there a way to remove a dns record manually, perhaps from the command line?

View Replies!   View Related
Plesk Unable To Add Domain :: Such DNS Record Already Exists
I added a domain name through Plesk. after that I deleted it because I wasn't happy with the configuration and thought I'd just start from scratch.

now, I'm unable to add it. the domain is not listed with the other domains on the server, however when I try to add it I get "Such DNS record already exists".

View Replies!   View Related
Domain Redirection
My company provides free websites using an automated website builder we designed years ago. We also offer a option where members can add a domain name to their site. Because all our members pages are generated dynamically by the web builder script, when member adds the domain name option we simply add a DNS entry that includes an A record that directs the domain name to the IP address of the account on the server where the web builder is installed. All domains point to the same script and that script looks the domain up in a database table and gets the web page data for that website.

membersite1.com = /home/webbuilder/public_html/index.php
membersite2.com = /home/webbuilder/public_html/index.php

We are about to launch a new website builder that is not database-driven but includes a sub-directory for each member site. So, I need to find a way to redirect each member's domain to their sub-directory

membersite1.com = /home/webbuilder/public_html/member/m/membersite1
membersite2.com = /home/webbuilder/public_html/member/m/membersite2

I thought I could do with mod_rewrite in a .htaccess file in /home/webbuilder/public_html:

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^membersite1.com [NC]
RewriteRule ^/(.*) ^/member/m/membersite1/$1 [L]

But it's not working. The .htaccess file has no impact at all.

.htaccess fle working? Or is there another, better way to point a domain name to a sub-directory?

View Replies!   View Related
SEO Friendly Domain Redirection
We have a website hosted with 1and1 Internet and want to keep it like that with its current domain name www.companyname.com

However we have registered a new domain name with 123-Reg, which is company.uk.com, because 1and1 Internet dont allow you to register .uk.com domains

We want to switch to using the .uk.com domain as the main domain but keep the website with 1and1.

Is there a search engine friendly and invisible way of using the uk.com domain by somehow redirecting visitors, without the domain name switching visibly in the browser?

View Replies!   View Related
DNS Subdomain Record Point To Another DNS Nameserver
I have a dedicated server with Hostgator and I want to point img1.smackjeeves.com to img1.smackjeeves.com on my Dreamhost server. Dreamhost tells me what nameservers to use for smackjeeves.com, but my Hostgator server is already serving as a nameserver. Can I have my main DNS record point to Dreamhost's DNS only for img1? Or do I need to have my img1 mimic Dreamhost's DNS for img1?

View Replies!   View Related
Forward Mail From Parked Domain To Primary Domain - How? MX Record?
OK, I am confused. I have one domain that is parked on top of another domain. I would like Mail that comes to the parked domain to be automatically forwarded to the same user name at the primary domain.

Can I change a DNS or MX record to facilitate this?

View Replies!   View Related
Wildcard Dns Record
I have a server: serverA.maindomain.com

and another serverB.maindomain.com

The DNS records for maindomain.com are on serverA

so the serverB A record is on serverA which is fine (i am aware it's a risk if serverA goes down).

If I'm setting a sub domain of serverB such as site1.serverB.maindomain.com I have to setup an A record on serverA for the subdomain and I don't want to have to do this every time.

Is there anyway I can setup a wildcard A record for subdomains such as:
*.serverB.maindomain.com

View Replies!   View Related
DNS A-Record Hosting
I have lot of proxies hosted on my dedicated server. Currently i use servage.net nameservers and change the A-Record ip of the domain to the dedicated server ips.My dedicated server provides only very limited DNS services so i cant use them.

Since i have sold all my other sites in servage,i dont want to continue that hosting account. All the domains are registered in Domain.com which do not provide any DNS services.

So is there any free or very cheap place where i can use the nameservers and edit A-record to my dedicated server?it should not have any down time etc and should be reliable. Thats the only requirement i need so i dont want to waste a full hosting account for just that redirecting functionality.

View Replies!   View Related
TTL For DNS Record
I need to update the TTL for the domain as i will need to migrate it to another IP. In my DNS record, there is a domain level TTL and also a record level (MX, A, CNAME) TTL. Which one should i change?

View Replies!   View Related
CNAME Or A Record In DNS Zone?
i have just created a dns ZONE for my domain, but i dont know what to use for ftp service.

i looked up in cpanel dns zone records for the domain i created and it looks like this... i am confused what to use CNAME or A record for an FTP entry

ftp 14400 IN A <IP> (for sites on shared IP)
ftp 14400 CNAME domain.com. (for sites with dedicated ip)

what is the difference? what if i change to

ftp 14400 IN CNAME domain.com. (for sites on shared IP)
ftp 14400 A <IP> (for sites with dedicated ip)

Also, how many A records i can place in zone file?

View Replies!   View Related
MX Record Domain Has Expired
I have a site mydomain-name.com that is running and the mail server for it was mail.mydomain-name.org

However the mydomain-name.org has expired and I don't want to renew it. I just want to use the .com domain and have the mail use mail.mydomain-name.com

So i created the MX records for the .com domain .. Now my question is do i have to also contact my registar for the domain and ask them to update their records so that now it points to the new MX?

I am really new at this stuff so please bare with me.. when i do an nslookup in DOS it still shows the .org as my mail server.

mydomain-name.com MX preference = 10, mail exchanger = mail.mydomain-name.org

Is this something that needs to be changed at the registrar level?

View Replies!   View Related
Dedicated Server Hosting With Self DNS Record Submission
I was using dedicated server from ev1servers.net.

They are excellent. One of the feature .. unless I forgot was the ability to add our domain record to their DNS server by ourselves.

I think it was controlcommand, or commandcenter, or was it controlcentre , I forget.

This feature is very fascinating as I can make my site up and running within second.
[I know where to register domain with real time activation, and I have reseller account with WHM]

So everytime I have an idea of making a website. All of this cycle can be done within seconds , and my site is up and running. [register domain, create account in WHM, and populate the DNS record]

Anybody know any dedicated server provider which offering this kinda feature this day?

View Replies!   View Related
Difference Between A Cname Record And A Domain Pointer
I am seriously confused mainly because of the way it was explained in my training at work. Can someone please give me an explantion of the difference between creating a cname record and using a domain pointer? My understanding is that they both effectively do the same thing which is allow one ip address to be used for different domains.

Extra marks given for an easy to understand analogy as i'm definately a visual learner.

View Replies!   View Related
Can I Point MX Record For Third-party Domain To Yahoo Small Biz Mail?
My client has a domain registered at GoDaddy and a Yahoo Small Business email package.

The only info I can find on Yahoo suggests I need to redelegate the domain's name servers to Yahoo, and I'd rather not do this if I can help it.

Is it possible to simply leave the name servers at GoDaddy and point the MX record to Yahoo's servers?

I don't see anything on Yahoo saying it won't work, but then I see nothing to suggest it will either!

View Replies!   View Related
Are Patched Domain Name Server (DNS) Behind N.A.T. Still Vunlerable To DNS Cache Poisoning?
Upon reading http://www.theregister.co.uk/2008/08...sky_black_hat/ it appears those who use network address translation may be vulnerable to DNS cache poisoning even after patching their DNS servers.

"another 15 per cent are still vulnerable to some extent because they use network address translation gear that prevents the patch from working."

Thoughts?

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
Use DNS Service Or Set Up Domain Name Server (DNS) In Windows2008
Use DNS service or set up dns in windows2008

I am having all sorts of problems setting DNS in windows server 2008 standard edition. Should I just use the DNS service I 've been using from DynDns or do I have to set up my own DNS server. The dedicated server I am having doesn't inlcude any support: do-it-yourself

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
Howto Set A Domain Name Server (DNS) To A Domain
I´ve a domain but haven´t set the DNS servers yet....now I get a free hosting and I wanted to associate the DNS servers to my domain but I don´t know how!!!

It would be great If you could help me...and let me know if you need more info..

View Replies!   View Related
DNS And Domain- Setting Up DNS With DirectAdmin
I've got DirectAdmin installed, and my domain name (misacampo.org) hosted with XeoDomains.com.

I'm wondering how I set up my DNS so that whenever I point more domains to my VPS their DNS will be set to ns1.misacampo.com and ns2.misacampo.com.


Would it be as simple as pointing my domain to my VPS IP, then setting up this in DirectAdmin?:

Add Zone
Domain Name:
IP Address:
Name Server 1:
Name Server 2:

Would I enter:
Add Zone
Domain Name: misacampo.org
IP Address: xxx.xxx.xxx.xxx
Name Server 1: ns1.misacampo.org
Name Server 2: ns1.misacampo.org


Then point my domain to xxx.xxx.xxx.xxx, and set it up my domain at XeoDomains.com like so:

Add New Child Name Server
Host Name: ns1.misacampo.org
Ip Address: xxx.xxx.xxx.xxx

and

Add New Child Name Server
Host Name: ns2..misacampo.org
Ip Address: xxx.xxx.xxx.xxx

Would this work? I'm looking to do a quick shift from my old CPS (LXAdmin) to my new VPS (DirectAdmin) with at little downtime as possible. Do I need to set up any other records for the domain for my email accounts to work, or would DirectAdmin take care of all this?

View Replies!   View Related
What Is DNS Domain Name Server?
i'm looking to build a site, but i'm stuck somewhere, they say you have to update your DNS, where do i find that or what do i do?

View Replies!   View Related
1 Out Of 2 Domain Name Server (DNS) Is Down
There are few clients complaining site inaccessible but it could be accessible from other location.

Does this mean that the client's is resolving to the down DNS server? Any fix on this to force the client to resolve to the main DNS server?

View Replies!   View Related
What Is A Domain Name Server (DNS)
DNS Server?

What exactly is it? I'm quite confused with it..

Is it a must to have? How does it work?

View Replies!   View Related
While Setup DNS For 1 Domain.de
One of our customers need to use a domain.de (.de ext), he registered the domain using godaddy, and godaddy have a few very special requirements for .de domains:

• The first 3 bits of the IP address (C-class) is different for each name server.
• A glue record is necessary for the domain on the name servers.
• The SOA (Start of Authority) must be within the following guidelines:

refresh : 10000 - 86400
retry: 1800 -28800
expire: 604800 - 3600000
ttl: 180 - 345600

This is all done, 2 different C class IPs for each name servers, glue record, and SOA has been configured between specified values. Because of the 2 C class, we created DNS at server1, and pointed all www traffic to server2 (where the domain.de will be hosted)

This is the DNS zone at server1 (an Ensim server):

$ORIGIN .
$TTL 3600 ; 1 hour
sitename.de IN SOA nameserver1.server.com. support@hostingcompany.com. (
2008010804 ; serial
10000 ; refresh (1 hour)
1800 ; retry (10 minutes)
604800 ; expire (2 weeks)
345600 ; minimum (1 hour)
)
NS nameserver1.server.com.
NS nameserver2.server2.com.
$TTL 86400 ; 1 day
A XX.XX.XX.XX
$ORIGIN sitename.de.
ftp A XX.XX.XX.XX
www A XX.XX.XX.XX

This is the DNS zone at server2 (an cPanel server):

; Modified by Web Host Manager
; Zone File for sitename.de
$TTL 3600
@ 86400 IN SOA nameserver2.server2.com. support@hostingcompany.com. (
2008010804
10000
1800
604800
345600
)

sitename.de. 86400 IN NS nameserver2.server2.com.
sitename.de. 86400 IN NS nameserver3.server2.com.

sitename.de. 14400 IN A XX.XX.XX.XX

localhost.sitename.de. 14400 IN A 127.0.0.1

sitename.de. 14400 IN MX 0 sitename.de.

mail 14400 IN CNAME sitename.de.
www 14400 IN A sitename.de.
ftp 14400 IN A XX.XX.XX.XX
While checking the domain at [url], an error appears:

Zone sitename.de.
Primary nameserver1.server.com. IP_ADDRESS_HERE
Secondary nameserver2.server2.com. IP_ADDRESS_HERE

Test results

---- fatal ----
f: [TEST SOA record present]: server failure (IN/SOA: sitename.de.)

* nameserver2.server.com./IP_ADDRESS_HERE

I have verified every single thing at sitename.de.db on both servers at /var/named/, disabled DNS Recursion protection, stopped firewall, and the error continues.

And the error as you can see only happens with SOA at second server.

View Replies!   View Related
Domain Dns And Configuration
I've recently been trying to get my domain name volmasoft.com onto my new vps.

What i've done so far:
* setup a host for ns1.volmasoft.com to go to 69.162.73.83
* setup a host for ns2.volmasoft.com to go to 69.162.73.84
* Set volmasoft.com to use ns1.volmasoft.com and ns2.volmasoft.com.

After 3 days it's finally gone off the godaddy page and proporgated (or so I thought)

I now get an "address not found" I can't trace the domain, nor ping it as it can't resolve the domain. However the whois does show that it's set to the ns1 and ns2 nameservers and IP of 69.162.73.83.

View Replies!   View Related
Domain Without DNS Zone
Is it possible to change the name servers of a domain to point to my server and I will then automatically see the domain on my server, without having to create a DNS zone for it?

View Replies!   View Related
[17.9]my Domain Is Not Update Dns
Its been 2 days since, and the DNS hasnt propagated. Is there a way I can check that the actual nameserver is running correctly?

this is root@server [/scripts]# cat /etc/wwwacct.conf
ADDR 64.202.126.246
CONTACTEMAIL :
CONTACTPAGER:
DEFMOD x
ETHDEV venet0:0
FTPTYPE proftpd
HOMEDIR /home
HOMEMATCH home
HOST server.vietdjclub.com
LOGSTYLE combined
MINUID
NS ns1.vietdjclub.com
NS2 ns2.vietdjclub.com
NS3
NS4
NSTTL 86400
SCRIPTALIAS y
TTL 14400

this is root@server [/scripts]# cat /etc/resolv.conf
domain vietdjclub.com
search vietdjclub.com
nameserver 127.0.0.1
nameserver 64.202.126.247
nameserver 64.202.126.248

root@server [/scripts]# cat /etc/nameserverips
205.234.141.160=0
64.202.126.246=0
64.202.126.247=ns1.vietdjclub.com
64.202.126.248=ns2.vietdjclub.com

whois.domaintools.com/64.202.126.247
Resolve Host:NS1.VIETDJCLUB.COM
it's seem correct

whois.domaintools.com/64.202.126.248
Resolve Host:NS3.VIETDJCLUB.COM
it's seem not correct

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
VPS For Domain Name Server (DNS) Only
Looking for a vps for dnsonly cpanel

around 600 zones for now.

View Replies!   View Related
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 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
Domain Name Server (DNS)explanation?
can some body tell me rougly how DNS works, is there only one DNS server in the world? if so where is it?

what is DNS A record, DNS cname record, DNS mx record?

how shall i point my DNS address to the host?

View Replies!   View Related
Remote Domain Name Server (DNS)
I've got a client using zoneedit.com and their domain.tld is being redirected to the right ip, however, it gets redirected to our main site. but, if you type in domain.tld/index.php its fine.

running cpanel

i'm lost.

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
How Do I Run A Ns Or Domain Name Server (DNS)
Im trying to get my hosting going but i relised i need a name server for domains. I have no idea how to do any of this. What i want is to be abel to point name server to my server and then direct where it should go. Im running windows 2003 server on it.

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
Domain Name Server (DNS) Hosting ...
I need a good but cheap DNS hosting service for hosting 4 domains of mine. Any ideas?

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
Domain Name Server (DNS) Monitor
What VPS should I need for backup dns bind and nagios for monitoring (ram, bandwidth etc..) ?

And from where should I choose?

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
Forward One Domain To Another - Webmin - Dns
im running my own BIND and also have Webmin installed.

whats the best way to forward one domain to another?

domain.biz forwards to domain.com

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved