home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / netx / autoexec.net next >
Text File  |  1987-08-27  |  614b  |  31 lines

  1. # Attach interfaces
  2. # Syntax: attach <hw type> <I/O address> <vector> <mode> <label>
  3. #                <bufsize> <mtu> [<speed>]
  4. #
  5. mycall n3eua-2
  6. #
  7. # attach com1: as a 4800 baud slip link
  8. attach asy 0x3f8 4 slip sl0 8192 1024 4800
  9. # attach com2: as a 4800 baud KISS link
  10. #attach asy 0x2f8 3 ax25 ax0 2048 576 4800
  11. #
  12. #     Remainder of configuration
  13. #
  14. hostname clone.n3eua.cos.ampr
  15. digipeat off
  16. ttl 16
  17. ipaddr [44.32.0.2]
  18. route add default sl0
  19. gateway winfree
  20. window 512
  21. mss 256
  22. log \spool\net.log
  23. start smtp
  24. start ftp
  25. start echo
  26. start discard
  27. start telnet
  28. #
  29. # turn on tracing
  30. # trace f025
  31.