<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anti HostMonster &#187; name servers</title>
	<atom:link href="http://www.antihostmonster.com/tag/name-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.antihostmonster.com</link>
	<description>Do not fool us</description>
	<lastBuildDate>Mon, 21 Jun 2010 11:54:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Setting up DNS on VPS</title>
		<link>http://www.antihostmonster.com/2009/03/setting-up-dns-on-vps/</link>
		<comments>http://www.antihostmonster.com/2009/03/setting-up-dns-on-vps/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 00:32:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSH Commands]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[name servers]]></category>

		<guid isPermaLink="false">http://www.antihostmonster.com/?p=22</guid>
		<description><![CDATA[So here I move to godaddy.com VPS. To transfer my domain I need to set up name servers.. I have Plesk control panel but it should be similar with other control panels.. Plesk gives you some default name servers but one of the requirements from my domain registrar ( I have a foreign domain and [...]]]></description>
			<content:encoded><![CDATA[<p>So here I move to godaddy.com VPS. To transfer my domain I need to set up name servers..</p>
<p>I have Plesk control panel but it should be similar with other control panels..</p>
<p>Plesk gives you some default name servers but one of the requirements from my domain registrar ( I have a foreign domain and no access to change my own dns servers) was to have TWO dns servers.</p>
<p>Luckily Godaddy.com give 3 IP addresses for VPS. So you need to add at least one more.. then..<br />
Under:<br />
plesk->homepage->yourdomain->DNS zone management<br />
1-Delete the current NS record in your dns zone<br />
So delete:<br />
 YourDomain.com        A           YourIP<br />
 YourDomain.com       NS          NS.YourDomain.com</p>
<p>2-Add two A records for nameservers, like: </p>
<p>ns1.YourDomain.com IN A yourFirstIP<br />
ns2.YourDomain.com IN A yoursecondIP</p>
<p>3-Add two new NS records like:<br />
YourDomain.com IN NS ns1.Yourdoamin.com<br />
YourDomain.com IN NS ns2.Yourdoamin.com</p>
<p>Hope this information was useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.antihostmonster.com/2009/03/setting-up-dns-on-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
