Last active
May 9, 2016 03:18
-
-
Save koheyamada/a40dc021ec0341d9c24d41ac3592ecc8 to your computer and use it in GitHub Desktop.
第2回 AWSとIDCFをVPN接続する - AWS準備編(全4回) ref: http://qiita.com/kooohei/items/fbc6b32f5a70bf3cfa20
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
| ネームタグ:VPNRouterToIDCF | |
| ルーティング:静的(ここでは動的どちらでもOK) | |
| IPアドレス:xxx.xxx.xxx.xxx(VPN-IDCFのIPを入力)※ | |
| BGP ASN:65000(動的の場合は指定) | |
| ※第1回 AWSとIDCFをVPN接続する(全4回)の「IPアドレスの設定」で取得したIPです。 |
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
| ネームタグ:VGW-ToIDCF |
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
| ベンダー:Vyatta | |
| プラットフォーム:Vyatta Network OS | |
| ソフトウェア:Vyatta Network OS 6.5+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment