Windows

From Halfface
Revision as of 20:23, 26 March 2012 by Ekaanbj (talk | contribs) (Created page with 'Configure network: # Static ip. netsh interface ip set address name="Local Area Connection" static 192.168.122.41 255.255.255.0 192.168.122.1 1 # Dhcp netsh interface is set ad…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Configure network:

  1. Static ip.
netsh interface ip set address name="Local Area Connection" static 192.168.122.41 255.255.255.0 192.168.122.1 1
  1. Dhcp
netsh interface is set address name="Local Area Connection" dhcp