All Forums
 Microsoft Windows CE
 CE Downloads and Documents
 Windows CE Telnet
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

jmoger

11 Posts

Posted - 04 Nov 2004 :  14:38:59  Show Profile  Email Poster
I'm trying to telnet to my BityX 4.2 system. I can not find any info on the user id & password to use for login thus I can not login. :(

akidder

1519 Posts

Posted - 04 Nov 2004 :  15:47:24  Show Profile  Email Poster
Take a look at the system registry or reginit.ini file from the build loaded on your BitsyX to determine how the authentication settings are set for the sample telnet server in your build.

I believe the settings look like:

  [HKEY_LOCAL_MACHINE\Comm\TELNETD]
    "IsEnabled"=dword:1
    "UseAuthentication"=dword:0
    "UserList"="*"


You can read more about the telnet server sample on MSDN at:
http://msdn.microsoft.com/library/en-us/wcetelnt/html/_wcesdk_sample_windows_ce_telnet_server.asp

I haven't used the server myself, so don't have any other practical experience to offer.
Go to Top of Page

esavolle

31 Posts

Posted - 05 Nov 2004 :  03:37:15  Show Profile  Email Poster
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

Go to Top of Page
  Topic  
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000