<div>I was simply trying to follow the example in:</div>
<div> </div>
<div><a href="http://lartc.org/howto/lartc.rpdb.multiple-links.html">http://lartc.org/howto/lartc.rpdb.multiple-links.html</a></div>
<div> </div>
<div>That is my introduction and main resource for what I was doing.  If there is other resorces that any could suggest beyond the man page I wold be interested to understanding this better.</div>
<div> </div>
<div>As a follow up issue.  The only thing that is not working properly is that I can not pull up my website that is hosted on this server from our private network.</div>
<div> </div>
<div>Do I need iproutes for my other two nics?  I have never needed them before.</div>
<div> </div>
<div>Thanks again for all your help!!!!!!!!!!!!<br><br></div>
<div class="gmail_quote">On Thu, Jul 2, 2009 at 8:06 AM, Chan Chung Hang Christopher <span dir="ltr"><<a href="mailto:christopher.chan@bradbury.edu.hk">christopher.chan@bradbury.edu.hk</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">Doug Coats wrote:<br>> I am ecstatically confused.<br>><br>> After I entered the last two commands my routing is working the way that I<br>> need it to.<br>><br>> ip rule add from 173.11.51.46 table Cable<br>
> ip rule add from 67.152.166.2 table T1<br>><br>> The problem is I don't know which actual commands worked.  I had just<br>> rebooted.  The other ip commands were all in the rc.local file so they all<br>> ran.<br>
><br>> Why did the above commands make the Cable and T1 rules show up in the rules<br>> list but the following two did not?<br>><br></div>The following too are not ip rules. They are ip routing table entries.<br>
They will show up if you run 'ip route list table Cable'<br>
<div class="im"><br>> ip route add <a href="http://173.11.51.44/30" target="_blank">173.11.51.44/30</a> dev eth2 src 173.11.51.45 table Cable<br></div>
<div class="im">> ip route add <a href="http://67.152.166.0/27" target="_blank">67.152.166.0/27</a> dev eth3 src 67.152.166.2 table T1<br>> Do I need all of the commands?  So that what is in rc.local looks like this?<br>
><br><br></div>Take a look at the ones I posted...they are taken from rc.local since I<br>have not taken to effort to integrate them elsewhere per interface.<br>
<div class="im"><br>> ip rule add from 173.11.51.46 table Cable<br>> ip route add <a href="http://173.11.51.44/30" target="_blank">173.11.51.44/30</a> dev eth2 src 173.11.51.45 table Cable<br>> ip route add default via 173.11.51.45 table Cable<br>
> ip route add <a href="http://173.11.51.44/30" target="_blank">173.11.51.44/30</a> dev eth2 src 173.11.51.45<br>> ip route add default via 173.11.51.46<br>> ip rule add from 173.11.51.45 to default lookup Cable<br>
> ip rule add from 67.152.166.2 table T1<br>> ip route add <a href="http://67.152.166.0/27" target="_blank">67.152.166.0/27</a> dev eth3 src 67.152.166.2 table T1<br>> ip route add default via 67.152.166.2 table T1<br>
> ip route add <a href="http://67.152.166.0/27" target="_blank">67.152.166.0/27</a> dev eth3 src 67.152.166.2<br>> ip rule add from 67.152.166.2 to default lookup T1<br>> ip route flush cache<br>><br>><br></div>
I find it interesting that you have ip rule commands before the relevant<br>ip route commands for the custom routing table...<br>
<div>
<div></div>
<div class="h5">_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br>