This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
マシンタイプ:Light(light.S1) | |
イメージ:その他(VyOS 1.1.3 64-bit) | |
ボリューム: - | |
SSH Key:SSH Key選択(今回は事前に用意していたのを利用) | |
仮想マシン台数:1 | |
ネットワークインターフェース:radian-network1(今回はデフォルトで用意されているNWを選択) | |
詳細情報:マシン名1 VPN-ToAWS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ネームタグ:VPNConnectToIDCF | |
仮想プライベートゲートウェイ:さっき作成した仮想プライベートゲートウェイ | |
カスタマーゲートウェイ:既存(さっき作成したカスタマーゲートウェイ) | |
ルーティングオプション:動的(BGPが必要) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ show vpn ipsec sa | |
Peer ID / IP Local ID / IP | |
------------ ------------- | |
52.192.68.69 10.13.0.146 | |
Description: VPC tunnel 1 | |
Tunnel State Bytes Out/In Encrypt Hash NAT-T A-Time L-Time Proto | |
------ ----- ------------- ------- ---- ----- ------ ------ ----- | |
vti up 7.4K/6.6K aes128 sha1 yes 1587 3600 all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
/sbin/route add -net 172.31.0.0 gw 10.13.0.2 netmask 255.255.0.0 dev eth0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cloudstack-api --version | |
cloudstack-api v0.10.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cloudstack-api listVirtualMachines -t name,keypair,displayname,group |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cloudstack-api listPublicIpAddresses -t ipaddress,id,virtualmachinename,virtualmachinedisplayname |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd ~/ | |
$ vi .s3cfg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"deletefirewallruleresponse": { | |
"jobid": "cf419432-24dc-404c-a4bf-8b478cfdf9ff" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lsblk | |
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT | |
xvda 202:0 0 30G 0 disk | |
└─xvda1 202:1 0 8G 0 part / |