Created
August 11, 2013 23:12
-
-
Save rodolfofadino/6207317 to your computer and use it in GitHub Desktop.
Network Configuration on Windows Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh interface ip set address name="Local Area Connection" static ipadress networkmask gatewaydefault 1 | |
netsh interface ip set dnsserver name="Local Area Connection" static xxx.xxx.xxx.xxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment