<?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>ItHowTo.ro &#187; ip route</title>
	<atom:link href="http://www.ithowto.ro/tag/ip-route/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blogging about IT Stuff by ESSERIO</description>
	<lastBuildDate>Wed, 30 Nov 2011 09:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Useful iproute2 comands in linux</title>
		<link>http://www.ithowto.ro/2009/03/useful-iproute2-comands-in-linux/</link>
		<comments>http://www.ithowto.ro/2009/03/useful-iproute2-comands-in-linux/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:02:12 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[ip route]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=85</guid>
		<description><![CDATA[While reading the Link Advanced Routing and Trafic Control howto i decided to extract a list of useful commands, in case i forget them later. I&#8217;ve posted them here for whoever finds&#8217;em useful. ip link show - shows the available interfaces on your machine ip address show &#8211; shows the IP addresses attached to your [...]]]></description>
			<content:encoded><![CDATA[<p>While reading the Link Advanced Routing and Trafic Control howto i decided to extract a list of useful commands, in case i forget them later. I&#8217;ve posted them here for whoever finds&#8217;em useful.</p>
<p><strong>ip link show </strong>- shows the available interfaces on your machine</p>
<p><strong>ip address show</strong> &#8211; shows the IP addresses attached to your interfaces.</p>
<p><strong>ip route show</strong> &#8211; shows the available routes on your machine.</p>
<p><strong>ip neigh show</strong> &#8211; shows the current information in your ARP cache.</p>
<p><strong>ip rule</strong> &#8211; shows the routing tables active on yout machine.</p>
<p><strong>ip route list table </strong><em>table_name</em> &#8211; lists the rules available in a specific table</p>
<p><strong>ip rule add from</strong> <em>10.0.0.1</em> <strong>table </strong><em>table_name</em> &#8211; adds a new rule in the <em>table_name</em> table.</p>
<p><strong>ip route add default via </strong><em>200.100.50.25</em><strong> dev </strong><em>eth0</em><strong> table </strong><em>table_name</em> &#8211; adds a default route on a specific table.</p>
<pre class="SCREEN"><a name="LARTC.RPDB.SIMPLE">
</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/useful-iproute2-comands-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

