<div>Thanks for your responce!</div>
<div> </div>
<div>If I open up Iptables to accept everything on eth3 and eth2 or turn it off all together I get the same results.</div>
<div> </div>
<div>I will have to look through your iproute2 commands to see how they match up to mine.  Do you see anything different in mine that would indicate the issue?</div>
<div> </div>
<div> </div>
<div class="gmail_quote">On Wed, Jul 1, 2009 at 9:25 PM, Christopher Chan <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">Hello Doug,<br><br>Here are the iproute2 commands for a multigateway setup I did.<br><br>ip route add <a href="http://220.232.217.72/29" target="_blank">220.232.217.72/29</a> dev eth0  proto kernel  scope link src<br>
220.232.217.78 table pacific<br>ip route add <a href="http://10.9.0.0/17" target="_blank">10.9.0.0/17</a> dev eth1  proto kernel  scope link src<br>10.9.1.101 table pacific<br>ip route add default via 220.232.217.73 dev eth0 table pacific<br>
ip route add <a href="http://203.174.45.24/29" target="_blank">203.174.45.24/29</a> dev eth2  proto kernel  scope link src<br>203.174.45.30 table wharf<br>ip route add <a href="http://10.9.0.0/17" target="_blank">10.9.0.0/17</a> dev eth1  proto kernel  scope link src<br>
10.9.1.101 table wharf<br>ip route add default via 203.174.45.25 dev eth2 table wharf<br>ip route add <a href="http://59.152.193.16/29" target="_blank">59.152.193.16/29</a> dev eth2  proto kernel  scope link src<br>59.152.193.22 table frahw<br>
ip route add <a href="http://10.9.0.0/17" target="_blank">10.9.0.0/17</a> dev eth1  proto kernel  scope link src<br>10.9.1.101 table frahw<br>ip route add default via 59.152.193.17 dev eth2 table wharf<br>ip route add <a href="http://10.9.0.0/17" target="_blank">10.9.0.0/17</a> dev eth1  proto kernel  scope link src<br>
10.9.1.101 table saurer<br>ip route add <a href="http://10.0.0.0/8" target="_blank">10.0.0.0/8</a> via 10.9.0.1 dev eth1 table saurer<br><br>ip rule add from 220.232.217.78 to default lookup pacific<br>ip rule add from 203.174.45.30 to default lookup wharf<br>
<br><br><br>You may also want to check your firewall rules too.<br><br><br>I must also say that there are no GATEWAY entries in my ifcfg-ethx. Only<br>one in network.<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>