<?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>Hack Admin &#187; static routes</title>
	<atom:link href="http://www.hackadmin.com/tag/static-routes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackadmin.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 21:31:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Static Routes in CentOS 5.2</title>
		<link>http://www.hackadmin.com/2008/11/04/static-routes-in-centos-52/</link>
		<comments>http://www.hackadmin.com/2008/11/04/static-routes-in-centos-52/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 20:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 5.2]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[route-etho]]></category>
		<category><![CDATA[static route]]></category>
		<category><![CDATA[static routes]]></category>

		<guid isPermaLink="false">http://www.hackadmin.com/2008/11/04/static-routes-in-centos-52/</guid>
		<description><![CDATA[To add a static route in CentOS 5.2 create a file specific to the interface in /etc/sysconfig/network-scripts.
For example, if you are adding routes where the route&#8217;s gateway will be on the network in use on eth0, you will create the following file:  route-eth0
In the file add the following parameters:
GATEWAY0=192.168.195.2
NETMASK0=255.255.255.0
ADDRESS0=10.0.0.0
For each subsequent route statement increment [...]]]></description>
			<content:encoded><![CDATA[<p>To add a static route in CentOS 5.2 create a file specific to the interface in /etc/sysconfig/network-scripts.</p>
<p><span id="more-15"></span>For example, if you are adding routes where the route&#8217;s gateway will be on the network in use on eth0, you will create the following file:  route-eth0</p>
<p>In the file add the following parameters:</p>
<p><code>GATEWAY0=192.168.195.2<br />
NETMASK0=255.255.255.0<br />
ADDRESS0=10.0.0.0</code></p>
<p>For each subsequent route statement increment the number that is appended to each parameter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackadmin.com/2008/11/04/static-routes-in-centos-52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

