이 문서에서는 중첩된 가상화를 사용할 때 발생할 수 있는 일반적인 오류와 이러한 오류를 해결하는 방법을 설명합니다. 중첩된 가상화에 대한 자세한 내용은 중첩된 VM 만들기를 참조하세요.
중첩된 VM을 시작할 수 없음
프로젝트가 조직에 속한 경우 조직에서 중첩된 가상화로 VM을 만들 수 있는 기능을 사용 중지했을 수 있습니다. 중첩된 가상화가 사용 설정된 VM을 만들기 전에 중첩된 가상화가 허용되는지 확인하세요.
중첩된 가상화가 프로세서에 표시되지 않음
grep -c vmx /proc/cpuinfo 명령어가 0을 반환하고 VM에 중첩이 사용 설정되지 않았다고 보고되면 Haswell 이상의 CPU를 사용하여 VM을 시작했는지 확인합니다. 자세한 내용은 중첩된 가상화 개요를 참조하세요.
중첩된 VM을 종료할 수 없음
중첩된 각 VM 세션 이전에 screen을 실행하지 않은 경우 중첩된 VM을 종료할 수도 있고, 다른 터미널에서 프로세스를 중지할 수도 있습니다. 중첩된 VM을 종료하려면 중첩된 VM 내에서 poweroff 명령어를 실행합니다.
또는 다른 터미널에서 호스트 VM에 로그인하고, 프로세스를 종료하고, 호스트 VM에서 screen을 실행한 후에 중첩된 VM을 새로 시작합니다.
iptables에서 트래픽을 전달하지 않음
iptables는 하향식으로 규칙을 확인합니다. 규칙의 우선순위를 다른 규칙보다 높여 보세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-06(UTC)"],[[["Nested virtualization might be disabled at the organizational level, so verify that it's permitted before creating VMs with nested virtualization enabled."],["If the processor isn't displaying nested virtualization, ensure the VM is started with a CPU platform of Haswell or later."],["If you are unable to exit a nested VM, use `poweroff` to shut it down, or log into the host VM from another terminal to end the process and run `screen` for new sessions."],["When `iptables` fails to forward traffic, ensure that your forwarding rules have higher priority than other rules and that no conflicting rules are present."]]],[]]