Hi we use telnet on our BitsyX CE4.1 and CE4.2 system.
Here are the registry keys:
[HKEY_LOCAL_MACHINE\Services\TELNETD] "Dll"="telnetd.dll" "Order"=dword:8 "Keep"=dword:1 "Prefix"="TEL" "Index"=dword:0 "Context"=dword:1 "DisplayName"="Telnet Server" "Description"="Services incoming telnet requests"
[HKEY_LOCAL_MACHINE\Services\TELNETD\Accept\TCP-23] ; TCP port 23, default Telnet Port "SockAddr"=hex:02,00,00,17,00,00,00,00,00,00,00,00,00,00,00,00 [HKEY_LOCAL_MACHINE\Comm\TELNETD] "IsEnabled"=dword:1 "UseAuthentication"=dword:0 "UserList"="*"
telnetd.dll must be under "\Windows"
We use ADSCopy (TOPIC 463) to : -fill the registry with ADSReg (TOPIC 577) -copy telnetd.dll to "\Windows" -launch the service at runtime
To launch the service at runtime, we have build an exe based on Windows API ActivateService() with "TELNETD" as parameter.
It works fine.
I don't know how I can post the exe and the dll files. So if you need them, mail me.
Eric
|