성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] VT sequences to "CONOUT$" vs. STD_O...
[정성태] NetCoreDbg is a managed code debugg...
[정성태] Evaluating tail call elimination in...
[정성태] What’s new in System.Text.Json in ....
[정성태] What's new in .NET 9: Cryptography ...
[정성태] 아... 제시해 주신 "https://akrzemi1.wordp...
[정성태] 다시 질문을 정리할 필요가 있을 것 같습니다. 제가 본문에...
[이승준] 완전히 잘못 짚었습니다. 댓글 지우고 싶네요. 검색을 해보...
[정성태] 우선 답글 감사합니다. ^^ 그런데, 사실 저 예제는 (g...
[이승준] 수정이 안되어서... byteArray는 BYTE* 타입입니다...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <h1 style='font-family: Malgun Gothic, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>Azure VM의 Network Adapter를 실수로 비활성화한 경우</h1> <p> 콘솔 접속이 안 되기 때문에, Azure VM의 경우 NIC을 Disabled 시키면 이후 접속할 방법이 없습니다. 이 문제를 해결하기 위해 취할 수 있는 방법은, 다음의 Q&A에 잘 나와 있습니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Network adapter Disabled on windows azure virtual machine (how to reactivate) [closed] ; <a target='tab' href='https://stackoverflow.com/questions/47693515/network-adapter-disabled-on-windows-azure-virtual-machine-how-to-reactivate'>https://stackoverflow.com/questions/47693515/network-adapter-disabled-on-windows-azure-virtual-machine-how-to-reactivate</a> </pre> <br /> <ol> <li>Go to the Azure portal.</li> <li>Select the affected Virtual Machine.</li> <li>Select Network Interfaces.</li> <li>Select the Network Interface associated with your machine</li> <li>Select IP configurations.</li> <li>Select the IP.</li> <li>If the Private IP assignment is not Static, change it to Static.</li> <li>Change the IP address to another IP address that is available in the Subnet, for example, change 10.0.0.4 to 10.0.0.5.</li> <li>The virtual machine will restart to initialize the new NIC to the system.</li> <li>Try to RDP to your machine. If successful, you can change the Private IP address back to the original if you would like. Otherwise, you can keep it.</li> </ol> <br /> 정리하면 이런 식입니다.<br /> <br /> <ol> <li>Azure Portal / 해당 VM 설정의 Overview에서 "Virtual network/subnet"에 해당하는 링크를 누르고,</li> <li>나열된 "Network interface" 중 VM과 연관된 항목을 선택 후,</li> <li>좌측 "Settings" / "IP Configurations" 화면에 나열된 IP 자원으로 들어가,</li> <li>"Assignment" 항목을 "Static"으로 바꾼 후 "IP address"를 다른 유효한 IP로 변경</li> </ol> <br /> 저렇게 IP를 바꿔주면 Azure는 NIC을 새롭게 생성해 VM에 할당하므로, 다시 정상적으로 네트워크 활동이 가능하게 됩니다. 참고로, "Static"으로 바꾼 것이 걱정된다면 일단 NIC이 새롭게 할당된 것을 확인한 후 다시 "Dynamic"으로 바꿔 재차 NIC을 생성할 수 있습니다.<br /> <br /> 또한, 이전 NIC에 대한 장치는 여전히 VM 내에 있으므로 <a target='tab' href='https://www.sysnet.pe.kr/2/0/1830#show_hidden_device'>"Device Manager"의 "show hidden devices"</a>로 확인해 지울 수 있습니다. (사실 이런 경우가 흔치는 않을 것이므로 마구 쌓이지 않는 한 굳이 안 지워도 무방합니다.)<br /> </p><br /> <br /><hr /><span style='color: Maroon'>[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
1261
(왼쪽의 숫자를 입력해야 합니다.)