home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / nat32 / CRONTAB < prev    next >
Text File  |  2004-10-27  |  476b  |  15 lines

  1. # This is a sample which you should edit to meet your needs
  2. # at reboot, START the DUN Server
  3. # @reboot duns on
  4. # at 9:00 Monday to Friday STOP the DUN Server
  5. # 0 9 * * Mon-Fri duns off
  6. # at 17:00 Monday to Friday START the DUN Server
  7. # 0 17 * * Mon-Fri duns on
  8. # @reboot admin on
  9. #
  10. # Remove partial entries from the NDIS3PKT Mux Table every minute
  11. * * * * * mux reset
  12. #
  13. # Remove Port 445 entries from the NDIS3PKT Mux Table every minute
  14. * * * * * mux reset 445
  15.