Nkvlad
Junior Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору octoberfest 08:34 20-05-2009 Цитата: Там в сервере защиты указывается его имя (любое но не совпадающее с именем компьютера - иначе ошибку выдает) И это имя должно искаться по NetBIOS over TCP. Но где указать это имя? | если имеется в виду параметр nethasp.ini NH_SERVER_NAME = 1csrv то задается оно на сервере в файле nhsrv.ini, который находится в C:\WINDOWS\system32\ Вот так, например: ;************************************************************************** ;* Win32 NetHASP License Manager (LM) configuration file. ;* Suppoted by LM version 8.20 or newer ;* ;* To be located in the same folder as the NetHASP LM. ;* ;* The following values can be assigned to Boolean switches: ;* 1, yes, true, enabled ;* 0, no, false, disabled ;************************************************************************** ; ------------------------------------------------------------------------------ ; Global LM settings ; ------------------------------------------------------------------------------ [NHS_SERVER] NHS_USERLIST = 1000 ; Maximum number of concurrent logins the LM serves ; Default=1000, max = 65520 NHS_SERVERNAMES = 1csrv ; NetHASP Server names. Should match the names ; clients search (max 6 names, max 7 chars per name) NHS_HIGHPRIORITY = no ; Run the LM in high priority (default=no) ; ------------------------------------------------------------------------------ ; Settings for the IP protocol ; ------------------------------------------------------------------------------ [NHS_IP] NHS_USE_UDP = enabled ; enabled or disabled (default: enabled) NHS_USE_TCP = enabled ; enabled or disabled (default: enabled) NHS_IP_portnum = 475 ; IP port number (default: 475 (IANA registered to HASP)) ; CAUTION: clients must use the same port ! ;;NHS_IP_LIMIT = 10.24.2.18-99, 10.1.1.9/16, 10.25.0.0/24, ; 192.0.0.*, 194.0.*.*, 11.*.*.*, 10.24.7.8-12 /30, 10.24.2.17 ; Specifies the range of station the LM serves ; The LAST byte may be a range (e.g., 10-120) ; The 4th, the 4th and 3rd, or the 4th and 3rd and 2nd byte may be an asterisk, ; acting as wildcard (e.g., 10.*.*.*, but NOT 10.*.20.1) ; An additional bitmask can be specified as number of one-bits (e.g., 10.0.0.0/8) |