[[["이해하기 쉬움","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-09-04(UTC)"],[],[],null,["# Configure external HSM network connection\n\nThis page describes how to set up the network for the external HSM connection.\n| **Important:** To access the URLs on this page, you must connect to the internet. The URLs are provided for use when you have such access.\n\nConnect the external HSM\n------------------------\n\n1. Connect one of the ethernet ports on the HSM device to port number 11 on the\n TOR switch. This is a 10G port. Use the following optic and fiber cable:\n\n - Optic type: 10GBASE - SR\n - Fiber type: Multimode fiber\n\nConfigure the HSM specs\n-----------------------\n\n1. Configure the following IP on the port on HSM device:\n\n - IP address: `198.18.2.20`\n - Subnet mask: `255.255.255.0`\n2. The default gateway for the HSM device should be set at `192.168.2.1`.\n\nConfigure the TOR switch\n------------------------\n\n### SSH in to the TOR switch\n\n1. Get the password. Run the following command on the root-admin-node (BM03):\n\n release/gdcloud system network troubleshoot list --switch-login-info --kubeconfig /root/release/root-admin/root-admin-kubeconfig\n\n2. Connect a laptop to the uplink management port (port 10) on the switch. As\n this port is an access port, there is no need to set VLAN tags.\n\n3. Establish a Secure Shell (SSH) session to the TOR by entering `ssh admin@198.18.0.1`.\n\n### Configure the switch ports\n\n1. Go to the configuration mode as follows:\n\n switch [standalone: master] \u003e enable\n switch [standalone: master] # configure terminal\n switch [standalone: master] (config) #\n\n2. Enter the following configuration:\n\n switch [standalone: master] (config) # interface ethernet 1/11 switchport access vlan 100\n\n3. Save the configuration:\n\n switch [standalone: master] (config) # write memory"]]