;----------------------------------------------------------------------------------------- ; ; Network Security Key Configuration file ; ; ; Note: ; ; All text lines are commented. ; Remove semicolon from the start of lines you want to use. ; ;----------------------------------------------------------------------------------------- [MusicMaster] ;; Time in minutes before inactive connections are reused ;NetIdle=60 ;; Time in minutes before connection is restored ;NetCheck=15 ;----------------------------------------------------------------------------------------- [NH_COMMON] ; ; Section-specific Keywords ; ; ; You can set any of the following three Keywords to "Enabled" ; ;;NH_IPX = Enabled or Disabled ; Enable/Disable the IPX protocol ;;NH_NETBIOS = Enabled or Disabled ; Enable/Disable the NETBIOS protocol ;;NH_TCPIP = Enabled or Disabled ; Enable/Disable the TCP/IP protocol NH_IPX = Disabled NH_NETBIOS = Disabled NH_TCPIP = Enabled ; ; General Keywords ; ;;NH_SESSION = ; Maximum time to search for license manager in seconds (default=2) ;;NH_SEND_RCV = ; Maximum time to wait for license manager reply in seconds (default=1) NH_SESSION = 2 NH_SEND_RCV = 1 ;----------------------------------------------------------------------------------------- [NH_TCPIP] ; ; NetHASP does not support TCP/IP under DOS. ; ; ; Section-specific Keywords for the TCP/IP protocol. ; NH_SESSION = 2 NH_SEND_RCV = 1 NH_SERVER_ADDR = 192.168.0.35 ; IP addresses of all the NetHASP ; License Managers you want to search. ; Unlimited addresses and multiple ; lines are possible. ; ; Possible address format examples: ; IP address: 192.114.176.65 ; Local Hostname: ftp.aladdin.co.il ;;NH_PORT_NUMBER = ; Set the TCP/IP port number. This is ; optional. The default number is 475. ;;NH_TCPIP_METHOD = TCP or UDP ; Send a TCP packet or UDP packet ; Default: UDP ;;NH_USE_BROADCAST = Enabled or Disabled; Use TCPI/IP Broadcast mechanism. ; Default: Enabled ;;NH_SERVER_NAME = , , ; Communicate with the NetHASP ; Server with the specified name. ; Maximum: 6 names, up to 7 ; case-insensitive characters each. ; ; General Keywords. ; ;;NH_SESSION = ; Adjustments for the search timeout length ;;NH_SEND_RCV = ; ;----------------------------------------------------------------------------------------- [NH_IPX] ; ; Section-specific Keywords for the IPX protocol. ; ;;NH_USE_BINDERY = Enabled or Disabled ; Use IPX with bindery. ; Default: Disabled ; Ignored under Win32 API. ; This switch replaces older switch ; named NH_USE_SAP. ;;NH_USE_BROADCAST = Enabled or Disabled; Use IPX Broadcast mechanism. ; Default: Enabled ;;NH_BC_SOCKET_NUM = ; Broadcast socket number (HEX). ; Default: 7483H ;;NH_SERVER_NAME = , ,.. ; Communicate with the NetHASP ; Server with the specified name. ; Maximum: 6 names, up to 7 ; case-insensitive characters each. ;;NH_SEARCH_METHOD = Localnet or Internet ; Network search method ;;NH_DATFILE_PATH = ; Specify the location of the NetHASP ; License Manager's address file. ; ; General Keywords ; ;;NH_SESSION = ; Adjustments for the search timeout length ;;NH_SEND_RCV = ; ;----------------------------------------------------------------------------------------- [NH_NETBIOS] ; ; Section-specific Keywords for the NetBIOS protocol. ; ;;NH_NBNAME = ; Assign a name to the NetHASP ; License Manager. ; 1 name possible, up to 8 ; case-insensitive characters. ;;NH_USELANANUM = ; Assign a lana number to be used ; as a communication channel. ; ; General Keywords ; ;;NH_SESSION = ; Adjustments for the search timeout length ;;NH_SEND_RCV = ;