Click to See Complete Forum and Search --> : Ip-adressing in windows NT


haka
March 12th, 2002, 04:26 AM
Is there any way to change my IP-adress without rebooting Windows NT???

unix fan
March 12th, 2002, 04:58 AM
Yes. try deleting the default route after making the change or programatically, call the function DhcpNotifyConfigChange (which appears to work even when the IP address is static).

haka
March 12th, 2002, 05:38 AM
thx!the thing with the default route works!
but i dont understand the other one....a little explanation please
where can i find this function for example???

[This message has been edited by haka (edited 03-12-2002).]

unix fan
March 12th, 2002, 11:25 AM
If you want to see an example, have a look at AlCoHoLiC's
ifconfig (http://www.fortunecity.co.uk/skyscraper/macro/16/tcpip/ifconfig.zip) clone.

haka
March 14th, 2002, 06:04 AM
thx again!!!