(no subject)
Monday, 25 January 2010 17:26![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Сегодня у меня день виндузятника :)
Статический IP-адрес:
Два статических IP-адреса:
Динамический IP-адрес:
И ещё смотреть netsh help, netsh interface help и http://technet.microsoft.com/en-us/library/bb490939.aspx
Статический IP-адрес:
netsh interface ip set address local static 123.123.123.123 255.255.255.0
Два статических IP-адреса:
netsh interface ip set address local static 123.123.123.123 255.255.255.0
netsh interface ip add address local 234.234.234.234 255.255.255.0
Динамический IP-адрес:
netsh interface ip set address name="Local Area Connection" source=dhcp
И ещё смотреть netsh help, netsh interface help и http://technet.microsoft.com/en-us/library/bb490939.aspx