<p>I think I see the issue.</p>
<p>You are running the jnos side of the tunnel on the same subnet as your LAN.  So .......</p>
<p>Your ARP lookups are failing. Check your trace screen for proof.</p>
<p>I'll bet that you cannot reach JNOS from other machines in your shack?</p>
<p>Each end of the tunnel expects the other end to be directly connected to the LAN per the netmask setting but this is in fact not the case.</p>
<p>Either do an "arp publish" on both Linux machines which will tell the rest of your LAN where to find the JNOS instances or do a "route addprivate" on each JNOS which goes directly to the other Linux host.</p>

<p>Either way this is not an elegant solution. I would go for the arp solution myself.</p>
<p>You should also write a private route from one 44 address to the other such that nothing gets encap'd between the JNOS's. If you don't do this your data from one 44 address to the other will get wrapped up, sent out to UCSD and then get sent back to your other machine.</p>

<p>There are probaly other ways of doing this too. </p>
<p>Mark</p>
<div class="gmail_quote">On Jan 1, 2013 11:15 PM, "jerome schatten" <<a href="mailto:romers@shaw.ca">romers@shaw.ca</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Mark...<br>
<br>
Answers:<br>
<br>
1. Heuristics...  Experiential learning. For me the joy is in the<br>
journey not necessarily the end goal.<br>
<br>
2. No...  they can't ping each other at all.<br>
<br>
So... it's either a routing problem or the configuration of the axip<br>
links. As I said earlier, taken by themselves, each machine can ping the<br>
router; and from the root of its linux, ping either side of its tun<br>
interface,<br>
<br>
j.<br>
<br>
<br>
On Tue, 2013-01-01 at 20:47 -0500, Mark Phillips wrote:<br>
> 2 questions....<br>
><br>
> 1why bother with axip on a wired network? IMHO this is a plain waste<br>
> of effort.<br>
><br>
> 2 can the machines talk to each other at a lower level (eg ping)?<br>
><br>
> On Jan 1, 2013 6:06 PM, "jerome schatten" <<a href="mailto:romers@shaw.ca">romers@shaw.ca</a>> wrote:<br>
>         Small  correction for Computer#2 below:<br>
>         j.<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
nos-bbs mailing list<br>
<a href="mailto:nos-bbs@tapr.org">nos-bbs@tapr.org</a><br>
<a href="https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs" target="_blank">https://www.tapr.org/cgi-bin/mailman/listinfo/nos-bbs</a><br>
</blockquote></div>