Skip to content

Instantly share code, notes, and snippets.

@rodolfofadino
Created August 11, 2013 23:12
Show Gist options
  • Save rodolfofadino/6207317 to your computer and use it in GitHub Desktop.
Save rodolfofadino/6207317 to your computer and use it in GitHub Desktop.
Network Configuration on Windows Server
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