<div>I changed those two rules to no affect.  I have also done the above mentioned things.  My tcpdump shows connections comming in on eth3 but there is no outbound communication.</div>
<div> </div>
<div>Example:</div>
<div> </div>
<div>tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>listening on eth3, link-type EN10MB (Ethernet), capture size 96 bytes<br>20:21:11.915624 IP 41.178.204.108.25591 > ipaa-bb-166-2.z166-152-67.customer.algx.net.smtp: S 3528290937:3528290937(0) win 65535 <mss 1442,nop,wscale 2,nop,nop,sackOK><br>
20:21:14.892106 IP 41.178.204.108.25591 > ipaa-bb-166-2.z166-152-67.customer.algx.net.smtp: S 3528290937:3528290937(0) win 65535 <mss 1442,nop,wscale 2,nop,nop,sackOK><br>20:21:16.017705<br>20:21:16.663301 IP newsletter.publicradio.org.54562 > ipaa-bb-166-2.z166-152-67.customer.algx.net.smtp: S 1665702165:1665702165(0) win 5840 <mss 1460,sackOK,timestamp 3732071063 0,nop,wscale 3><br>
20:21:17.658835 IP client-201.230.112.209.speedy.net.pe.12095 > ipaa-bb-166-2.z166-152-67.customer.algx.net.smtp: S 2778637809:2778637809(0) win 65535 <mss 1400,nop,wscale 1,nop,nop,sackOK><br><br>An abreviated lsof -i4 -n</div>

<div> </div>
<div>COMMAND    PID   USER   FD   TYPE DEVICE SIZE NODE NAME<br>mysqld    4004  mysql   10u  IPv4   8750       TCP *:mysql (LISTEN)<br>spamd     4056   root    5u  IPv4   8943       TCP <a href="http://127.0.0.1:783">127.0.0.1:783</a> (LISTEN)<br>
sendmail  4076   root    4u  IPv4   9094       TCP *:smtp (LISTEN)<br>httpd     4110   root    4u  IPv4   9117       TCP aa.bb.166.2:http (LISTEN)<br>httpd     4166 apache    4u  IPv4   9117       TCP aa.bb.166.2:http (LISTEN)<br>
httpd     4167 apache    4u  IPv4   9117       TCP aa.bb.166.2:http (LISTEN)<br>httpd     4168 apache    4u  IPv4   9117       TCP aa.bb.166.2:http (LISTEN)<br></div>
<div>So it appears to me that the device is listening but it never picks up the phone.</div>
<div> </div>
<div>Any thoughts?</div>
<div><br> </div>
<div class="gmail_quote">On Wed, Jul 1, 2009 at 7:00 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">
<div class="im"><br>><br>> ip rule add from xx.yy.51.46 table Cable<br></div>
<div class="im">> ip rule add from aa.bb.166.2 table T1<br>><br>><br></div>
<div class="im">> Other people seem to be using this configuration successfully but I<br>> seem to be missing something important.<br>><br></div>Change the above rules to:<br><br>ip rule add from xx.yy.51.46 to default lookup Cable<br>
<br>ip rule add from aa.bb.166.2 to default lookup T1<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>