Linux - Jnos Setup and Configuration HOW-TORoutes.lcl routing fileBy John Martin KF8KK
|
|
| The routes.lcl file is a handy way to tell Jnos of the
local tcp/ip routing information.
This file is loaded in the autoexec.nos just AFTER the encap.txt file and by doing so it properly loads the local routes that would otherwise be incorrect if the encap.txt file was loaded alone (or after this). See the regular Jnos documentation section dealing with the 'route' command for more information on what you see here. |
|
| # # LOCAL IP ROUTING TABLES #===================== # # Load this file after encap.txt # # # # Default route route add default tun0 192.168.1.1 # # Routes I have announced responsibility for to gateways@fuller.net # These overwrite the encap routes in the encap.txt route tables # that we just loaded. # # Leelanau route add 44.102.152/24 RF 44.102.152.25 44.102.152.23 route add 44.102.153/24 RF 44.102.152.25 44.102.152.23 # Benzie route add 44.102.150/24 RF 44.102.152.25 44.102.152.23 route add 44.102.151/24 RF 44.102.152.25 44.102.152.23 # Manistee route add 44.102.148/24 RF 44.102.152.25 44.102.152.23 # Kalkaska route add 44.102.166/24 RF 44.102.152.25 44.102.152.23 # Grand Traverse route add 44.102.154/24 RF 44.102.152.25 44.102.152.23 # # # Directly connected stations # or those NOT on our default radio interface ###route add 44.102.1.55 RF ### route add 44.102.8.xxx RF # # Gateway through 44.102.152.25 route add 192.168.222/24 RF 44.102.152.25 44.102.152.23 route add 192.168.2/24 RF 44.102.152.25 44.102.152.23 ###route add 44.102.1.50 RF 44.102.1.32 # ###ax25 route perm kb5il-4 RF #ax25 route perm kal RF BEN11 ax25 route perm col 145.09 colbbs # # #route add moe tun0 192.168.1.6 ###route add www.geocities.com tun0 44.102.1.43 #
|
|
| Introduction Obtaining The Software Installing a DOS partition Slackware Installation A Slackware Installation B Selecting Packages Configuring Linux Linux Network Configuration Starting Slackware Linux Basic Jnos Installation Jnos Localization & Config Starting Jnos Compiling Jnos |
|