User`s manual

V460 Series WinCE User’s Manual Getting Start
2. Right-Click the LAN interface that you would like to configure and then click [property]. A
configuration window will pop up.
3. Input the new IP address and netmask and then click OK.
Using the Command Line to Configure Network Settings
Use the netconfig utility to change network settings. Note that you can type netconfig -h to display
the system’s help content for this utility.
\> netconfig -h
Usage: netconfig -n <AdapterName | Alias> [-EnableDHCP] [-i <IP address>] [-m <n
etmask>] [-g <gateway>] [-d <DNS server>] [-w <WINS Server>] [-noask]
e.g.: netconfig -n PCI\E100CE1 -i 192.168.10.101 -g 192.168.10.254
: netconfig -n PCI\RTL81391 -EnableDHCP
Alias:
LAN1=PCI\RTL81391
LAN2=PCI\RTL81392
For example, if you want to change the IP address of the development workstation’s LAN port to
192.168.1.5, and the Domain Name Server’s (DNS) IP address is 192.168.2.6, then 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 the command netconfig to view the new settings.
\> netconfig
Ethernet Adapter [PCI\RTL81391]:
IP Address: 192.168.1.5
SubNet Mask: 255.255.255.0
Gateway: 192.168.1.254
DNS: 192.168.2.6
2-4