<div>A number of weeks ago I had huge help from many of you configuring routing on a server with multiple Internet facing nics.  Thanks for all of your help!!!!</div>
<div> </div>
<div>I am still having a routing issue that I am hoping someone can help me tweek.  This server, besides acting as our gateway to the internet, is also our web and email server.  The server has 4 nics.  Two are connected to the internet and the other two route traffic to internal subnets.  </div>

<div> </div>
<div>Our network topography in question looks like this:</div>
<div> </div>
<div>Internet - Gateway Server - 192.168.4 subnet - Internal Server - 192.168.6 subnet - Clients</div>
<div> </div>
<div>The problem that I am experiencing is that part of our internal network, the 192.168.6 subnet cannot view our website that is hosted on our Gateway server.  Our Internal Server can access the site but the Clients simply time out looking for it.</div>

<div> </div>
<div>If I point the Client to the internal address of the Gateway Server I can pull up the site but if I use the URL the browser times out.</div>
<div> </div>
<div>If I turn off my ip rules I can then view the URL on my Clients but of course external routing falls apart.</div>
<div> </div>
<div>/etc/sysconfig/network-scripts/rule-eth2</div>
<div> </div>
<div>from 173.11.51.45 table Cable<br></div>
<div>/etc/sysconfig/network-scripts/rule-eth3</div>
<div> </div>
<div>from 67.152.166.2 table T1<br></div>
<div>/etc/sysconfig/network-scripts/route-eth0</div>
<div> </div>
<div>GATEWAY1=192.168.4.3<br>NETMASK1=255.255.255.0<br>ADDRESS1=192.168.6.0<br>GATEWAY0=192.168.4.2<br>NETMASK0=255.255.255.0<br>ADDRESS0=192.168.5.0<br></div>
<div>/etc/sysconfig/network-scripts/route-eth1</div>
<div> </div>
<div>GATEWAY0=192.168.4.1<br>NETMASK0=255.255.255.0<br>ADDRESS0=192.168.4.0</div>
<div> </div>
<div>/etc/sysconfig/network-scripts/route-eth2</div>
<div> </div>
<div><a href="http://173.11.51.44/30">173.11.51.44/30</a> dev eth2 proto kernel scope link src 173.11.51.45 table Cable</div>
<div><a href="http://173.11.51.44/30">173.11.51.44/30</a> dev eth2 src 173.11.51.45</div>
<div>default via 173.11.51.46 table Cable</div>
<div>default via 173.11.51.46</div>
<div><a href="http://192.168.4.0/24">192.168.4.0/24</a> dev eth0 proto kernel scope link src 192.168.4.1 table Cable<br></div>
<div>/etc/sysconfig/network-scripts/route-eth3</div>
<div> </div>
<div><a href="http://67.152.166.0/27">67.152.166.0/27</a> dev eth3 proto kernel scope link src 67.152.166.2 table T1</div>
<div><a href="http://67.152.166.0/27">67.152.166.0/27</a> dev eth3 src 67.152.166.2</div>
<div>default via 67.152.166.1 table T1</div>
<div><a href="http://192.168.4.0/24">192.168.4.0/24</a> dev eth0 proto kernel scope link src 192.168.4.1 table T1<br></div>
<div># ip rule list</div>
<div>0:      from all lookup 255<br>32764:  from 67.152.166.2 lookup T1<br>32765:  from 173.11.51.45 lookup Cable<br>32766:  from all lookup main<br>32767:  from all lookup default<br></div>
<div># ip route show</div>
<div><a href="http://173.11.51.44/30">173.11.51.44/30</a> dev eth2  scope link  src 173.11.51.45<br><a href="http://67.152.166.0/27">67.152.166.0/27</a> dev eth3  proto kernel  scope link  src 67.152.166.2<br><a href="http://192.168.6.0/24">192.168.6.0/24</a> via 192.168.4.3 dev eth0<br>
<a href="http://192.168.5.0/24">192.168.5.0/24</a> via 192.168.4.2 dev eth0<br><a href="http://192.168.4.0/24">192.168.4.0/24</a> dev eth0  proto kernel  scope link  src 192.168.4.1<br><a href="http://192.168.1.0/24">192.168.1.0/24</a> dev eth1  proto kernel  scope link  src 192.168.1.1<br>
<a href="http://169.254.0.0/16">169.254.0.0/16</a> dev eth3  scope link<br>default via 173.11.51.46 dev eth2<br></div>
<div># ip route show table cable</div>
<div><a href="http://173.11.51.44/30">173.11.51.44/30</a> dev eth2  proto kernel  scope link  src 173.11.51.45<br><a href="http://192.168.4.0/24">192.168.4.0/24</a> dev eth0  proto kernel  scope link  src 192.168.4.1<br>
default via 173.11.51.46 dev eth2<br></div>
<div># ip route show tabel T1</div>
<div><a href="http://67.152.166.0/27">67.152.166.0/27</a> dev eth3  proto kernel  scope link  src 67.152.166.2<br><a href="http://192.168.4.0/24">192.168.4.0/24</a> dev eth0  proto kernel  scope link  src 192.168.4.1<br>
default via 67.152.166.1 dev eth3<br></div>
<div>Any insight would be greatly appreciated!  I have been pecking away at it and I just can't seem to get it right.</div>
<div> </div>
<div>Thanks - Doug</div>
<div> </div>