Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1212 lines
40 KiB

  1. /********************************************************************/
  2. /** Copyright(c) 1992 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename: mprlog.h
  7. //
  8. // Description:
  9. //
  10. // History: August 26,1995. NarenG Created original version.
  11. //
  12. //***
  13. //
  14. // Don't change the comments following the manifest constants without
  15. // understanding how mapmsg works.
  16. //
  17. #define ROUTER_LOG_BASE 20000
  18. #define ROUTERLOG_CANT_LOAD_NBGATEWAY (ROUTER_LOG_BASE+1)
  19. /*
  20. * Cannot load the NetBIOS gateway DLL component because of the following error: %1
  21. */
  22. #define ROUTERLOG_CANT_GET_REGKEYVALUES (ROUTER_LOG_BASE+2)
  23. /*
  24. * Cannot access registry key values.
  25. */
  26. #define ROUTERLOG_CANT_ENUM_REGKEYVALUES (ROUTER_LOG_BASE+3)
  27. /*
  28. * Cannot enumerate Registry key values. %1
  29. */
  30. #define ROUTERLOG_INVALID_PARAMETER_TYPE (ROUTER_LOG_BASE+4)
  31. /*
  32. * Parameter %1 has an invalid type.
  33. */
  34. #define ROUTERLOG_CANT_ENUM_PORTS (ROUTER_LOG_BASE+5)
  35. /*
  36. * Cannot enumerate the Remote Access Connection Manager ports. %1
  37. */
  38. #define ROUTERLOG_NO_DIALIN_PORTS (ROUTER_LOG_BASE+6)
  39. /*
  40. * The Remote Access Service is not configured to receive calls or all ports
  41. * configured for receiving calls are in use by other applications.
  42. */
  43. #define ROUTERLOG_CANT_RECEIVE_FRAME (ROUTER_LOG_BASE+7)
  44. /*
  45. * Cannot receive initial frame on port %1 because of the following error: %2
  46. * The user has been disconnected.
  47. */
  48. #define ROUTERLOG_AUTODISCONNECT (ROUTER_LOG_BASE+8)
  49. /*
  50. * The user connected to port %1 has been disconnected due to inactivity.
  51. */
  52. #define ROUTERLOG_EXCEPT_MEMORY (ROUTER_LOG_BASE+9)
  53. /*
  54. * The user connected to port %1 has been disconnected because there is not
  55. * enough memory available in the system.
  56. */
  57. #define ROUTERLOG_EXCEPT_SYSTEM (ROUTER_LOG_BASE+10)
  58. /*
  59. * The user connected to port %1 has been disconnected due to a system error.
  60. */
  61. #define ROUTERLOG_EXCEPT_LAN_FAILURE (ROUTER_LOG_BASE+11)
  62. /*
  63. * The user connected to port %1 has been disconnected due to a critical network
  64. * error on the local network.
  65. */
  66. #define ROUTERLOG_EXCEPT_ASYNC_FAILURE (ROUTER_LOG_BASE+12)
  67. /*
  68. * The user connected to port %1 has been disconnected due to a critical network
  69. * error on the async network.
  70. */
  71. #define ROUTERLOG_DEV_HW_ERROR (ROUTER_LOG_BASE+13)
  72. /*
  73. * The communication device attached to port %1 is not functioning.
  74. */
  75. #define ROUTERLOG_AUTH_FAILURE (ROUTER_LOG_BASE+14)
  76. /*
  77. * The user %1 has connected and failed to authenticate on port %2. The line
  78. * has been disconnected.
  79. */
  80. #define ROUTERLOG_AUTH_SUCCESS (ROUTER_LOG_BASE+15)
  81. /*
  82. * The user %1 has connected and has been successfully authenticated on
  83. * port %2.
  84. */
  85. #define ROUTERLOG_AUTH_CONVERSATION_FAILURE (ROUTER_LOG_BASE+16)
  86. /*
  87. * The user connected to port %1 has been disconnected because there was a
  88. * transport-level error during the authentication conversation.
  89. */
  90. #define ROUTERLOG_CANT_RESET_LAN (ROUTER_LOG_BASE+18)
  91. /*
  92. * Cannot reset the network adapter for LANA %1. The error code is the data.
  93. */
  94. #define ROUTERLOG_CANT_GET_COMPUTERNAME (ROUTER_LOG_BASE+19)
  95. /*
  96. * Remote Access Server Security Failure.
  97. * Cannot locate the computer name. GetComputerName call has failed.
  98. */
  99. #define ROUTERLOG_CANT_ADD_RASSECURITYNAME (ROUTER_LOG_BASE+20)
  100. /*
  101. * Remote Access Server Security Failure.
  102. * Cannot add the name for communication with the security agent on LANA %1.
  103. */
  104. #define ROUTERLOG_CANT_GET_ADAPTERADDRESS (ROUTER_LOG_BASE+21)
  105. /*
  106. * Remote Access Server Security Failure.
  107. * Cannot access the network adapter address on LANA %1.
  108. */
  109. #define ROUTERLOG_SESSOPEN_REJECTED (ROUTER_LOG_BASE+22)
  110. /*
  111. * Remote Access Server Security Failure.
  112. * The security agent has rejected the Remote Access server's call to
  113. * establish a session on LANA %1.
  114. */
  115. #define ROUTERLOG_START_SERVICE_REJECTED (ROUTER_LOG_BASE+23)
  116. /*
  117. * Remote Access Server Security Failure.
  118. * The security agent has rejected the Remote Access server's request to start
  119. * the service on this computer on LANA %1.
  120. */
  121. #define ROUTERLOG_SECURITY_NET_ERROR (ROUTER_LOG_BASE+24)
  122. /*
  123. * Remote Access Server Security Failure.
  124. * A network error has occurred when trying to establish a session with the
  125. * security agent on LANA %1.
  126. * The error code is the data.
  127. */
  128. #define ROUTERLOG_EXCEPT_OSRESNOTAV (ROUTER_LOG_BASE+25)
  129. /*
  130. * The user connected to port %1 has been disconnected because there are no
  131. * operating system resources available.
  132. */
  133. #define ROUTERLOG_EXCEPT_LOCKFAIL (ROUTER_LOG_BASE+26)
  134. /*
  135. * The user connected to port %1 has been disconnected because of a failure to
  136. * lock user memory.
  137. */
  138. #define ROUTERLOG_CANNOT_OPEN_RASHUB (ROUTER_LOG_BASE+27)
  139. /*
  140. * Remote Access Connection Manager failed to start because NDISWAN could not
  141. * be opened.
  142. */
  143. #define ROUTERLOG_CANNOT_INIT_SEC_ATTRIBUTE (ROUTER_LOG_BASE+28)
  144. /*
  145. * Remote Access Connection Manager failed to start because it could not initialize the
  146. * security attributes. Restart the computer. %1
  147. */
  148. #define ROUTERLOG_CANNOT_GET_ENDPOINTS (ROUTER_LOG_BASE+29)
  149. /*
  150. * Remote Access Connection Manager failed to start because no endpoints were available.
  151. * Restart the computer.
  152. */
  153. #define ROUTERLOG_CANNOT_GET_MEDIA_INFO (ROUTER_LOG_BASE+30)
  154. /*
  155. * Remote Access Connection Manager failed to start because it could not load one or
  156. * more communication DLLs. Ensure that your communication hardware is installed and then
  157. * restart the computer. %1
  158. */
  159. #define ROUTERLOG_CANNOT_GET_PORT_INFO (ROUTER_LOG_BASE+31)
  160. /*
  161. * Remote Access Connection Manager failed to start because it could not locate port
  162. * information from media DLLs. %1
  163. */
  164. #define ROUTERLOG_CANNOT_GET_PROTOCOL_INFO (ROUTER_LOG_BASE+32)
  165. /*
  166. * Remote Access Connection Manager failed to start because it could not access
  167. * protocol information from the Registry. %1
  168. */
  169. #define ROUTERLOG_CANNOT_REGISTER_LSA (ROUTER_LOG_BASE+33)
  170. /*
  171. * Remote Access Connection Manager failed to start because it could not register
  172. * with the local security authority.
  173. * Restart the computer. %1
  174. */
  175. #define ROUTERLOG_CANNOT_CREATE_FILEMAPPING (ROUTER_LOG_BASE+34)
  176. /*
  177. * Remote Access Connection Manager failed to start because it could not create shared
  178. * file mapping.
  179. * Restart the computer. %1
  180. */
  181. #define ROUTERLOG_CANNOT_INIT_BUFFERS (ROUTER_LOG_BASE+35)
  182. /*
  183. * Remote Access Connection Manager failed to start because it could not create buffers.
  184. * Restart the computer. %1
  185. */
  186. #define ROUTERLOG_CANNOT_INIT_REQTHREAD (ROUTER_LOG_BASE+36)
  187. /*
  188. * Remote Access Connection Manager failed to start because it could not access resources.
  189. * Restart the computer. %1
  190. */
  191. #define ROUTERLOG_CANNOT_START_WORKERS (ROUTER_LOG_BASE+37)
  192. /*
  193. * Remote Access Connection Manager service failed to start because it could not start worker
  194. * threads.
  195. * Restart the computer.
  196. */
  197. #define ROUTERLOG_CANT_GET_LANNETS (ROUTER_LOG_BASE+38)
  198. /*
  199. * Remote Access Server Configuration Error.
  200. * Cannot find the LANA numbers for the network adapters.
  201. * Remote clients connecting with the NBF protocol will only be able to access resources on the local machine.
  202. */
  203. #define ROUTERLOG_CANNOT_OPEN_SERIAL_INI (ROUTER_LOG_BASE+39)
  204. /*
  205. * RASSER.DLL cannot open the SERIAL.INI file.
  206. */
  207. #define ROUTERLOG_CANNOT_GET_ASYNCMAC_HANDLE (ROUTER_LOG_BASE+40)
  208. /*
  209. * An attempt by RASSER.DLL to get an async media access control handle failed.
  210. */
  211. #define ROUTERLOG_CANNOT_LOAD_SERIAL_DLL (ROUTER_LOG_BASE+41)
  212. /*
  213. * RASMXS.DLL cannot load RASSER.DLL.
  214. */
  215. #define ROUTERLOG_CANNOT_ALLOCATE_ROUTE (ROUTER_LOG_BASE+42)
  216. /*
  217. * The Remote Access server cannot allocate a route for the user connected on port %1 bacause of the following error: %2
  218. * The user has been disconnected.
  219. * Check the configuration of your Remote Access Service.
  220. */
  221. #define ROUTERLOG_ADMIN_MEMORY_FAILURE (ROUTER_LOG_BASE+43)
  222. /*
  223. * Cannot allocate memory in the admin support thread for the Remote Access Service.
  224. */
  225. #define ROUTERLOG_ADMIN_THREAD_CREATION_FAILURE (ROUTER_LOG_BASE+44)
  226. /*
  227. * Cannot create an instance thread in the admin support thread for the Remote Access Service.
  228. */
  229. #define ROUTERLOG_ADMIN_PIPE_CREATION_FAILURE (ROUTER_LOG_BASE+45)
  230. /*
  231. * Cannot create a named pipe instance in the admin support thread for the Remote Access Service.
  232. */
  233. #define ROUTERLOG_ADMIN_PIPE_FAILURE (ROUTER_LOG_BASE+46)
  234. /*
  235. * General named pipe failure occurred in the admin support thread for the Remote Access Service.
  236. */
  237. #define ROUTERLOG_ADMIN_INVALID_REQUEST (ROUTER_LOG_BASE+47)
  238. /*
  239. * An invalid request was sent to the admin support thread for the Remote Access Service,
  240. * possibly from a down-level admin tool. The request was not processed.
  241. */
  242. #define ROUTERLOG_USER_ACTIVE_TIME (ROUTER_LOG_BASE+48)
  243. /*
  244. * The user %1 connected on port %2 on %3 at %4 and disconnected on
  245. * %5 at %6. The user was active for %7 minutes %8 seconds. %9 bytes
  246. * were sent and %10 bytes were received. The port speed was %11. The
  247. * reason for disconnecting was %12.
  248. */
  249. #define ROUTERLOG_AUTH_TIMEOUT (ROUTER_LOG_BASE+49)
  250. /*
  251. * The user connected to port %1 has been disconnected because the authentication process
  252. * did not complete within the required amount of time.
  253. */
  254. #define ROUTERLOG_AUTH_NO_PROJECTIONS (ROUTER_LOG_BASE+50)
  255. /*
  256. * The user %1 connected to port %2 has been disconnected because no network protocols were successfully negotiatated.
  257. */
  258. #define ROUTERLOG_AUTH_INTERNAL_ERROR (ROUTER_LOG_BASE+51)
  259. /*
  260. * The user connected to port %1 has been disconnected because an internal authentication error occurred.
  261. */
  262. #define ROUTERLOG_NO_LANNETS_AVAILABLE (ROUTER_LOG_BASE+52)
  263. /*
  264. * The NetBIOS gateway has been configured to access the network but there are no network adapters available.
  265. * Remote clients connecting with the NBF protocol will only be able to access resources on the local machine.
  266. */
  267. #define ROUTERLOG_NETBIOS_SESSION_ESTABLISHED (ROUTER_LOG_BASE+53)
  268. /*
  269. * The user %1 established a NetBIOS session between
  270. * the remote workstation %2 and the network server %3.
  271. */
  272. #define ROUTERLOG_RASMAN_NOT_AVAILABLE (ROUTER_LOG_BASE+54)
  273. /*
  274. * Remote Access Service failed to start because the Remote Access Connection Manager failed to initialize because of the following error: %1
  275. */
  276. #define ROUTERLOG_CANT_ADD_NAME (ROUTER_LOG_BASE+55)
  277. /*
  278. * Cannot add the remote computer name %1 on LANA %2 for the client being connected on port %3.
  279. * The error code is the data.
  280. */
  281. #define ROUTERLOG_CANT_DELETE_NAME (ROUTER_LOG_BASE+56)
  282. /*
  283. * Cannot delete the remote computer name %1 from LANA %2 for the client being disconnected on port %3.
  284. * The error code is the data.
  285. */
  286. #define ROUTERLOG_CANT_ADD_GROUPNAME (ROUTER_LOG_BASE+57)
  287. /*
  288. * Cannot add the remote computer group name %1 on LANA %2.
  289. * The error code is the data.
  290. */
  291. #define ROUTERLOG_CANT_DELETE_GROUPNAME (ROUTER_LOG_BASE+58)
  292. /*
  293. * Cannot delete the remote computer group name %1 from LANA %2.
  294. * The error code is the data.
  295. */
  296. #define ROUTERLOG_UNSUPPORTED_BPS (ROUTER_LOG_BASE+59)
  297. /*
  298. * The modem on %1 moved to an unsupported BPS rate.
  299. */
  300. #define ROUTERLOG_SERIAL_QUEUE_SIZE_SMALL (ROUTER_LOG_BASE+60)
  301. /*
  302. * The serial driver could not allocate adequate I/O queues.
  303. * This may result in an unreliable connection.
  304. */
  305. #define ROUTERLOG_CANNOT_REOPEN_BIPLEX_PORT (ROUTER_LOG_BASE+61)
  306. /*
  307. * Remote Access Connection Manager could not reopen biplex port %1. This port
  308. * will not be available for calling in or calling out.
  309. * Restart all Remote Access Service components.
  310. */
  311. #define ROUTERLOG_DISCONNECT_ERROR (ROUTER_LOG_BASE+62)
  312. /*
  313. * Internal Error: Disconnect operation on %1 completed with an error. %1
  314. */
  315. #define ROUTERLOG_CANNOT_INIT_PPP (ROUTER_LOG_BASE+63)
  316. /*
  317. * Remote Access Connection Manager failed to start because the Point to Point
  318. * Protocol failed to initialize. %1
  319. */
  320. #define ROUTERLOG_CLIENT_CALLED_BACK (ROUTER_LOG_BASE+64)
  321. /*
  322. * The user %1 on port %2 was called back at the number %3.
  323. */
  324. #define ROUTERLOG_PROXY_CANT_CREATE_PROCESS (ROUTER_LOG_BASE+65)
  325. /*
  326. * The Remote Access Gateway Proxy could not create a process.
  327. */
  328. #define ROUTERLOG_PROXY_CANT_CREATE_PIPE (ROUTER_LOG_BASE+66)
  329. /*
  330. * The Remote Access Gateway Proxy could not create a named pipe.
  331. */
  332. #define ROUTERLOG_PROXY_CANT_CONNECT_PIPE (ROUTER_LOG_BASE+67)
  333. /*
  334. * The Remote Access Gateway Proxy could not establish a named pipe connection
  335. * with the Remote Access Supervisor Proxy.
  336. */
  337. #define ROUTERLOG_PROXY_READ_PIPE_FAILURE (ROUTER_LOG_BASE+68)
  338. /*
  339. * A general error occurred reading from the named pipe in the Remote Access Proxy.
  340. */
  341. #define ROUTERLOG_CANT_OPEN_PPP_REGKEY (ROUTER_LOG_BASE+69)
  342. /*
  343. * Cannot open or obtain information about the PPP key or one of its subkeys. %1
  344. */
  345. #define ROUTERLOG_PPP_CANT_LOAD_DLL (ROUTER_LOG_BASE+70)
  346. /*
  347. * Point to Point Protocol engine was unable to load the %1 module. %2
  348. */
  349. #define ROUTERLOG_PPPCP_DLL_ERROR (ROUTER_LOG_BASE+71)
  350. /*
  351. * The Point to Point Protocol module %1 returned an error while initializing.
  352. * %2
  353. */
  354. #define ROUTERLOG_NO_AUTHENTICATION_CPS (ROUTER_LOG_BASE+72)
  355. /*
  356. * The Point to Point Protocol failed to load the required PAP and/or CHAP
  357. * authentication modules.
  358. */
  359. #define ROUTERLOG_PPP_FAILURE (ROUTER_LOG_BASE+73)
  360. /*
  361. * The following error occurred in the Point to Point Protocol module on port: %1, UserName: %2.
  362. * %3
  363. */
  364. #define ROUTERLOG_IPXCP_NETWORK_NUMBER_CONFLICT (ROUTER_LOG_BASE+74)
  365. /*
  366. * The IPX network number %1 requested by the remote side for the WAN interface
  367. * is already in use on the local LAN.
  368. * Possible solution:
  369. * Disconnect this computer from the LAN and wait 3 minutes before dialing again;
  370. */
  371. #define ROUTERLOG_IPXCP_CANNOT_CHANGE_WAN_NETWORK_NUMBER (ROUTER_LOG_BASE+75)
  372. /*
  373. * The IPX network number %1 requested by the remote workstation for the WAN interface
  374. * can not be used on the local IPX router because the router is configured to
  375. * give the same network number to all the remote workstations.
  376. * If you want to connect a remote workstation with a different network number you
  377. * should reconfigure the router to disable the common network number option.
  378. */
  379. #define ROUTERLOG_PASSWORD_EXPIRED (ROUTER_LOG_BASE+76)
  380. /*
  381. * The password for user %1\%2 connected on port %3 has expired. The line
  382. * has been disconnected.
  383. */
  384. #define ROUTERLOG_ACCT_EXPIRED (ROUTER_LOG_BASE+77)
  385. /*
  386. * The account for user %1\%2 connected on port %3 has expired. The line
  387. * has been disconnected.
  388. */
  389. #define ROUTERLOG_NO_DIALIN_PRIVILEGE (ROUTER_LOG_BASE+78)
  390. /*
  391. * The account for user %1\%2 connected on port %3 does not have Remote Access
  392. * privilege. The line has been disconnected.
  393. */
  394. #define ROUTERLOG_UNSUPPORTED_VERSION (ROUTER_LOG_BASE+79)
  395. /*
  396. * The software version of the user %1\%2 connected on port %3 is unsupported.
  397. * The line has been disconnected.
  398. */
  399. #define ROUTERLOG_ENCRYPTION_REQUIRED (ROUTER_LOG_BASE+80)
  400. /*
  401. * The server machine is configured to require data encryption. The machine
  402. * for user %1\%2 connected on port %3 does not support encryption. The line
  403. * has been disconnected.
  404. */
  405. #define ROUTERLOG_NO_SECURITY_CHECK (ROUTER_LOG_BASE+81)
  406. /*
  407. * Remote Access Server Security Failure. Could not reset lana %1 (the error
  408. * code is the data). Security check not performed.
  409. */
  410. #define ROUTERLOG_GATEWAY_NOT_ACTIVE_ON_NET (ROUTER_LOG_BASE+82)
  411. /*
  412. * The Remote Access Server could not reset lana %1 (the error code is the
  413. * data) and will not be active on it.
  414. */
  415. #define ROUTERLOG_IPXCP_WAN_NET_POOL_NETWORK_NUMBER_CONFLICT (ROUTER_LOG_BASE+83)
  416. /*
  417. * The IPX network number %1 configured for the pool of WAN network numbers
  418. * can not be used because it conflicts with another network number on the net.
  419. * You should re-configure the pool to have unique network numbers.
  420. */
  421. #define ROUTERLOG_SRV_ADDR_CHANGED (ROUTER_LOG_BASE+84)
  422. /*
  423. * The Remote Access Server will stop using IP Address %1 (either because it
  424. * was unable to renew the lease from the DHCP Server, the administrator
  425. * switched between static address pool and DHCP addresses, or the administrator
  426. * changed to a different network for DHCP addresses). All connected users
  427. * using IP will be unable to access network resources. Users can re-connect
  428. * to the server to restore IP connectivity.
  429. */
  430. #define ROUTERLOG_CLIENT_ADDR_LEASE_LOST (ROUTER_LOG_BASE+85)
  431. /*
  432. * The Remote Access Server was unable to renew the lease for IP Address %1
  433. * from the DHCP Server. The user assigned with this IP address will be unable to
  434. * access network resources using IP. Re-connecting to the server will restore IP
  435. * connectivity.
  436. */
  437. #define ROUTERLOG_ADDRESS_NOT_AVAILABLE (ROUTER_LOG_BASE+86)
  438. /*
  439. * The Remote Access Server was unable to acquire an IP Address from the DHCP Server
  440. * to assign to the incoming user.
  441. */
  442. #define ROUTERLOG_SRV_ADDR_NOT_AVAILABLE (ROUTER_LOG_BASE+87)
  443. /*
  444. * The Remote Access Server was unable to acquire an IP Address from the DHCP Server
  445. * to be used on the Server Adapter. Incoming user will be unable to connect using
  446. * IP.
  447. */
  448. #define ROUTERLOG_SRV_ADDR_ACQUIRED (ROUTER_LOG_BASE+88)
  449. /*
  450. * The Remote Access Server acquired IP Address %1 to be used on the Server
  451. * Adapter.
  452. */
  453. #define ROUTERLOG_CALLBACK_FAILURE (ROUTER_LOG_BASE+89)
  454. /*
  455. * The Remote Access Server's attempt to callback user %1 on port %2 at %3
  456. * failed because of the following error: %4
  457. */
  458. #define ROUTERLOG_PROXY_WRITE_PIPE_FAILURE (ROUTER_LOG_BASE+90)
  459. /*
  460. * A general error occurred writing to the named pipe in the Remote Access Proxy.
  461. */
  462. #define ROUTERLOG_CANT_OPEN_SECMODULE_KEY (ROUTER_LOG_BASE+91)
  463. /*
  464. * Cannot open the RAS security host Registry key. The following error
  465. * occurred: %1
  466. */
  467. #define ROUTERLOG_CANT_LOAD_SECDLL (ROUTER_LOG_BASE+92)
  468. /*
  469. * Cannot load the Security host module component. The following error
  470. * occurred: %1
  471. */
  472. #define ROUTERLOG_SEC_AUTH_FAILURE (ROUTER_LOG_BASE+93)
  473. /*
  474. * The user %1 has connected and failed to authenticate with a third party
  475. * security on port %2. The line has been disconnected.
  476. */
  477. #define ROUTERLOG_SEC_AUTH_INTERNAL_ERROR (ROUTER_LOG_BASE+94)
  478. /*
  479. * The user connected to port %1 has been disconnected because the following
  480. * internal authentication error occurred in the third party security module: %2
  481. */
  482. #define ROUTERLOG_CANT_RECEIVE_BYTES (ROUTER_LOG_BASE+95)
  483. /*
  484. * Cannot receive initial data on port %1 because of the following error: %2
  485. * The user has been disconnected.
  486. */
  487. #define ROUTERLOG_AUTH_DIFFUSER_FAILURE (ROUTER_LOG_BASE+96)
  488. /*
  489. * The user was autheticated as %1 by the third party security host module but
  490. * was authenticated as %2 by the RAS security. The user has been disconnected.
  491. */
  492. #define ROUTERLOG_LICENSE_LIMIT_EXCEEDED (ROUTER_LOG_BASE+97)
  493. /*
  494. * A user was unable to connect on port %1.
  495. * No more connections can be made to this remote computer because the computer
  496. * has exceeded its client license limit.
  497. */
  498. #define ROUTERLOG_AMB_CLIENT_NOT_ALLOWED (ROUTER_LOG_BASE+98)
  499. /*
  500. * A user was unable to connect on port %1.
  501. * The NetBIOS protocol has been disabled for the Remote Access Server.
  502. */
  503. #define ROUTERLOG_CANT_QUERY_VALUE (ROUTER_LOG_BASE+99)
  504. /*
  505. * Cannot access Registry value for %1.
  506. */
  507. #define ROUTERLOG_CANT_OPEN_REGKEY (ROUTER_LOG_BASE+100)
  508. /*
  509. * Cannot access the Registry key %1.
  510. */
  511. #define ROUTERLOG_REGVALUE_OVERIDDEN (ROUTER_LOG_BASE+101)
  512. /*
  513. * Using the default value for Registry parameter %1 because the value given is
  514. * not in the legal range for the parameter.
  515. */
  516. #define ROUTERLOG_CANT_ENUM_SUBKEYS (ROUTER_LOG_BASE+102)
  517. /*
  518. * Cannot enumerate keys of Registry key %1.
  519. */
  520. #define ROUTERLOG_LOAD_DLL_ERROR (ROUTER_LOG_BASE+103)
  521. /*
  522. * Unable to load %1.
  523. */
  524. #define ROUTERLOG_NOT_ENOUGH_MEMORY (ROUTER_LOG_BASE+104)
  525. /*
  526. * Memory allocation failure.
  527. */
  528. #define ROUTERLOG_COULDNT_LOAD_IF (ROUTER_LOG_BASE+105)
  529. /*
  530. * Unable to load the interface %1 from the registry. The following error
  531. * occurred: %2
  532. */
  533. #define ROUTERLOG_COULDNT_ADD_INTERFACE (ROUTER_LOG_BASE+106)
  534. /*
  535. * Unable to add the interface %1 with the Router Manager for the %2 protocol. The
  536. * following error occurred: %3
  537. */
  538. #define ROUTERLOG_COULDNT_REMOVE_INTERFACE (ROUTER_LOG_BASE+107)
  539. /*
  540. * Unable to remove the interface %1 with the Router Manager for the %2 protocol.
  541. * The following error occurred: %3
  542. */
  543. #define ROUTERLOG_UNABLE_TO_OPEN_PORT (ROUTER_LOG_BASE+108)
  544. /*
  545. * Unable to open the port %1 for use. %2
  546. */
  547. #define ROUTERLOG_UNRECOGNIZABLE_FRAME_RECVD (ROUTER_LOG_BASE+109)
  548. /*
  549. * Cannot recognize initial frame received on port %1.
  550. * The line has been disconnected.
  551. */
  552. #define ROUTERLOG_CANT_START_PPP (ROUTER_LOG_BASE+110)
  553. /*
  554. * An error occurred in the Point to Point Protocol module on port %1 while
  555. * trying to initiate a connection. %2
  556. */
  557. #define ROUTERLOG_CONNECTION_ATTEMPT_FAILED (ROUTER_LOG_BASE+111)
  558. /*
  559. * A Demand Dial connection to the remote interface %1 on port %2 was
  560. * successfully initiated but failed to complete successfully because of the
  561. * following error: %3
  562. */
  563. #define ROUTERLOG_CANT_OPEN_ADMINMODULE_KEY (ROUTER_LOG_BASE+112)
  564. /*
  565. * Cannot open the RAS third party administration host DLL Registry key.
  566. * The following error occurred: %1
  567. */
  568. #define ROUTERLOG_CANT_LOAD_ADMINDLL (ROUTER_LOG_BASE+113)
  569. /*
  570. * Cannot load the RAS third pary administration DLL component.
  571. * The following error occurred: %1
  572. */
  573. #define ROUTERLOG_NO_PROTOCOLS_CONFIGURED (ROUTER_LOG_BASE+114)
  574. /*
  575. * The Service will not accept calls. No protocols were configured for use.
  576. */
  577. #define ROUTERLOG_IPX_NO_VIRTUAL_NET_NUMBER (ROUTER_LOG_BASE+115)
  578. /*
  579. * IPX Routing requires an internal network number for correct operation.
  580. */
  581. #define ROUTERLOG_IPX_CANT_LOAD_PROTOCOL (ROUTER_LOG_BASE+116)
  582. /*
  583. * Cannot load routing protocol DLL %1. The error code is in data.
  584. */
  585. #define ROUTERLOG_IPX_CANT_REGISTER_PROTOCOL (ROUTER_LOG_BASE+117)
  586. /*
  587. * Cannot register routing protocol 0x%1. The error code is in data.
  588. */
  589. #define ROUTERLOG_IPX_CANT_START_PROTOCOL (ROUTER_LOG_BASE+118)
  590. /*
  591. * Cannot start routing protocol 0x%1. The error code is in data.
  592. */
  593. #define ROUTERLOG_IPX_CANT_LOAD_IPXCP (ROUTER_LOG_BASE+119)
  594. /*
  595. * Cannot load IPXCP protocol DLL. The error code is in data.
  596. */
  597. #define ROUTERLOG_IPXSAP_SAP_SOCKET_IN_USE (ROUTER_LOG_BASE+120)
  598. /*
  599. * Could not open IPX SAP socket for exclusive access.
  600. * The error code is in data.
  601. */
  602. #define ROUTERLOG_IPXSAP_SERVER_ADDRESS_CHANGE (ROUTER_LOG_BASE+121)
  603. /*
  604. * Server %1 has changed its IPX address. Old and new addresses are in data.
  605. */
  606. #define ROUTERLOG_IPXSAP_SERVER_DUPLICATE_ADDRESSES (ROUTER_LOG_BASE+122)
  607. /*
  608. * Server %1 is advertised with different IPX address. Old and new addresses are in data.
  609. */
  610. #define ROUTERLOG_IPXRIP_RIP_SOCKET_IN_USE (ROUTER_LOG_BASE+123)
  611. /*
  612. * Could not open IPX RIP socket for exclusive access.
  613. * The error code is in data.
  614. */
  615. #define ROUTERLOG_IPXRIP_LOCAL_NET_NUMBER_CONFLICT (ROUTER_LOG_BASE+124)
  616. /*
  617. * Another IPX router claims different network number for interface %1.
  618. * Offending router IPX address is in data.
  619. */
  620. #define ROUTERLOG_PERSISTENT_CONNECTION_FAILURE (ROUTER_LOG_BASE+125)
  621. /*
  622. * A Demand Dial persistent connection to the remote interface %1 failed to be
  623. * initated succesfully. The following error occurred: %2
  624. */
  625. #define ROUTERLOG_IP_DEMAND_DIAL_PACKET (ROUTER_LOG_BASE+126)
  626. /*
  627. * A packet from %1 destined to %2 over protocol 0x%3 caused interface %4
  628. * to be brought up. The first %5 bytes of the packet are in the data.
  629. */
  630. #define ROUTERLOG_DID_NOT_LOAD_DDMIF (ROUTER_LOG_BASE+127)
  631. /*
  632. * The Demand Dial interface %1 was not loaded. The router was not started in
  633. * in Demand Dial mode.
  634. */
  635. #define ROUTERLOG_CANT_LOAD_ARAP (ROUTER_LOG_BASE+128)
  636. /*
  637. * Cannot load the Appletalk Remote Access DLL component because of the following error: %1
  638. */
  639. #define ROUTERLOG_CANT_START_ARAP (ROUTER_LOG_BASE+129)
  640. /*
  641. * An error occurred in the Appletalk Remote Access Protocol module on port %1
  642. * while trying to initiate a connection. %2
  643. */
  644. #define ROUTERLOG_ARAP_FAILURE (ROUTER_LOG_BASE+130)
  645. /*
  646. * The following error occurred in the Appletalk Remote Access Protocol module on
  647. * port %1. %2
  648. */
  649. #define ROUTERLOG_ARAP_NOT_ALLOWED (ROUTER_LOG_BASE+131)
  650. /*
  651. * A user was unable to connect on port %1.
  652. * The Appletalk Remote Access protocol has been disabled for the Remote
  653. * Access Server.
  654. */
  655. #define ROUTERLOG_CANNOT_INIT_RASRPC (ROUTER_LOG_BASE+132)
  656. /*
  657. * Remote Access Connection Manager failed to start because the RAS RPC
  658. * module failed to initialize. %1
  659. */
  660. #define ROUTERLOG_IPX_CANT_LOAD_FORWARDER (ROUTER_LOG_BASE+133)
  661. /*
  662. * IPX Routing failed to start because IPX forwarder driver could
  663. * not be loaded.
  664. */
  665. #define ROUTERLOG_IPX_BAD_GLOBAL_CONFIG (ROUTER_LOG_BASE+134)
  666. /*
  667. * IPX global configuration information is corrupted.
  668. */
  669. #define ROUTERLOG_IPX_BAD_CLIENT_INTERFACE_CONFIG (ROUTER_LOG_BASE+135)
  670. /*
  671. * IPX dial-in client configuration information is corrupted.
  672. */
  673. #define ROUTERLOG_IPX_BAD_INTERFACE_CONFIG (ROUTER_LOG_BASE+136)
  674. /*
  675. * IPX configuration information for interface %1 is corrupted.
  676. */
  677. #define ROUTERLOG_IPX_DEMAND_DIAL_PACKET (ROUTER_LOG_BASE+137)
  678. /*
  679. * An IPX packet caused interface %1 to be brought up.
  680. * The the first %2 bytes of the packet are in data.
  681. */
  682. #define ROUTERLOG_CONNECTION_FAILURE (ROUTER_LOG_BASE+138)
  683. /*
  684. * A Demand Dial connection to the remote interface %1 failed to be
  685. * initated succesfully. The following error occurred: %2
  686. */
  687. #define ROUTERLOG_CLIENT_AUTODISCONNECT (ROUTER_LOG_BASE+139)
  688. /*
  689. * The port %1 has been disconnected due to inactivity.
  690. */
  691. #define ROUTERLOG_PPP_SESSION_TIMEOUT (ROUTER_LOG_BASE+140)
  692. /*
  693. * The port %1 has been disconnected because the user reached the maximum connect time allowed by the administrator.
  694. */
  695. #define ROUTERLOG_AUTH_SUCCESS_ENCRYPTION (ROUTER_LOG_BASE+141)
  696. /*
  697. * The user %1 has connected and has been successfully authenticated on
  698. * port %2. Data sent and received over this link is encrypted.
  699. */
  700. #define ROUTERLOG_AUTH_SUCCESS_STRONG_ENCRYPTION (ROUTER_LOG_BASE+142)
  701. /*
  702. * The user %1 has connected and has been successfully authenticated on
  703. * port %2. Data sent and received over this link is strongly encrypted.
  704. */
  705. #define ROUTERLOG_NO_DEVICES_FOR_IF (ROUTER_LOG_BASE+143)
  706. /*
  707. * Unable to load the interface %1 from the registry. There are no routing enabled ports available for use by this demand dial interface. Use the Routing and RemoteAccess Administration tool to configure this interface to use a device that is routing enabled. Stop and restart the router for this demand dial interface to be loaded from the registry.
  708. */
  709. #define ROUTERLOG_LIMITED_WKSTA_SUPPORT (ROUTER_LOG_BASE+144)
  710. /*
  711. * The Demand-Dial interface %1 was not registered with the Router.
  712. * Demand-Dial interfaces are not supported on a Windows NT Workstation.
  713. */
  714. #define ROUTERLOG_CANT_INITIALIZE_IP_SERVER (ROUTER_LOG_BASE+145)
  715. /*
  716. * Cannot initialize the Remote Access and Router service to accept calls using
  717. * the TCP/IP transport protocol. The following error occurred: %1
  718. */
  719. #define ROUTERLOG_RADIUS_SERVER_NO_RESPONSE (ROUTER_LOG_BASE+146)
  720. /*
  721. * The RADIUS server %1 did not respond to the initial request.
  722. * Please make sure that the server name or IP address and secret are correct.
  723. */
  724. #define ROUTERLOG_PPP_INIT_FAILED (ROUTER_LOG_BASE+147)
  725. /*
  726. * The Remote Access service failed to start because the Point to Point was
  727. * not initialized successfully. %1
  728. */
  729. #define ROUTERLOG_RADIUS_SERVER_NAME (ROUTER_LOG_BASE+148)
  730. /*
  731. * The RADIUS server name %1 could not be successfully resolved to an IP address. Please make sure that the name is spelled correctly and that the RADIUS server is running correctly.
  732. */
  733. #define ROUTERLOG_IP_NO_GLOBAL_INFO (ROUTER_LOG_BASE+149)
  734. /*
  735. * No global configuration was supplied to the IP Router Manager. Please rerun
  736. * setup.
  737. */
  738. #define ROUTERLOG_IP_CANT_ADD_DD_FILTERS (ROUTER_LOG_BASE+150)
  739. /*
  740. * Unable to add demand dial filters for interface %1
  741. */
  742. #define ROUTERLOG_PPPCP_INIT_ERROR (ROUTER_LOG_BASE+151)
  743. /*
  744. * The Control Protocol %1 in the Point to Point Protocol module %2 returned an
  745. * error while initializing. %3
  746. */
  747. #define ROUTERLOG_AUTHPROVIDER_FAILED_INIT (ROUTER_LOG_BASE+152)
  748. /*
  749. * The currently configured authentication provider failed to load and initialize successfully. %1
  750. */
  751. #define ROUTERLOG_ACCTPROVIDER_FAILED_INIT (ROUTER_LOG_BASE+153)
  752. /*
  753. * The currently configured accounting provider failed to load and initialize successfully. %1
  754. */
  755. #define ROUTERLOG_IPX_AUTO_NETNUM_FAILURE (ROUTER_LOG_BASE+154)
  756. /*
  757. * The IPX Internal Network Number is invalid and the IPX Router Manager was unsuccessful in its
  758. * attempt to automatically assign a valid one. Reconfigure the IPX Internal Network Number through
  759. * the connections folder and restart the Routing and Remote Access service.
  760. */
  761. #define ROUTERLOG_IPX_WRN_STACK_STARTED (ROUTER_LOG_BASE+155)
  762. /*
  763. * In order for the IPX Router Manager (which runs as part of the Routing and Remote Access Service)
  764. * to run, it had to start the IPX Protocol Stack Driver. This driver was either manually stopped
  765. * or marked as demand start. The Routing and Remote Access Service was probably started by the creation of
  766. * Incoming Connections or through the Routing and Remote Access snapin.
  767. */
  768. #define ROUTERLOG_IPX_STACK_DISABLED (ROUTER_LOG_BASE+156)
  769. /*
  770. * The IPX Router Manager was unable to start because the IPX Protocol Stack Driver could
  771. * not be started.
  772. */
  773. #define ROUTERLOG_IP_MCAST_NOT_ENABLED (ROUTER_LOG_BASE+157)
  774. /*
  775. * The interface %1 could not be enabled for multicast. %2 will not be
  776. * activated over this interface.
  777. */
  778. #define ROUTERLOG_CONNECTION_ESTABLISHED (ROUTER_LOG_BASE+158)
  779. /*
  780. * The user %1 successfully established a connection to %2 using the device %3.
  781. */
  782. #define ROUTERLOG_DISCONNECTION_OCCURRED (ROUTER_LOG_BASE+159)
  783. /*
  784. * The connection to %1 made by user %2 using device %3 was disconnected.
  785. */
  786. #define ROUTERLOG_BAP_CLIENT_CONNECTED (ROUTER_LOG_BASE+161)
  787. /*
  788. * The user %1 successfully established a connection to %2 using the device %3.
  789. * This connection happened automatically because the bandwidth utilization was
  790. * high.
  791. */
  792. #define ROUTERLOG_BAP_SERVER_CONNECTED (ROUTER_LOG_BASE+162)
  793. /*
  794. * The Remote Access Server established a connection to %1 for the user %2
  795. * using the device %3. This connection happened automatically because the
  796. * bandwidth utilization
  797. * was high.
  798. */
  799. #define ROUTERLOG_BAP_DISCONNECTED (ROUTER_LOG_BASE+163)
  800. /*
  801. * The connection to %1 made by user %2 using device %3 was disconnected. This
  802. * disconnection happened automatically because the bandwidth utilization was
  803. * low.
  804. */
  805. #define ROUTERLOG_BAP_WILL_DISCONNECT (ROUTER_LOG_BASE+164)
  806. /*
  807. * The Remote Access Server wants to disconnect a link in the connection to %1
  808. * made by user %2 because the bandwidth utilization is too low.
  809. */
  810. #define ROUTERLOG_LOCAL_UNNUMBERED_IPCP (ROUTER_LOG_BASE+165)
  811. /*
  812. * A connection has been established on port %1 using interface %2, but no IP
  813. * address was obtained.
  814. */
  815. #define ROUTERLOG_REMOTE_UNNUMBERED_IPCP (ROUTER_LOG_BASE+166)
  816. /*
  817. * A connection has been established on port %1 using interface %2, but the
  818. * remote side got no IP address.
  819. */
  820. #define ROUTERLOG_NO_IP_ADDRESS (ROUTER_LOG_BASE+167)
  821. /*
  822. * No IP address is available to hand out to the dial-in client.
  823. */
  824. #define ROUTERLOG_CANT_GET_SERVER_CRED (ROUTER_LOG_BASE+168)
  825. /*
  826. * Could not retrieve the Remote Access Server's certificate due to the
  827. * following error: %1
  828. */
  829. #define ROUTERLOG_AUTONET_ADDRESS (ROUTER_LOG_BASE+169)
  830. /*
  831. * Unable to contact a DHCP server. The Automatic Private IP Address %1 will be
  832. * assigned to dial-in clients. Clients may be unable to access resources on
  833. * the network.
  834. */
  835. #define ROUTERLOG_EAP_AUTH_FAILURE (ROUTER_LOG_BASE+170)
  836. /*
  837. * The user %1 has connected and failed to authenticate because of
  838. * the following error: %2
  839. */
  840. #define ROUTERLOG_IPSEC_FILTER_FAILURE (ROUTER_LOG_BASE+171)
  841. /*
  842. * Failed to apply IP Security on port %1 because of error: %2.
  843. * No calls will be accepted to this port.
  844. */
  845. #define ROUTERLOG_IP_SCOPE_NAME_CONFLICT (ROUTER_LOG_BASE+172)
  846. /*
  847. * Multicast scope mismatch with %1:
  848. * Locally-configured name "%2",
  849. * Remotely-configured name "%3".
  850. */
  851. #define ROUTERLOG_IP_SCOPE_ADDR_CONFLICT (ROUTER_LOG_BASE+173)
  852. /*
  853. * Multicast scope address mismatch for scope "%1",
  854. * Locally-configured range is %4-%5,
  855. * Remotely-configured range is %2-%3
  856. */
  857. #define ROUTERLOG_IP_POSSIBLE_LEAKY_SCOPE (ROUTER_LOG_BASE+174)
  858. /*
  859. * Possible leaky multicast Local Scope detected between this machine and
  860. * %1, since a boundary appears to exist for %2, but not for
  861. * the local scope. If this warning continues to occur, a problem likely
  862. * exists.
  863. */
  864. #define ROUTERLOG_NONCONVEX_SCOPE_ZONE (ROUTER_LOG_BASE+175)
  865. /*
  866. * Multicast scope '%1' is non-convex, since border router
  867. * %2 appears to be outside.
  868. */
  869. #define ROUTERLOG_IP_LEAKY_SCOPE (ROUTER_LOG_BASE+176)
  870. /*
  871. * A leak was detected in multicast scope '%1'. One of the
  872. * following routers is misconfigured:
  873. * %2
  874. */
  875. #define ROUTERLOG_IP_IF_UNREACHABLE (ROUTER_LOG_BASE+177)
  876. /*
  877. * Interface %1 is unreachable because of reason %2.
  878. */
  879. #define ROUTERLOG_IP_IF_REACHABLE (ROUTER_LOG_BASE+178)
  880. /*
  881. * Interface %1 is now reachable.
  882. */
  883. #define ROUTERLOG_IF_UNREACHABLE_REASON1 (ROUTER_LOG_BASE+179)
  884. /*
  885. * Interface %1 is unreachable because there are no modems (or other connecting devices)
  886. * available for use by this interface.
  887. */
  888. #define ROUTERLOG_IF_UNREACHABLE_REASON2 (ROUTER_LOG_BASE+180)
  889. /*
  890. * Interface %1 is unreachable because the connection attempt failed.
  891. */
  892. #define ROUTERLOG_IF_UNREACHABLE_REASON3 (ROUTER_LOG_BASE+181)
  893. /*
  894. * Interface %1 is unreachable because it has been administratively disabled.
  895. */
  896. #define ROUTERLOG_IF_UNREACHABLE_REASON4 (ROUTER_LOG_BASE+182)
  897. /*
  898. * Interface %1 is unreachable because the Routing and RemoteACcess service is in a
  899. * paused state.
  900. */
  901. #define ROUTERLOG_IF_UNREACHABLE_REASON5 (ROUTER_LOG_BASE+183)
  902. /*
  903. * Interface %1 is unreachable because it is not allowed to connect at this time.
  904. * Check the dial-out hours configured on this interface.
  905. */
  906. #define ROUTERLOG_IF_UNREACHABLE_REASON6 (ROUTER_LOG_BASE+184)
  907. /*
  908. * Interface %1 is unreachable because it is not currently connected to the network.
  909. */
  910. #define ROUTERLOG_IF_UNREACHABLE_REASON7 (ROUTER_LOG_BASE+185)
  911. /*
  912. * Interface %1 is unreachable because the network card for this interface has been
  913. * removed.
  914. */
  915. #define ROUTERLOG_IF_REACHABLE (ROUTER_LOG_BASE+186)
  916. /*
  917. * Interface %1 is now reachable.
  918. */
  919. #define ROUTERLOG_NTAUTH_FAILURE (ROUTER_LOG_BASE+187)
  920. /*
  921. * The user %1 failed an authentication attempt due to the following reason: %2
  922. */
  923. #define ROUTERLOG_CONNECTION_ATTEMPT_FAILURE (ROUTER_LOG_BASE+188)
  924. /*
  925. * The user %1, attempting to connect on %2, was disconnected because of the following
  926. * reason: %3
  927. */
  928. #define ROUTERLOG_NTAUTH_FAILURE_EX (ROUTER_LOG_BASE+189)
  929. /*
  930. * The user %1 connected from %2 but failed an authentication attempt due to the following reason: %3
  931. */
  932. #define ROUTERLOG_EAP_TLS_CERT_NOT_CONFIGURED (ROUTER_LOG_BASE+190)
  933. /*
  934. * Because no certificate has been configured for clients dialing in with
  935. * EAP-TLS, a default certificate is being sent to user %1. Please go to the
  936. * user's Remote Access Policy and configure the Extensible Authentication
  937. * Protocol (EAP).
  938. */
  939. #define ROUTERLOG_EAP_TLS_CERT_NOT_FOUND (ROUTER_LOG_BASE+191)
  940. /*
  941. * Because the certificate that was configured for clients dialing in with
  942. * EAP-TLS was not found, a default certificate is being sent to user %1.
  943. * Please go to the user's Remote Access Policy and configure the Extensible
  944. * Authentication Protocol (EAP).
  945. */
  946. #define ROUTERLOG_NO_IPSEC_CERT (ROUTER_LOG_BASE+192)
  947. /*
  948. * A certificate could not be found. Connections that use the L2TP protocol over IPSec
  949. * require the installation of a machine certificate, also known as a computer
  950. * certificate. No L2TP calls will be accepted.
  951. */
  952. #define ROUTERLOG_IP_CANT_ADD_PFILTERIF (ROUTER_LOG_BASE+193)
  953. /*
  954. * An error occured while configuring IP packet filters over %1. This is often
  955. * the result of another service, e.g Microsoft Proxy Server, also using the
  956. * Windows 2000 filtering services.
  957. */
  958. #define ROUTERLOG_USER_ACTIVE_TIME_VPN (ROUTER_LOG_BASE+194)
  959. /*
  960. * The user %1 connected on port %2 on %3 at %4 and disconnected on
  961. * %5 at %6. The user was active for %7 minutes %8 seconds. %9 bytes
  962. * were sent and %10 bytes were received. The
  963. * reason for disconnecting was %11.
  964. */
  965. #define ROUTERLOG_BAP_DISCONNECT (ROUTER_LOG_BASE+195)
  966. /*
  967. * The user %1 has been disconnected on port %2. %3
  968. */
  969. #define ROUTERLOG_INVALID_RADIUS_RESPONSE (ROUTER_LOG_BASE+196)
  970. /*
  971. * An invalid response was received from the RADIUS server %1. %2
  972. */
  973. #define ROUTERLOG_RASAUDIO_FAILURE (ROUTER_LOG_BASE+197)
  974. /*
  975. * Ras Audio Acceleration failed to %1. %2
  976. */
  977. #define ROUTERLOG_RADIUS_SERVER_CHANGED (ROUTER_LOG_BASE+198)
  978. /*
  979. * Choosing radius server %1 for authentication.
  980. */
  981. #define ROUTERLOG_IP_IF_TYPE_NOT_SUPPORTED (ROUTER_LOG_BASE+199)
  982. /*
  983. * IPinIP tunnel interfaces are no longer supported
  984. */
  985. #define ROUTERLOG_IP_USER_CONNECTED (ROUTER_LOG_BASE+200)
  986. /*
  987. * The user %1 connected on port %2 has been assigned address %3
  988. */
  989. #define ROUTERLOG_IP_USER_DISCONNECTED (ROUTER_LOG_BASE+201)
  990. /*
  991. * The user with ip address %1 has disconnected
  992. */
  993. #define ROUTERLOG_CANNOT_REVERT_IMPERSONATION (ROUTER_LOG_BASE+202)
  994. /*
  995. * An error occured while trying to revert impersonation.
  996. */
  997. #define ROUTER_LOG_BASEEND (ROUTER_LOG_BASE+999)