<?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>Talk @ TLADI.NET &#187; networking</title>
	<atom:link href="http://talk.tladi.net/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://talk.tladi.net</link>
	<description>News, Status and Technical Information</description>
	<lastBuildDate>Sat, 07 Nov 2009 05:39:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HOWTO: CentOS: Multiple IP&#8217;s</title>
		<link>http://talk.tladi.net/2009/10/23/howto-centos-multiple-ips/</link>
		<comments>http://talk.tladi.net/2009/10/23/howto-centos-multiple-ips/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 14:43:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://talk.tladi.net/?p=61</guid>
		<description><![CDATA[It&#8217;s simple really. Create a file /etc/sysconfig/network-scripts/ifcfg-eth0:0 [eth1:x for 2nd interface etc.] containing: DEVICE=eth0:0 ONPARENT=yes IPADDR=192.168.1.1 BROADCAST=192.168.1.255 NETMASK=255.255.255.0 NETWORK=192.168.1.0 Manipulating the interface manually: Bring it up: /sbin/ifup eth0:0 Take it down: /sbin/ifdown eth0:0 The ONPARENT option will automatically bring it up and down in conjunction with the parent interface eth0. To remove automatic behaviour, just [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s simple really.<br />
Create a file <tt>/etc/sysconfig/network-scripts/ifcfg-eth0:0</tt> [eth1:x for 2nd interface etc.] containing:</p>
<blockquote><p><tt><br />
DEVICE=eth0:0<br />
ONPARENT=yes<br />
IPADDR=192.168.1.1<br />
BROADCAST=192.168.1.255<br />
NETMASK=255.255.255.0<br />
NETWORK=192.168.1.0<br />
</tt></p></blockquote>
<p>Manipulating the interface manually:<br />
Bring it up: <tt>/sbin/ifup eth0:0</tt><br />
Take it down: <tt>/sbin/ifdown eth0:0</tt></p>
<p>The <tt>ONPARENT</tt> option will automatically bring it up and down in conjunction with the parent interface <tt>eth0</tt>.<br />
To remove automatic behaviour, just delete or move the file away somewhere else.</p>
]]></content:encoded>
			<wfw:commentRss>http://talk.tladi.net/2009/10/23/howto-centos-multiple-ips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

