IBM Cloud: VPC가 생성된 VSI에 대해 두 번째 이후 vNIC에 IP 주소를 명시적으로 지정하는 방법
1. 소개
IBM Cloud VPC에서는 UI에서 첫 번째 Primary Interfance의 IP 주소를 지정할 수 없습니다. API나 CLI에서는 지정 가능하므로, IBM Cloud: VPC의 VSI를 IP 주소 지정으로 프로비저닝하는 방법 에서는, 그 해결 방법을 소개했습니다.
이 기사는 계속됩니다. 두 번째 vNIC에 IP 주소를 명시적으로 지정하는 것은 UI에서도 할 수 없습니다. 벌써 VSI가 존재하고 있는 경우에는, CLI( ibmcloud is instance-network-interface-create
)로 실시하는 것이 간단하기 때문에, 그 방법을 소개하고 싶습니다.
2. 변경 대상의 VSI ID와 추가하고 싶은 Subnet ID의 확인
3. CLI에서 추가하는 방법
プラグインの更新
$ ibmcloud update
$ ibmcloud plugin update
リージョンの変更
$ ibmcloud target -r jp-tok
VPC Gen2の選択
$ ibmcloud is target --gen 2
$ ibmcloud is instance-network-interface-create eth1 02e7_5d8a75b1-ac86-451b-8f0a-d256cb6bba00 02e7-7dab365d-6b50-43d8-99ed-6e1d829e661b --ipv4 192.168.0.10
Creating network interface eth1 for instance 02e7_5d8a75b1-ac86-451b-8f0a-d256cb6bba00 under account xxxx as user xxxx@xxxxxxxx...
ID 02e7-5086d6d4-b7f9-4acc-82e0-11914da8bb31
Name eth1
Status pending
Type secondary
Subnet sub-192-168-0-0-24
Speed 2000
The primary IPv4 address 192.168.0.10
Security groups ID Name
r022-1a2bb9f2-7647-4332-8a1b-eb925fb6e160 sg-tok-syasuda-default
Attached Floating IP: No Floating IP attached
Created 2020-09-18T15:07:45+09:00
4. 확인
Reference
이 문제에 관하여(IBM Cloud: VPC가 생성된 VSI에 대해 두 번째 이후 vNIC에 IP 주소를 명시적으로 지정하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/testnin2/items/dbf5b509fb725380dcbf
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
プラグインの更新
$ ibmcloud update
$ ibmcloud plugin update
リージョンの変更
$ ibmcloud target -r jp-tok
VPC Gen2の選択
$ ibmcloud is target --gen 2
$ ibmcloud is instance-network-interface-create eth1 02e7_5d8a75b1-ac86-451b-8f0a-d256cb6bba00 02e7-7dab365d-6b50-43d8-99ed-6e1d829e661b --ipv4 192.168.0.10
Creating network interface eth1 for instance 02e7_5d8a75b1-ac86-451b-8f0a-d256cb6bba00 under account xxxx as user xxxx@xxxxxxxx...
ID 02e7-5086d6d4-b7f9-4acc-82e0-11914da8bb31
Name eth1
Status pending
Type secondary
Subnet sub-192-168-0-0-24
Speed 2000
The primary IPv4 address 192.168.0.10
Security groups ID Name
r022-1a2bb9f2-7647-4332-8a1b-eb925fb6e160 sg-tok-syasuda-default
Attached Floating IP: No Floating IP attached
Created 2020-09-18T15:07:45+09:00
Reference
이 문제에 관하여(IBM Cloud: VPC가 생성된 VSI에 대해 두 번째 이후 vNIC에 IP 주소를 명시적으로 지정하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/testnin2/items/dbf5b509fb725380dcbf텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)