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 lineBR By: VA7NSABR 11-NOV-2005
Type all commands into a Command Prompt after clicking: Start > Run > cmdBR Replace IP with the IP address (192.168.1.1)BR Replace NM with the Netmask (255.255.255.0)BR Replace ADAPTER with "Local Area Connection 2"
To set Adapter for DHCP: BR netsh interface ip set address "ADAPTER" dhcp
For static IP: BR netsh interface ip set address "ADAPTER" static IP NM GW 1
For static IP with no Gateway or Route: BR netsh interface ip set address "ADAPTER" static IP NM
