In an effort to sound as dimwitted as possible, I&#39;m still getting the generic error, this time trying: <div><br></div><div>ip route add &lt;CLIENT INTERNAL&gt; via &lt;LOCAL EC2 GW&gt; src &lt;EC2 ELASTIC IP&gt;</div><div>
<br></div><div>I received the LOCAL EC2 GW just by using the following command on the Amazon instance:</div><div>ip route |grep &quot;default&quot; | awk &#39;{ print $3 }&#39; <br><br><div class="gmail_quote">On Thu, Sep 22, 2011 at 4:55 PM, Paul Wouters <span dir="ltr">&lt;<a href="mailto:paul@xelerance.com">paul@xelerance.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Thu, 22 Sep 2011, James Nelson wrote:<br>
<br>
</div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            Amazon Local---------------Amazon Elastic===Internet===Client Checkpoint----------Client Internal<br>
            10.XX.XX.XX                   184.XX.XX.XX                           198.XX.XX.XX                 168.XX.XX.XX/XX<br>
I think you really want to say leftsubnet=&lt;AMAZON ELASTIC IP&gt;<br>
Then you probaly need to configure that IP locally, and add a route like<br>
 ip route add 168.XX.XX.XX/XX via yourgw src &lt;AMAZON ELASTIC IP&gt;<br>
<br>
When I try to run the ip route command, I get the generic RTNETLINK no such process error.  I&#39;m assuming by yourgw you mean the 198 address?  <br>
<br>
ip route add &lt;CLIENT INTERNAL SUBNET&gt; via &lt;CLIENT CHECKPOINT&gt; src &lt;ELASTIC IP&gt;<br>
</blockquote>
<br></div></div>
No, I mean your actual default gw IP, which I did not know based in your information provided.<br><font color="#888888">
<br>
Paul</font></blockquote></div>
</div>