<?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>LeopoldoMaestro.COM &#187; Policy Routing</title>
	<atom:link href="http://www.leopoldomaestro.com/tag/policy-routing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leopoldomaestro.com</link>
	<description>Networking, Tecnología, Linux, Negocios...</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:59:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enrutar interfaces por distintos gateway con iproute</title>
		<link>http://www.leopoldomaestro.com/enrutar-interfaces-por-distintos-gateway-con-iproute/</link>
		<comments>http://www.leopoldomaestro.com/enrutar-interfaces-por-distintos-gateway-con-iproute/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 16:51:47 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iproute]]></category>
		<category><![CDATA[Policy Routing]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=372</guid>
		<description><![CDATA[# Creamos la tabla de rutas
echo &#8220;1 admin&#8221; &#62;&#62; /etc/iproute2/rt_tables
# definimos gateway y interfaces
ip route add 192.168.143.0/24 dev eth0.101 src 91.200.143.253 table admin
ip route add default via 192.168.143.1 dev eth0.101 table admin
# reglas from y to
ip rule add from 192.168.143.253/32 table admin
ip rule add to 192.168.143.253/32 table admin
]]></description>
			<content:encoded><![CDATA[<p># Creamos la tabla de rutas</p>
<p>echo &#8220;1 admin&#8221; &gt;&gt; /etc/iproute2/rt_tables</p>
<p># definimos gateway y interfaces</p>
<p>ip route add 192.168.143.0/24 dev eth0.101 src 91.200.143.253 table admin<br />
ip route add default via 192.168.143.1 dev eth0.101 table admin</p>
<p># reglas from y to</p>
<p>ip rule add from 192.168.143.253/32 table admin<br />
ip rule add to 192.168.143.253/32 table admin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/enrutar-interfaces-por-distintos-gateway-con-iproute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
