User`s manual

ThinkCore DA-660 WinCE User’s Manual Getting Started
2-3
Server (DNS) is at 192.168.2.6. Execute the following command.
\> netconfig –n LAN1 –i 192.168.1.5 –m 255.255.255.0 –g 192.168.1.254 –d 192.168.2.6
Use command netconfig to view the new settings.
\> netconfig
LAN1 Interface Configuration:
IP Address: 192.168.1.5
SubNet Mask: 255.255.255.0
Gateway: 192.168.1.254
DNS: 192.168.2.6
LAN2 Interface Configuration:
IP Address: 192.168.4.127
SubNet Mask: 255.255.255.0
Gateway:
DNS:
Operating Your DA-660 Computer Via Telnet Client
Before operating your target computer using the Telnet client, we suggest that you change the
network settings of the computer (see the earlier section) to have at least one of the two network
ports situated in the same LAN as your development workstation.
Use a cross-over Ethernet cable to connect your development workstation directly to the target
computer, or a straight-through Ethernet cable to connect the computer to a LAN hub or switch.
Next, use a Telnet client in your development workstation to make a connection to the Telnet
console utility of the target computer. Upon a successful connection, type the login name and
password as requested to log on to the computer.
After passing the authentication validity check, a group of commands will be available to operate
the computer. Use HELP to display all of the commands, or type HELP [command name] to
display extended help for the selected command. Some of these commands, such as DATE and
TIME, are very useful for managing the system time of the computer. Other commands, such as
DIR and MKDIR, are good utilities for file management. For example, to inspect the file structure
of the root directory, type DIR
\> dir /b
NORFlash
My Documents
Program Files
Temp
Windows
User/Group Management
User Group: You often want the target computer to be accessible by multiple users with different
needs. For example, a specific service, such as ftp or telnet, is accessible only by the users within
the permissible group. By default, three user groups, namely ftpd, telnetd, and administrators are
pre-created for your convenience.
Adding a Group: Use the command useradd –g <groupName> to create a user group.
\> useradd –g yyyy
group yyyy has been added.