While this is not specific to the BCWARN Network, it is a great deal of help with installing or troubleshooting new Network hardware, such as the WiLan box.
HOWTO: Change the IP details in Windows via the Command line
By: VA7NSA
11-NOV-2005
Type all commands into a Command Prompt after clicking: Start > Run > cmd
Replace IP with the IP address (192.168.1.1)
Replace NM with the Netmask (255.255.255.0)
Replace ADAPTER with "Local Area Connection 2"
To set Adapter for DHCP:
netsh interface ip set address "ADAPTER" dhcp
For static IP:
netsh interface ip set address "ADAPTER" static IP NM GW 1
For static IP with no Gateway or Route:
netsh interface ip set address "ADAPTER" static IP NM
