<?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>IP Drake</title>
	<atom:link href="http://ipdrake.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://ipdrake.com/blog</link>
	<description>What&#039;s My IP Address?</description>
	<lastBuildDate>Mon, 31 May 2010 16:09:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What Is a DNS Server?</title>
		<link>http://ipdrake.com/blog/ip-address/what-is-a-dns-server</link>
		<comments>http://ipdrake.com/blog/ip-address/what-is-a-dns-server#comments</comments>
		<pubDate>Mon, 31 May 2010 03:53:04 +0000</pubDate>
		<dc:creator>Drake</dc:creator>
				<category><![CDATA[IP Address]]></category>
		<category><![CDATA[dns server]]></category>
		<category><![CDATA[gaming console]]></category>

		<guid isPermaLink="false">http://ipdrake.com/blog/?p=43</guid>
		<description><![CDATA[I imagine that a lot of our readers have had at least once been asked to enter their DNS server address, for example when configuring a new gaming console with online gameplay features, like the PlayStation 2, the PlayStation 3, the Xbox, or the Nintendo Wii. If this is all you are interested about, you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I imagine that a lot of our readers have had at least once been asked to enter their DNS server address, for example when configuring a new gaming console with online gameplay features, like the PlayStation 2, the PlayStation 3, the Xbox, or the Nintendo Wii. </p>
<p>If this is all you are interested about, you can skip to the next paragraph, but first maybe you should understand what a DNS server is. In our last article, I explained <a href="http://ipdrake.com/blog/ip-address/what-is-an-ip-address"  target="_blank">what is an IP address</a>, and I told you that every computer connected to the Internet is assigned a specific and unique IP address. Anyhow, you have noticed that when accessing a website, you are not typing its IP address, but its domain name &#8211; for example, <em>google.com</em>. Well, this is possible thanks to the <strong>DNS</strong> or <strong>Domain Name System</strong>. The Domain Name System can be considered as a sort of phone book where human readable addresses &#8211; like google.com &#8211; are translated into their corresponding IP address. A much more technical description of the DNS system can be found on <a rel="nofollow" href="http://en.wikipedia.org/wiki/Domain_Name_System"  target="_blank">Wikipedia</a>.</p>
<p>So, when you type <em>google.com</em> in your browser, your computer is connecting to a machine known as a DNS server, part of the aforementioned Domain Name System, which translates google.com into its corresponding IP address. </p>
<h3>How Can I Find Out My DNS Server&#8217;s IP?</h3>
<p>Depending on your operating system, there are different ways of finding out your current DNS server&#8217;s IP. Often, computers can use two different DNS servers &#8211; this is done to have a fail safe option in case the first DNS server in the list is not answering the request.</p>
<p><strong>Find Out DNS Server Addresses on Windows Systems</strong></p>
<ol>
<li>Open a DOS prompt (<em>Start -> Run -> Type &#8220;cmd&#8221; -> Press Enter</em>)</li>
<li>Now type<br />
<code>ipconfig /all</code></li>
<li>Look for the DNS Servers line to get your DNS addresses</li>
</ol>
<p><strong>Find Out Dns Server Addresses on UNIX-based Systems (Linux,Mac OS X)</strong></p>
<ol>
<li>Open a shell prompt (on Mac OS-X, open Terminal)</li>
<li>Type the following command:<br />
<code>cat /etc/resolv.conf</code></li>
<li>You should now see something like this if you are behind a router that is acting as your DNS:<br />
<code>nameserver 192.168.1.254</code><br />
or something like this if you are connecting directly to the Internet and using a public DNS:<br />
<code>nameserver 147.11.1.11<br />
nameserver 147.11.100.30</code>
</li>
</ol>
<h3>Setting Up DNS Server Address On Gaming Consoles</h3>
<p>Each gaming console has a different setup routine, but if you are using a Wi-Fi connection in your home and your game console is equipped with a Wi-Fi card then the console should able to take care of the configuration by itself. The same should happen if you are connecting your console with an Ethernet cable directly to the router. </p>
<p>Anyhow, in some cases, your console might be expecting to receive DNS information automatically by the router, whereas the router is configured otherwise. Other times, DNS servers in the router are not working properly with your console or are too slow. In these cases, you can go to the Network Settings of your console and change the DNS Settings from automatic to manual. This should be available in all modern gaming consoles, including portable ones like the PSP.</p>
<p>In the Manual Settings page of your console, change the primary and secondary DNS servers to these values:<br />
<code><br />
208.67.222.222<br />
208.67.220.220<br />
</code><br />
These are freely available DNS servers offered by <a href="http://opendns.com"  target="_blank">OpenDNS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ipdrake.com/blog/ip-address/what-is-a-dns-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is An IP Address?</title>
		<link>http://ipdrake.com/blog/ip-address/what-is-an-ip-address</link>
		<comments>http://ipdrake.com/blog/ip-address/what-is-an-ip-address#comments</comments>
		<pubDate>Mon, 24 May 2010 02:28:22 +0000</pubDate>
		<dc:creator>Drake</dc:creator>
				<category><![CDATA[IP Address]]></category>

		<guid isPermaLink="false">http://ipdrake.com/blog/?p=38</guid>
		<description><![CDATA[Disclaimer: Since I suppose that even the most unexperienced webmaster out there knows the answer to most technical questions addressed in this space, I would like to make it clear that most posts in this blog will be written in a way that should be easy to understand for everybody. Simply put, an IP address [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><em>Disclaimer: Since I suppose that even the most unexperienced webmaster out there knows the answer to most technical questions addressed in this space, I would like to make it clear that most posts in this blog will be written in a way that should be easy to understand for everybody.<br />
</em></p>
<p>Simply put, an <em>IP address</em> (<a href="http://ipdrake.com"  target="_blank">determine your current IP address now</a>) is a number that uniquely identifies a machine connected to the Internet. Every machine connected to the internet &#8211; your desktop PC, your laptop, your mobile phone, your gaming console &#8211; is assigned a unique IP Address. Think about an IP address like a phone number. An IP address, like your unique phone number, is necessary to let you send and receive data when connected to the Internet. The IP address identifies you, and most servers you visit on the Internet will keep track of your actions by registering your IP address.</p>
<p>Often, many machines share the same public IP address. This happens, for example, when you have a Wi-Fi router in your house or in your office and every machine in the house connects to it. In most cases, all machines connected to the Internet through this router will share the same public IP address &#8211; since only the router is directly connected to the Internet, whereas the other machines are first connecting to the router, which then <em>routes</em> the traffic to and from the Internet.  </p>
<p>Some IP addresses are reserved for use into private networks &#8211; in the example above, the private network would be the connection between your router and all the machines into your house. Since these IPs are used only inside a private network to let a bunch of machines talk to each other, they do not need to be globally unique, like public IP addresses.</p>
<p>I hope this brief post is clear enough. Questions for future features, always written in this plain language, are welcome. In the next feature, we will talk about anonymity on the Internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://ipdrake.com/blog/ip-address/what-is-an-ip-address/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to IPDrake.com</title>
		<link>http://ipdrake.com/blog/news/welcome_to_ipdrake</link>
		<comments>http://ipdrake.com/blog/news/welcome_to_ipdrake#comments</comments>
		<pubDate>Sat, 22 May 2010 04:13:30 +0000</pubDate>
		<dc:creator>Drake</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ipdrake]]></category>

		<guid isPermaLink="false">http://ipdrake.com/blog/?p=1</guid>
		<description><![CDATA[This website offers a simple tool to check your current IP address and find out other information about your system. It can be used by webmasters testing their websites, or simple users trying to check how web servers "see" you when visiting their pages.]]></description>
			<content:encoded><![CDATA[<p></p><p>Welcome to IPDrake.com&#8217;s Day 1!</p>
<p>This website offers a simple tool to check your current IP address and find out other information about your system. It can be used by webmasters testing their websites, or simple users trying to check how web servers &#8220;see&#8221; you when visiting their pages. For the most technical users, the system also attempts to determine your real IP and if you are connecting through a proxy server.</p>
<p>Indeed, there is plenty to do to make our tool better. Updates coming soon include: </p>
<ul>
<li>Check information about any IP</li>
<li>Check website&#8217;s IP and other information</li>
<li>iPhone version</li>
<li>Mobile version (even though the current website should already work fairly well on most platforms)</li>
</ul>
<p>Small Google Ads will also appear on the website soon, even though our aim is usability, so we will try to keep them as unobtrusive as possible. <strong>Your feedback is welcome and encouraged</strong>. Let&#8217;s make this simple tool something really useful! If you want to help, just spread this link or send us your tips at development (at) ipdrake.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://ipdrake.com/blog/news/welcome_to_ipdrake/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

