<br />I think that the problem must be in how the tunnel is set up. From my autoexec.nos, I am executing these lines:<br /><br />shell ifconfig tun0 192.168.0.109 pointopoint 44.4.14.128 mtu 1500 up<br />pause 3 <br />shell /sbin/arp -s 44.4.14.128 00:40:CA:28:76:9C pub <br />pause 2 <br /><br />Also:<br />route add default tun0<br /><br /><br />From the jnos console:<br />jnos> domain list<br />Server address srtt mdev timeout queries responses timeouts<br />44.4.14.128 15000 0 15000 0 0 0<br />68.87.78.130 15000 0 15000 0 0 0<br />68.87.76.178 15000 0 15000 0 0 0<br />jnos> route look 192.168.0.100<br />Destination Len Interface Gateway Metric P Timer Use<br />default 0 tun0 1 man 0<br />jnos> ping 192.168.0.100<br />jnos> Resolving 192.168.0.100...<br /><br />...and it never pings. So it is looking at the correct interface, but the name never resolves.<br /><br />From the linux console:<br />[root@localhost jnos]# ifconfig tun0<br />tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00<br /> inet addr:192.168.0.109 P-t-P:44.4.14.128 Mask:255.255.255.255<br /> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1<br /> RX packets:2 errors:0 dropped:0 overruns:0 frame:0<br /> TX packets:2 errors:0 dropped:0 overruns:0 carrier:0<br /> collisions:0 txqueuelen:500<br /> RX bytes:64 (64.0 b) TX bytes:120 (120.0 b)<br /><br /><br />I'm just not familiar enough with tunneling to know what's going on. Any ideas?<br /><br />Doug KA3L<br /><br /><br /><br />
<p>On May 8, 2009, <strong>bobtenty@gmail.com</strong> wrote:</p>
<div class="replyBody">
<blockquote class="email_quote" style="border-left: 2px solid #267fdb; margin: 0pt 0pt 0pt 1.8ex; padding-left: 1ex;">doug@kalish.com wrote:<br />> Bob: Thanks for your suggestions. I added the default route to tun0. <br />> However, I am still having trouble. I am trying to execute a ping from within <br />> the jnos console out to my lan (and hopefully eventually the internet). From <br />> the jnos console prompt when I type "ping 192.168.0.100" it returns "Resolving <br />> 192.168.0.100... " but never starts pinging. Pinging that address from the <br />> linux prompt works fine, of course.<br />><br />> I changed over to the 44.x.x.x addresses we are intending to use in Santa Clara <br />> County. I attached a new version of my autoexec.nos.<br />><br />><br />> Thanks for your help with this.<br />><br />> Doug KA3L<br />> <br />Hi Doug,<br /><br />Did you enter 192.168.0.100 in the domain.txt as well?<br /><br />>With the above ip address, if I want to ping jnos from the linux box do I use <br />>127.0.0.1? I get a connection refused message when I do that. If I get this <br />>working, what address would I ping from another computer on the lan to get to jnos?<br /><br />You use its 44.4.14.128 address<br /><br />You have to set the routing right in your other computers because otherwise<br />44.4.14.128 routes to Internet.<br /><br />Although it is less important as you hashed out the domain name servers <br />in jnos<br />44.4.14.14.128 resolves to gilroy.ampr.org<br /><br /><br /><br />73,<br /><br />Bob VE3TOK<br /></blockquote>
</div>