Product User Guide
18
--login <username>
A valid user name with administration rights is required in order to change the network
configuration.
--pw <password>
Password of the specified user.
--pw-new <password>
The specified user gets a new password.
The following examples show commands and their results:
• Displaying the current network settings:
test@teststation:~# /home/test/psetup --mac 00:0D:5D:00:65:78
IP auto configuration: dhcp
IP address: 192.168.5.135
Subnet mask: 255.255.255.0
Gateway: 192.168.5.1
• Changing the network settings:
test@teststation:~# /home/test/psetup
--mac 00:0D:5D:00:65:78 --ipacp none --ip 192.168.5.55
--gateway 192.168.5.1 --netmask 255.255.255.0
--login super --pw pass
Device configured successfully.