Mexico promotes .mx domains: "Let's Be More .MX

11 Jun, 2010

.mx domains

NIC Mexico, the registery which administers the ccTLD of .mx has launched a new promotional campaign called “Let’s Be More .MX”. The campaign aims to promote more registrations of .mx domains to grow Mexico’s domain market. The idea is to use the projects and ideas of .mx users to reach a greater internet public in Mexico.

Via the site www.seamosmas.mx a community of .mx users is being formed where experiences can be shared and more promotion can take place. It’s a way of making sure that not only users of .mx domains get the full benefit from this ccTLD but that those very users can form the part of promotion for more .mx registrations.

(0) Comment Categories : Domain Sales
Tag: , , ,

5 Indispensable DNS Tools

7 Jun, 2010

DNS MX check
1. Traceroute – With this quick tool, you can trace the network path from your server to any destination, including your house. If you ever have connection problems with your website or server, this tool may give you clues.

2. IP Whois – Find out what a website’s true IP address is, where it originates, who owns it, and more.

3. Reverse DNS - Test reverse DNS to make sure your server is setup correctly according to Internet protocols.

4. SPAM DB Lookup – Is your website or server on the spam list? This tool will tell you if you need to do some housecleaning or beefing up of security.

5. DNS Lookup – Make sure all of your DNS records (A, CNAME, MX, and more) are setup correctly.

There are websites that have all of these tools available either for free or for small fees. You can also perform many of them from the Linux command line, if that is available to you.

(0) Comment Categories : Web servers, Web Services
Tag: , , , , , , ,

How to setup Google Apps DNS records in cPanel

10 Feb, 2010

Google apps
Google Apps is a cloud computing suite of services that includes web-based email, documents, and other services. Unlike standard Gmail, you can use it with your own domain (i.e. instead of yourname@gmail.com, you would have yourname@yourdomain.com). To setup your domain to use this service in cPanel, you need to edit three things:

1. MX records.
2. CNAME record
3. SPF record.

To edit the MX record, go to the Mail section in cPanel and click MX Entry. Enter the records according to Google’s specification, but exclude the period at the end, as it is not needed in cPanel.

To edit the CNAME records, click Simple DNS Zone Editor in the Domains section. If “mail.yourdomain” is already taken, you can choose another name or click Advanced DNS Zone Editor to change it.

Finally, Google recommends setting up an SPF record. This is also found in Advanced DNS Zone Editor. Once you have that setup, you are finished setting up Google for mail service, but the DNS will take some time to propagate.

Photo: Flickr

(0) Comment Categories : Web Hosting, Web Services
Tag: , , , , , , ,

Using DNS Records: A, CNAME, and MX

7 Sep, 2009

DNS records
Sometimes managing a domain involves more than simply pointing the nameserver entries to your new web host’s servers. You might also need custom DNS records. For example, if you use cloud services, such as Google’s e-mail and applications services, you will need to configure your DNS records. Three common record types you will see are A, CNAME, and MX.

An “A” record, as the name implies, is the primary record. “A” stands for address, and it is used to map hostnames to IP addresses. For example, yourdomain.com would be mapped to 55.555.555.555. That IP address is your site’s IP address, either a unique one or a shared one provided by your web hosting provider.

“CNAME” stands for canonical name. While a domain can only have one “A” record, it can have multiple “CNAME” records. Each one represents an alias. This is the one that is usually used by cloud services to map one or more of your subdomains to their services, while keeping your “A” record pointing to your host’s IP address.

“MX” stands for mail exchange record. Simply put, it identifies your mail server. Usually, you would list the IP addresses provided by your web host here, but if you are using external mail services, just follow the directions that your service gives you.

(0) Comment Categories : Web Hosting, Web Services
Tag: , , , , , ,

Free DNS Tools for Web Hosting

1 Sep, 2009

router with cables in ports
Inevitably, there are times when you need to do troubleshooting of your web and email services, or you simply need to make sure all of your network services are operating correctly. For years, I have relied on one free service to handle most of my DNS needs. It is called DNSstuff.com. They offer mail server analysis, DNS reports, SPAM database lookup, traceroute, Whois lookup, reverse DNS lookup, ping, Internet speed test, and much more.

With their full DNS report, you can enter a domain name and find out the name severs and other DNS information. It will also tell you if there are any problems with a particular domain’s DNS setup. Unfortunately, many of their services are no longer free, but there are many other services out there that still offer free advanced DNS tools.

Among the free ones are freednslookup.net, rrlookup.com, and samdns.com. If you need to know the location of an IP address, these tools will help you. If you need to know who owns a domain, you can find that out too. You can even lookup specific DNS records, such as A, MX, CNAME, and NS. Regardless of which tool you choose, it is very important to check these features before you have problems to help prevent them and whenever you have connection issues with your website.

Photo source: SXC

(0) Comment Categories : Web Hosting, Web servers
Tag: , , , , , , , ,