home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / ham / pe1chl_9.zip / PC / ROUTES.NET < prev   
Text File  |  1992-09-14  |  571b  |  27 lines

  1. # IP routing table example
  2. #
  3. # ARP statements for AX.25 stations
  4. #
  5. #arp add pe1dna        ax25:4k8 pe1dna-4
  6. #
  7. # ARP statements and ROUTES for NET/ROM stations
  8. #
  9. #route add pi8nos    netrom
  10. #arp   add pi8nos    netrom    pi8nos
  11. #
  12. # set direct route for nearby networks (no default, to get unreachable mesgs)
  13. #
  14. route add Holland/18    144
  15. #
  16. # exceptions to gateway routings
  17. #
  18. #route add pe1dna    4k8
  19. #
  20. # stations reachable via (their own private) gateways
  21. #
  22. #route add sys2.pe1chl    via    pe1chl
  23. #
  24. # some networks reachable via gateways
  25. #
  26. #route add Germany/16    via    dd9qp
  27.