# # Enable JNOS to log events to dated files in /jnos/logs directory # log on # # Maximize TCP performance for standard LAN having MTU 1500 # tcp mss 1460 tcp window 5840 # tcp maxwait 30000 # # The IP address !!! # # Set ip address to a dummy AMPRnet value, since we are not doing any IP on # any of our RF ports for this configuration, and we do not have any AMPRnet # routing in place. The ip address of JNOS will effectively be that of the # network (TUN) interface configured further below. # ip address 44.135.125.1 # # Hostname and default ax25 call # hostname ve4klm.ampr.org ax25 mycall ve4klm # # # Create a network interface. This allows us to talk to the linux # box on which JNOS is running - and in turn - to the internet. # attach tun tun0 1500 0 # ifconfig tun0 ipaddress 192.168.2.2 ifconfig tun0 netmask 255.255.255.0 ifconfig tun0 mtu 1500 # # Give it a chance to come up # pause 1 # # JNOS creates the TUN device, so JNOS needs to do some post configuration, # by shelling out to the linux command line and running 'ifconfig' command. # shell ifconfig tun0 192.168.2.1 192.168.2.2 mtu 1500 up # # # Start your engines - ax25 + telnet # start ax25 start telnet start ttylink #