일부 Linux 클라이언트에서 localhost는 IPv6 루프백 주소(::1)로 확인됩니다. ping -c 1 localhost를 사용하여 이를 확인하세요. 이 명령어가 IPv6 주소를 반환하면 gcloud compute ssh 명령어에서 -L 8080:localhost:8080 대신 -L 8080:127.0.0.1:8080을 사용합니다.
로컬 클라이언트에서 https://localhost:8080 대신 http://localhost:8080에 연결해야 합니다.
[[["이해하기 쉬움","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-27(UTC)"],[[["A JupyterLab session is initialized when you start a Deep Learning VM Images instance."],["You can set up SSH port forwarding to access your JupyterLab session through a local browser using the `gcloud compute ssh` command."],["The `gcloud compute ssh` command requires you to specify your project ID, zone, and instance name."],["If using Cloud Shell, you might need to add a `-4` flag to the SSH command to connect via IPv4."],["If you encounter connection issues, ensure you are using the correct localhost IP address (127.0.0.1 instead of ::1) and protocol (http instead of https)."]]],[]]