Kevin Cully wrote: > The Linux way: > Open up command window. > Type in "su" and press enter. > Type in the password. > Type in exactly this: "ifconfig wlan0:0 192.168.1.99 netmask > 255.255.255.0 up" and press the enter key.
Hi, I'm not advocating for windows but that can be done in Windows too: netsh interface ip set address name="Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.1 1 Or netsh interface ip set address "Local Area Connection" dhcp Jaime Vasquez. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

