<?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>cyborgworkshop.org &#187; ip</title>
	<atom:link href="http://cyborgworkshop.org/tag/ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyborgworkshop.org</link>
	<description>Blurring the line</description>
	<lastBuildDate>Wed, 18 May 2011 13:57:09 +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>Using a static IP on an Ubuntu 8.10 machine</title>
		<link>http://cyborgworkshop.org/2008/11/09/using-a-static-ip-on-an-ubuntu-810-machine/</link>
		<comments>http://cyborgworkshop.org/2008/11/09/using-a-static-ip-on-an-ubuntu-810-machine/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 02:13:50 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[static IP]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=164</guid>
		<description><![CDATA[This has got to be one of the most disappointing bugs I have ever seen. Ubuntu 8.10 was shipped with the inability to be configured with a static IP address. As soon as you reboot, the configuration goes back to DHCP! This really blows my mind and has me thinking hard about picking a new [...]]]></description>
			<content:encoded><![CDATA[<p>This has got to be one of the most disappointing bugs I have ever seen. Ubuntu 8.10 was shipped with the inability to be configured with a static IP address. As soon as you reboot, the configuration goes back to DHCP! This really blows my mind and has me thinking hard about picking a new distribution.  In the meantime, you can work around this monumental snafu by following these directions.</p>
<p>vi the /etc/network/interfaces file.</p>
<blockquote><p>sudo vi /etc/network/interfaces</p></blockquote>
<p>delete anything talking about eth0 and in this in it&#8217;s place.</p>
<blockquote><p>auto eth0<br />
iface eth0 inet static<br />
address xxx.xxx.xxx.xxx (Your IP)<br />
netmask xxx.xxx.xxx.xxx (Your netmask)<br />
gateway xxx.xxx.xxx.xxx (Your default router or gateway)</p></blockquote>
<p>Now edit /etc/resolv.conf</p>
<blockquote><p>sudo vi /etc/resolv.conf</p></blockquote>
<p>And add the following</p>
<blockquote><p>nameserver xxx.xxx.xxx.xxx (The IP of your DNS server)<br />
search abc.def.com (your domain, ala cyborgworkshop.org)
</p></blockquote>
<p>This is the last part. we have to get rid of the network manager that runs at boot and is the cause of all of this embarrassment, so run the following. </p>
<blockquote><p>sudo update-rc.d –f NetworkManager remove</p></blockquote>
<p>Reboot and you should be good to go. </p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/11/09/using-a-static-ip-on-an-ubuntu-810-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding more then 255 IPs to an interface in Solaris</title>
		<link>http://cyborgworkshop.org/2008/05/26/adding-more-then-255-ips-to-an-interface-in-solaris/</link>
		<comments>http://cyborgworkshop.org/2008/05/26/adding-more-then-255-ips-to-an-interface-in-solaris/#comments</comments>
		<pubDate>Mon, 26 May 2008 14:00:36 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[255]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=52</guid>
		<description><![CDATA[By default, solaris will only let you add 255 IP addresses to an interface. You&#8217;ll know you hit the limit when you get an out of buffer message when you try to add your next one. In Solaris 2.5, you&#8217;re pretty much stuck with this limitation. In solaris 2.6 and higher, you can run the [...]]]></description>
			<content:encoded><![CDATA[<p>By default, solaris will only let you add 255 IP addresses to an interface. You&#8217;ll know you hit the limit when you get an out of buffer message when you try to add your next one. In Solaris 2.5, you&#8217;re pretty much stuck with this limitation. In solaris 2.6 and higher, you can run the followng to up that limit as high as 8192.  Past 8192, you&#8217;ll need to add another interface. </p>
<blockquote><p>/usr/sbin/ndd -set /dev/ip ip_addrs_per_if 8192</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/05/26/adding-more-then-255-ips-to-an-interface-in-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get IP information from a windows machine</title>
		<link>http://cyborgworkshop.org/2008/04/18/get-ip-information-from-a-windows-machine/</link>
		<comments>http://cyborgworkshop.org/2008/04/18/get-ip-information-from-a-windows-machine/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 14:00:11 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ipconfig]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=35</guid>
		<description><![CDATA[When you need to get ip address information from a windows machine, the quickest way is to use the ipconfig command from a command prompt. Go to start, then run and type cmd then run ipconfig /all will give you most of the information you&#8217;ll need to figure out how the network stack is configured [...]]]></description>
			<content:encoded><![CDATA[<p>When you need to get ip address information from a windows machine, the quickest way is to use the ipconfig command from a command prompt.  Go to start, then run and type </p>
<blockquote><p>cmd</p></blockquote>
<p>then run </p>
<blockquote><p>ipconfig /all</p></blockquote>
<p>will give you most of the information you&#8217;ll need to figure out how the network stack is configured on a windows machine including the hostname, IP, dns servers, netmask, etc. </p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/04/18/get-ip-information-from-a-windows-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to reconfigure a solaris box</title>
		<link>http://cyborgworkshop.org/2008/04/10/how-to-reconfigure-a-solaris-box/</link>
		<comments>http://cyborgworkshop.org/2008/04/10/how-to-reconfigure-a-solaris-box/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:00:19 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[reconfigure]]></category>

		<guid isPermaLink="false">http://cyborgworkshop.org/?p=16</guid>
		<description><![CDATA[Sometimes you just need to change a handful of system settings on a machine and have no interest in starting over. A good example might be moving a web server to a new network where it has a new hostname. The box is just fine, but the IP and the hostname will need to change [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you just need to change a handful of system settings on a machine and have no interest in starting over. A good example might be moving a web server to a new network where it has a new hostname. The box is just fine, but the IP and the hostname will need to change for it to function on the new network. For those situations, Solaris has a tool called sysunconfig that will walk you through the initial setup of your solaris machine. You&#8217;ll be able to change the hostname, IP, timezone, etc. As root run</p>
<blockquote><p>sys-unconfig</p></blockquote>
<p>Note that this will require a reboot when you&#8217;re done, so think ahead.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyborgworkshop.org/2008/04/10/how-to-reconfigure-a-solaris-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

