window configuration guide - cloud-barista/cb-dragonfly GitHub Wiki

μœˆλ„μš° ν™˜κ²½ μ„€μ • κ°€μ΄λ“œ

  • Window OS ν™˜κ²½μ˜ VM을 λͺ¨λ‹ˆν„°λ§ ν•˜κΈ° μœ„ν•œ μ—μ΄μ „νŠΈ μΈμŠ€ν†¨λŸ¬μ™€ μ—μ΄μ „νŠΈ μ„€μΉ˜ 및 μš΄μš©μ„ μœ„ν•œ κ°€μ΄λ“œμ΄λ©° Cortado 버전 κΈ°μ€€ κ°€μ΄λ“œμž…λ‹ˆλ‹€.

  • 지원 ν™˜κ²½

    • 운영체제: Windows-Server 2012 R2
    • VM, MCIS λ“± IaaS ν™˜κ²½
    • ν™˜κ²½ μ„€μ • ν•­λͺ©: λ„€νŠΈμ›Œν¬ μˆ˜λ™ μ„€μ •, μœˆλ„μš° μ–Έμ–΄ μ„€μ •

λ„€νŠΈμ›Œν¬ μˆ˜λ™ μ„€μ •

  • PowerShell ꡬ동
    powershell
    
  • λ„€νŠΈμ›Œν¬ μΈν„°νŽ˜μ΄μŠ€ 확인
    ipconfig /all
    
  • λ„€νŠΈμ›Œν¬ Static IP μ„€μ •
    netsh interface ipv4 set address name = "{{ μΈν„°νŽ˜μ΄μŠ€ 이름 }}" static "{{ IP }}" "{{ Subnet Mask }}" "{{ Default Gateway IP }}"
    

λ°©ν™”λ²½ μ„€μ •

  • ν•΄λ‹Ή 섀정은 MCIS νŠΉν™” λͺ¨λ‹ˆν„°λ§ λ©”νŠΈλ¦­ μˆ˜μ§‘μ΄ ν•„μš”ν•œ 경우 μ§„ν–‰ν•©λ‹ˆλ‹€.
    Set-NetFirewallProfile -Profile Domain, Public, Private -Enabled False
    

μœˆλ„μš° μ–Έμ–΄ μ„€μ •

  • Cortado release κΈ°μ€€ ν•œκΈ€, μ˜μ–΄λ₯Ό μ§€μ›ν•©λ‹ˆλ‹€.
    Set-WinSystemLocale en-US
    Set-WinUserLanguageList en-US
    

powershell 버전 μ—…κ·Έλ ˆμ΄λ“œ (v4 -> v5)

  1. TLS version λ³€κ²½

    [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls, [Net.SecurityProtocolType]::Tls11, [Net.SecurityProtocolType]::Tls12, [Net.SecurityProtocolType]::Ssl3
    [Net.ServicePointManager]::SecurityProtocol = "Tls, Tls11, Tls12, Ssl3"
    
  2. Windows Server 2012 R2 κΈ°μ€€ powershell 5버전을 λ‹€μš΄λ‘œλ“œ λ°›μŠ΅λ‹ˆλ‹€.

    Invoke-WebRequest -Uri go.microsoft.com/fwlink/?linkid=839516 -OutFile Win8.1AndW2K12R2-KB3191564-x64.msu
    
    .\Win8.1AndW2K12R2-KB3191564-x64.msu
    

    image

  3. I Accept 클릭
    image

  4. Restart Now 클릭
    image

  5. 버전 확인
    image