cannot change static ip address
hi,
to set server static ip address
-
at command prompt, type following show interfaces:
-
netsh interface ipv4 show interfaces
add ip address
- netsh interface ipv4 set address name=”local area connection” source=static address=192.168.0.10 mask=255.255.255.0 gateway=192.1.0.1
dns server
-
netsh interface ipv4 add dnsserver name=”local area connection” address=192.168.0.15 index=1
-
netsh interface ipv4 add dnsserver name=”local area connection” address=192.168.0.15 index=2
and try free tools
core configurator 2.0 (x64)
http://coreconfig.codeplex.com/
in addition:
regards,
cataleya li
technet community support
Windows Server > Server Core
Comments
Post a Comment