<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; static ip address</title> <atom:link href="http://www.ghacks.net/tag/static-ip-address/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Set Static IP Address</title><link>http://www.ghacks.net/2009/05/25/static-ip-address/</link> <comments>http://www.ghacks.net/2009/05/25/static-ip-address/#comments</comments> <pubDate>Mon, 25 May 2009 13:33:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[IP address]]></category> <category><![CDATA[network adapter]]></category> <category><![CDATA[static ip address]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13064</guid> <description><![CDATA[Setting a static IP address for the local network adapter can be advantageous in several ways. It is for instance important if the computer is connected to a router with configured port forwarding. There are other benefits which are not part of this article. Experienced computer users know how to set static IP addresses for [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Setting a static IP address for the local network adapter can be advantageous in several ways. It is for instance important if the computer is connected to a router with configured port forwarding. There are other benefits which are not part of this article. Experienced computer users know how to set static IP addresses for their network adapters. It might take them a minute or two but usually not longer than that.</p><p>Inexperienced computer users on the other hand might want to take a look at the Simple Static IP networking tool which allows them to set a static IP address with a few clicks of the mouse button.</p><p><span
id="more-13064"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/static_ip_address-500x217.jpg" alt="static ip address" title="static ip address" width="500" height="217" class="alignnone size-medium wp-image-13063" /></p><p>A user who wants to set a static IP address needs to select the network adapter from the pull down menu on top of the application&#8217;s interface. Simple Static IP will then display the current settings of the network adapter including the assigned IP address, subnet, gateway and DNS server.</p><p>A click on Enable Static IP will configure a static IP address for the selected network adapter. It is possible to keep the DNS settings or use the router or the Open DNS servers as the dns server for the network adapter. It is also possible to randomize the static IP address by clicking on the Randomize New IP button in the interface.</p><p><a
href="http://www.pcwintech.com/simple-static-ip">Simple Static IP</a> is compatible with the following Microsoft operating systems: Windows 2000, XP, 2003, Vista, 2008.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/25/static-ip-address/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Configure Static IP Address in Ubuntu Server 8.10</title><link>http://www.ghacks.net/2009/03/30/configure-static-ip-address-in-ubuntu-server-810/</link> <comments>http://www.ghacks.net/2009/03/30/configure-static-ip-address-in-ubuntu-server-810/#comments</comments> <pubDate>Mon, 30 Mar 2009 13:34:20 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[dns]]></category> <category><![CDATA[network administration]]></category> <category><![CDATA[static ip address]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=11550</guid> <description><![CDATA[If you have a need for a server OS that is robust, reliable, and as flexible as any other server available, then Ubuntu 8.10 should be in serious consideration. There is only one drawback to this server &#8211; no GUI. Oh sure you could install a GUI (you&#8217;d be doing it from the command line [...]]]></description> <content:encoded><![CDATA[<p>If you have a need for a server OS that is robust, reliable, and as flexible as any other server available, then Ubuntu 8.10 should be in serious consideration. There is only one drawback to this server &#8211; no GUI. Oh sure you could install a GUI (you&#8217;d be doing it from the command line of course), but that would defeat the purpose of having a headless server that is going to suffer from serious loneliness as it sits alone doing its job.</p><p>Naturally if you have such a server, you have to have the ability to configure that server. One of the configurations you most likely will need to undertake is the configuring of network settings for a static IP address on your headless, GUI-less server. Fortunately, when using Ubuntu Server 8.10 &#8211; that is a piece of cake.</p><p><span
id="more-11550"></span>In reality there are two files that <em>must</em> be configured and one file that <em>can</em> be configured. The &#8220;must files&#8221; are <strong>/etc/network/interfaces </strong>and <strong>/etc/resolv.conf</strong>. The &#8220;can file&#8221; is <strong>/etc/hosts</strong>. We will deal with the former two files in this article. The latter file (a file that deals with local IP to name mapping) has already been covered in my article &#8220;<a
title="Ease Linux Networking with /etc/hosts" href="http://www.ghacks.net/2009/01/15/ease-linux-networking-with-etchosts/" target="_blank">Ease Linux Networking with /etc/host</a>s&#8221; here on gHacks.</p><p>So let&#8217;s first take a look at the most important file, <strong>/etc/network/interfaces</strong>. Open that file up in your favorite editor (mine being <strong>nano</strong>).? What you will most likely see is this:</p><p><code># This file describes the network interfaces available on your system<br
/> # and how to activate them. For more information, see interfaces(5).<br
/> # The loopback network interface<br
/> auto lo<br
/> iface lo inet loopback<br
/> # The primary network interface<br
/> auto eth0<br
/> iface eth0 inet dhcp</code></p><p>The last line is what you need to edit (and add to.) To configure eth0 (your network device) for a static IP address that last line should resemble:</p><p><code>iface eth0 inet static<br
/> address 192.168.1.10<br
/> netmask 255.255.255.0<br
/> gateway 192.168.1.1</code></p><p>Naturally you will need to change the last three lines to reflect your own networking setup.</p><p>Once that file has been edited you can restart your network connection with the command:</p><p><em>sudo /etc/init.d/networking restart</em></p><p>Your Ubuntu Server 8.10 should now be up and running with a static IP address.</p><p><strong>DNS</strong></p><p>There is one last file you will need to take care of. That file is <strong>/etc/resolv.conf</strong>. This file is in charge of holding your DNS server addresses. Open this file up in your editor. What you need are two lines:</p><p><em>nameserver 208.67.220.220</em></p><p><em>nameserver 208.67.222.222</em></p><p>The above example reflects using the OpenDNS servers. Your network will obviously have its own requirements for DNS addresses. Once you have edited that file save it and you&#8217;re done (no need to restart networking for the change in DNS addresses to take effect.)</p><p><strong>Final Thoughts</strong></p><p>That&#8217;s it. How simple is it to configure your Ubuntu Server with a static IP address &#8211; even when said server is a headless, GUI-less server. Of course there is much more you can do than simple Static IP address configuration, but this just highlights how easy a Linux server can actually be to administer.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/30/configure-static-ip-address-in-ubuntu-server-810/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
