<br /><br /><br />
<div class="replyBody">
<blockquote class="email_quote" style="border-left: 2px solid #267fdb; margin: 0pt 0pt 0pt 1.8ex; padding-left: 1ex;"><br />Hi Guys:  I'm new to this list and new to JNOS so please bear with me.  I've got JNOS 2.0f running on the Spring 2009 distro of Mandriva.  The BBS is running and I can log in over RF and send and retrieve mail.  From the jnos console however I don't seem to be connected to linux, ie "ping 192.168.0.100"  results in 'Trying to resolve 192.168.0.100".  So I don't have network connectivity.  I'm using the bare bones autoexec.nos (see below).<br /><br />Any help would be appreciated.  Also, anybody on this list in the SF Bay Area who is willing to mentor me through this process, I'd appreciate it<br /><br />Thanks.<br /> Doug KA3L<br /><br />AUTOEXEC.NOS<br /><br />#                                      <br /># A minimal autoexec.nos for a JNOS system having network connectivity to<br /># the linux box on which it is running on. From JNOS you can telnet to the<br /># linux box, and from the linux box you can telnet to JNOS. Any packet radio<br /># users can connect to JNOS through the single RF port which can be any TNC <br /># running in KISS mode. This configuration also allows JNOS users to exchange<br /># mail with other JNOS users (local mail), using the Send and Receive cmds.  <br />#                                                                            <br /># The jnosinstaller was designed for first time JNOS users, giving them      <br /># something to start playing with.                                           <br />#                                                                            <br /># This autoexec.nos was GENERATED by jnosinstaller (version 2.1), which was  <br /># released in January of 2008. The original version was written in July of   <br /># the year 2005 - both versions written by Maiko Langelaar / VE4KLM.         <br />#                                                                            <br /># Enable JNOS to log events to dated files in /jnos/logs directory           <br />#                                                                            <br />log on                                                                       <br />#                                                                            <br /># Maximize TCP performance for standard LAN having MTU 1500                  <br />#                                                                            <br />tcp mss 1460                                                                 <br />tcp window 5840                                                              <br />#                                                                            <br />tcp maxwait 30000                                                            <br />tcp retries 5                                                                <br />#                                                                            <br />ip address 192.168.2.2                                                       <br />#                                                                            <br /># Hostname and default ax25 call                                             <br />#                                                                            <br />hostname ka3l-1                                                              <br />ax25 mycall ka3l-1                                                           <br />#                                                                            <br /># Local DNS is done via the 'domain.txt' file !                              <br />#                                                                            <br />domain addserver 68.87.76.178                                                <br />domain addserver 68.87.78.130                                                <br /># Create a network interface. This allows us to talk to the linux            <br /># box on which JNOS is running - and in turn - to the internet.              <br />#                                                                            <br />attach tun tun0 1500 0                                                       <br />#                                                                            <br />ifconfig tun0 ipaddress 192.168.2.2                                          <br />ifconfig tun0 netmask 255.255.255.0                                          <br />ifconfig tun0 mtu 1500                                                       <br />#                                                                            <br /># Give it a chance to come up                                                <br />#                                                                            <br />pause 1                                                                      <br />#                                                                            <br /># JNOS creates the TUN device, so JNOS needs to do some post configuration,  <br /># by shelling out to the linux command line and running 'ifconfig' command.  <br />#                                                                            <br />shell ifconfig tun0 192.168.0.109 pointopoint 192.168.2.2 mtu 1500 up        <br />pause 3                                                                      <br />shell /sbin/arp -s 192.168.2.2 00:40:CA:28:76:9C pub                         <br />pause 2                                                                      <br />#                                                                            <br /># Attach a kiss enabled TNC                                                  <br />#                                                                            <br />attach asy ttyS0 - ax25 vhf 4096 256 9600                                    <br />#                                                                            <br />ifconfig vhf description "vhf - 1200 baud port"                              <br />#                                                                            <br />param vhf 2 256                                                              <br />param vhf 3 1                                                                <br />param vhf 5 1                                                                <br />#                                                                            <br />param vhf TxDelay 25<br />#<br /># Beacon out the RF port every 20 minutes<br />#<br />#<br />ax25 bctext "KA3L Test JNOS internet gateway"<br />ax25 bcinterval 1200<br />ax25 bc vhf<br />#<br /># Start the engines<br />#<br />start ax25<br />start telnet<br />start smtp<br />#<br />#route add default vhf direct<br />route add 44.1.1.1 vhf direct<br />#<br /># Put modem into KISS mode<br />comm vhf "kiss on"<br />comm vhf "restart"<br />#<br /># Don't verify mbox send; for Outpost compatibility<br />mbox sendquery off<br />mbox register off<br /><br /><br /></blockquote>
</div>