<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <link href="chrome://translator/skin/floatingPanel.css"
      type="text/css" rel="stylesheet">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Andre,<br>
      <br>
      >shell ifconfig tun0 192.168.1.112 pointopoint 192.168.1.12 mtu
      1500 up
      <br>
      <br>
      linux is 192.168.1.112 and jnos is 192.168.1.12<br>
      <br>
      But you have the following default route with the wrong 192
      address.<br>
      <br>
      >route addprivate default tun0 192.168.1.2
      <br>
      <br>
      Even a 192 address is not needed there..<br>
      <br>
      route addprivate default tun0     is sufficient in your
      autoexec.nos<br>
      <br>
      <br>
      73,<br>
      <br>
      Boudewijn (Bob) VE3TOK<br>
      <br>
      <br>
      <br>
      <br>
      On 13-10-10 05:00 AM, on4hu wrote:<br>
    </div>
    <blockquote cite="mid:52566C9C.1060104@gmail.com" type="cite">.hello
      to all
      <br>
      I try desperately to use with 44net JNOS ... I probably A Error
      configuration found but how?
      <br>
      OpenVPN from the terminal everything is perfect, but nothing to do
      to pass through tun0 which seems well set
      <br>
      who can help me, I used LINUX Mgeia-3 and here is my autoexec.nos
      .. that you miss it?
      <br>
      <br>
      André ON4HU
      <br>
      <br>
      #==============================================
      <br>
      # 05.10.2013   Jnos2 autoxec.nos
      <br>
      #-----------------------------------------------
      <br>
      #
      <br>
      #domain addserve 44.144.4.1
      <br>
      domain cache size 15
      <br>
      domain cache clean on
      <br>
      domain suffix ampr.org.
      <br>
      domain translate n
      <br>
      domain verbose y
      <br>
      #
      <br>
      #-----------------------------------------------
      <br>
      #
      <br>
      hostname on4hu.ampr.org
      <br>
      #
      <br>
      #-----------------------------------------------
      <br>
      #global ax25 param
      <br>
      ax25 mycall on4hu
      <br>
      ax25 alias MouBBS
      <br>
      ax25 bbs ON4HU-0
      <br>
      ax25 version 2
      <br>
      ax25 t2 2000
      <br>
      ax25 t3 300000
      <br>
      ax25 t4 900
      <br>
      ax25 window 2048
      <br>
      ax25 blimit 3
      <br>
      ax25 irtt 3000
      <br>
      ax25 bcinterval 6000
      <br>
      ax25 ret 12
      <br>
      ax25 irtt 2500
      <br>
      ax25 maxw 7000
      <br>
      ax25 blimit 3
      <br>
      ax25 hsize 10
      <br>
      ax25 maxf 2
      <br>
      ax25 version 2
      <br>
      ax25 pacl 256
      <br>
      #
      <br>
      #-----------------------------------------------
      <br>
      #
      <br>
      ip address 44.144.4.2
      <br>
      #
      <br>
      #
      <br>
      #! /bin/sh
      <br>
      <br>
      ip ttl 225
      <br>
      ip rt 4
      <br>
      tcp mss 216
      <br>
      ftptdisc 1800
      <br>
      tcp timertype linea
      <br>
      tcp irtt 5500
      <br>
      tcp maxw 9000
      <br>
      tcp bl 2
      <br>
      tcp ret 12
      <br>
      tcp win 2048
      <br>
      tcp syn on
      <br>
      ##
      <br>
      #-------------------------------------------------
      <br>
      # ETHERNET
      <br>
      #-------------------------------------------------
      <br>
      #
      <br>
      attach tun tun0 1500 0
      <br>
      pause 1
      <br>
      ifconfig tun0 ipaddress 192.168.1.12
      <br>
      ifconfig tun0 netmask 255.255.255.0
      <br>
      ifconfig tun0 mtu 1500
      <br>
      ifconfig tun0 descript "Reseau local"
      <br>
      echo " tun0 has been configured "
      <br>
      pause 5
      <br>
      shell ifconfig tun0 192.168.1.112 pointopoint 192.168.1.12 mtu
      1500 up
      <br>
      pause 5
      <br>
      shell /usr/sbin/arp -s 192.168.1.12 00:24:21:52:81:22 pub
      <br>
      #
      <br>
      route addprivate default tun0 192.168.1.2
      <br>
      route addp 44.0.0.0/8 tun0
      <br>
      #route addp 192.168.0/24 tun0
      <br>
      #
      <br>
      #-------------------------------------------------
      <br>
      # ARP
      <br>
      #-------------------------------------------------
      <br>
      arp eaves tun0 on
      <br>
      arp eaves encap on
      <br>
      arp poll tun0 on
      <br>
      arp poll encap on
      <br>
      #arp maxq 10
      <br>
      #
      <br>
      #------------------------------------------------
      <br>
      # netrom
      <br>
      #------------------------------------------------
      <br>
      #
      <br>
      attach netrom
      <br>
      netrom minqual 64
      <br>
      #
      <br>
      #------------------------------------------------
      <br>
      # Each of the servers (services you will provide) must be turned
      <br>
      # on before they will be active. The following entries turn all
      <br>
      # of them on. To turn any function off use the command 'stop'
      after
      <br>
      # NOS gets fired up, or just comment out the line here.
      <br>
      #
      <br>
      start ax25
      <br>
      start telnet
      <br>
      start ftp
      <br>
      start smtp
      <br>
      start finger
      <br>
      start remote
      <br>
      start ttylink
      <br>
      start forward
      <br>
      start convers
      <br>
      start pop3
      <br>
      start netrom
      <br>
      #
      <br>
      #-------------------------------------------------
      <br>
      echo a
      <br>
      #
      <br>
      # Cause the SMTP server to look for new mail to send every 10
      minutes
      <br>
      #
      <br>
      smtp timer 600
      <br>
      smtp tdisc 300
      <br>
      smtp quiet yes
      <br>
      smtp trace 1
      <br>
      #smtp hopper y
      <br>
      #smtp gateway 44.144.195.1
      <br>
      smtp dtimeout 168
      <br>
      smtp maxservers 6
      <br>
      #
      <br>
      ftpmaxservers 2
      <br>
      #
      <br>
      #--------------------------------------------------
      <br>
      # Cause the SMTP server to queue mail for SMTP mailer or ext.
      mailer
      <br>
      #
      <br>
      smtp mode route
      <br>
      smtp usemx off
      <br>
      #
      <br>
      #-------------------------------------------------
      <br>
      #
      <br>
      # These values come into play when you are operating in the
      <br>
      # AX.25 mode, along with your ax25 mycall entry above.
      <br>
      #
      <br>
      # If you want to operate as a digipeater (for those poor souls
      <br>
      # not operating TCP/IP!), change 'off' to 'on'
      <br>
      #
      <br>
      #---------------------------------------------------
      <br>
      # mailbox
      <br>
      #---------------------------------------------------
      <br>
      mbox trace off
      <br>
      mbox timer 600
      <br>
      mbox mailfor interval 600
      <br>
      mbox smtptoo on
      <br>
      #mbox usersonly uhf on
      <br>
      mbox fbb 0  #was 2 0=wa7mbl 'ascii'
      <br>
      #
      <br>
      mbox tmsg "JNOS version 2.0j/Linux Mageia-3\n"
      <br>
      mbox fwdinfo "jnos2.0j"
      <br>
      #mbox qth jo10or
      <br>
      mbox hadd ON4HU.HT.BEL.EU
      <br>
      #mbox zip 7700
      <br>
      mbox mailfor exclude sysop hufwd
      <br>
      oldbid 24 30
      <br>
      mbox nrid on
      <br>
      mbox header on
      <br>
      mbox tdisc 300
      <br>
      #
      <br>
      motd "Vous etes sur on4hu.ampr.org\nMachine LINUX Mageia-3 &
      JNOS v 2.0j\n"
      <br>
      #
      <br>
      mbox showalias on
      <br>
      #mbox alias OPENBCM "telnet on4hu.be 4719"
      <br>
      #mbox alias XNET "c xnet on4hu-4"
      <br>
      #
      <br>
      #mbox attend n
      <br>
      #
      <br>
      bulletin return yes
      <br>
      bulletin date yes
      <br>
      bulletin check yes
      <br>
      #
      <br>
      ftype i
      <br>
      #---------------------------------------------------
      <br>
      #
      <br>
      # Bring in all the variable parameters relating to the outside
      world.
      <br>
      # bring in all the remote Tcp/Ip nodes ARP definitions.
      <br>
      #
      <br>
      #source /home/on4hu/jnos/etc/nodes.arp
      <br>
      #
      <br>
      # Next bring in all the AX25 route and modes definitions.
      <br>
      #
      <br>
      # Lastly bring in all the remote Tcp/Ip nodes route definitions.
      <br>
      #-------------------------------------------------
      <br>
      # ETHERNET & VPN
      <br>
      #-------------------------------------------------
      <br>
      # rip update
      <br>
      ip upstairs 224.0.0.9
      <br>
      #purging old routes
      <br>
      rip ttl 43200
      <br>
      #start rip client
      <br>
      start rip
      <br>
      #accep rip update from AMPRgw
      <br>
      rip accept 44.0.0.1
      <br>
      #uncomment this entry to deug or trace the RIP process
      <br>
      #rip trace 9 /etc/rip.log
      <br>
      rip trace 9 /jnos/rip.log
      <br>
      #--------------------------------------------------
      <br>
      # ENCAP
      <br>
      #--------------------------------------------------
      <br>
      ifconfig encap ipaddress 44.144.4.2
      <br>
      ifconfig encap netmask 255.255.255.255
      <br>
      ifconfig encap broadcast 255.255.255.255
      <br>
      echo "encap has been configured for 44.144.4.2"
      <br>
      #pause 5
      <br>
      #--------------------------------------------------
      <br>
      # netrom
      <br>
      #---------------------------------------------------
      <br>
      #
      <br>
      # Get Every NOS node in range to emit their netrom broadcasts
      <br>
      # to load our tables. Very heavy on bandwidth!!!
      <br>
      #
      <br>
      #remote [44.144.00.00}
      <br>
      #
      <br>
      #---------------------------------------------------
      <br>
      #
      <br>
      #
      <br>
      # Wake up the SMTP process to start shipping any outstanding mail.
      <br>
      smtp batch y
      <br>
      smtp kick
      <br>
      #
      <br>
      #---------------------------------------------------
      <br>
      #
      <br>
      third-party y
      <br>
      #
      <br>
      #---------------------------------------------------
      <br>
      # expire every 4 hours
      <br>
      #---------------------------------------------------
      <br>
      #
      <br>
      expire 4
      <br>
      #----------------------------------------------------
      <br>
      #rspf
      <br>
      #----------------------------------------------------
      <br>
      #rspf interface ax3 8 5
      <br>
      #rspf mode datagram
      <br>
      #rspf rrhtimer 900
      <br>
      #rspf suspecttimer 1800
      <br>
      #rspf timer 900
      <br>
      #
      <br>
      #----------------------------------------------------
      <br>
      # Programming keys
      <br>
      #----------------------------------------------------
      <br>
      #
      <br>
      trace tun0 111
      <br>
      #trace xnet 111
      <br>
      #trace ve2hom 111
      <br>
      #
      <br>
      #----------------------------------
      <br>
      # mode convers avec d'autre JNOS
      <br>
      #----------------------------------
      <br>
      #
      <br>
      convers hostname ON4HU_Conv
      <br>
      convers tdisc 7200
      <br>
      convers filter mode accept
      <br>
      #convers filter 44.151.59.57
      <br>
      #convers filter 44.151.62.6
      <br>
      #convers link 44.151.59.57
      <br>
      #
      <br>
      #convers interf xnet on
      <br>
      convers interf tun0 on
      <br>
      #
      <br>
      #------------------------------------
      <br>
      # THE END
      <br>
      #------------------------------------
      <br>
      <br>
      <br>
      <br>
      <br>
      forum => <a class="moz-txt-link-freetext" href="http://on4hu.be/phpbb/">http://on4hu.be/phpbb/</a> inscrivez vous? New MediaWiki
      => <a class="moz-txt-link-freetext" href="http://on4hu.be/MediaWiki">http://on4hu.be/MediaWiki</a> <a class="moz-txt-link-freetext" href="http://on4hu.dyndns.org:81/">http://on4hu.dyndns.org:81/</a>
      <a class="moz-txt-link-freetext" href="http://www.on4hu.be/">http://www.on4hu.be/</a> <a class="moz-txt-link-freetext" href="ftp://ftp.on4hu.be/">ftp://ftp.on4hu.be/</a> ou
      <a class="moz-txt-link-freetext" href="ftp://on4hu.dyndns.org/">ftp://on4hu.dyndns.org/</a> COMPUTERS ARE LIKE AIR-CONDITIONERS THEY
      STOP WORKING PROPERLY AS SOON AS YOU OPEN WINDOWS.
      <br>
      _______________________________________________
      <br>
      nos-bbs mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:nos-bbs@tapr.org">nos-bbs@tapr.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://www.tapr.org/mailman/listinfo/nos-bbs">http://www.tapr.org/mailman/listinfo/nos-bbs</a>
      <br>
    </blockquote>
    <br>
    <div style="bottom: auto; left: 390px; right: auto; top: 67px;
      display: none;" class="translator-theme-default"
      id="translator-floating-panel">
      <div title="Click to translate"
        id="translator-floating-panel-button"></div>
    </div>
  </body>
</html>