SlideShare una empresa de Scribd logo
1 de 47
Descargar para leer sin conexión
#
#
2S
C
I
# C
8 A
New!
3
4
2
3 A
# 4GB
. 1
4
# .
5AWS VPN
• N
• N 2 V
2 N
• P
•
•
# ##
6AWS VPN
•
#
VPN
VPN
7AWS VPN
•
#
VPN
VPN
8AWS VPN
•
#
VPN
VPN
9AWS VPN
• 2 #
# 2
VPN
VPN
10AWS VPN
• = #
• # = #
• # #
11
. #
12VPN
#
Virtual Private Gateway Customer Gateway
13VPN a a
• # #
• V W k IS N
• 2 # #
• Pa c I V
• eBib I
•
• # # C
• B a eB
• # G C a
14VPN
• #
• #
•
+
15VGW
#
16CGW
#
CGW IP
or
AS
17VPN
#
VGW CGW
18
#
19K G E BT
• / BV
• / /
• # IE BV S IE BP
• BN c B W A Wa
B b
20C
G C 2 2
• #
• C C
VGW 10.10.10.0/24 2
AC
VPCC C 10.10.10.0/24
2VGW
21S
S P C
•
• i S P W
• S P # Ga AS P V
• S P RS
• SP W
• 2 2 2 eg bBC S P V
22
# .
23BGP
• #
• ca S B
• 1 1 r Cbmi
ko G
• Cn A Cbm T P
• S S e l G Cbm d
24BGP
#
BGP
BGP
10.10.10.0/24172.16.0.0/24
25
#
VGW
10.10.10.0/24172.16.0.0/24
VPC CIDR
172.16.0.0/24
CGW CIDR
10.10.10.0/24
BGP
26
#
VPC CIDR
172.16.0.0/24
CGW CIDR
10.10.10.0/24
[Route Propagation] VGW
VPC
10.10.10.0/24172.16.0.0/24
BGP
27BGP
#
#show ip bgp
BGP table version is 5, local router ID is 192.168.1.253
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
x best-external, a additional-path, c RIB-compressed,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found
Network Next Hop Metric LocPrf Weight Path
*> 10.10.10.0/24 0.0.0.0 0 32768 i
*> 172.16.0.0/24 169.254.24.77 100 0 10124 i
* 169.254.27.117 200 0 10124 i
28BGP
#
#show ip bgp
BGP table version is 5, local router ID is 192.168.1.253
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
x best-external, a additional-path, c RIB-compressed,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found
Network Next Hop Metric LocPrf Weight Path
*> 10.10.10.0/24 0.0.0.0 0 32768 i
*> 172.16.0.0/24 169.254.24.77 100 0 10124 i
* 169.254.27.117 200 0 10124 i
Metric C
• D H SOW_ Ww G BC ALi
s SW S N AL
• # #
• 0
• W_ FE
• 1 O PT MLw RbWa D F
• isHRbWa F # 1 O PTALw N
AL
29BGPHisk
30
#
31
• W N
• G
• G G A
• # T
• CG
32CGW
G
•
• G C
#
33iCGW
CL DCCWS
• 0JG L P OT G R TY 3CTGWCY ev y ron
• 0 S P 0 S P - ev y ron
• 0 S P 49 0 S P 49 ) ev y ron
• 1GMM PO 66 PO 9 . hcfbm ev y ron
• 2PRT OGT 2PRT ICTG ) t u 2PRT 9 ) ev y ron
• 5 O GR 5# GR GS 5 O9 . ev y ron
• 5 O GR 5 O9 hcfbm ev y ron
• RGGO9 + f + hcfbm n al 5 O GR 3
• RGGO9 + f + hcfbm n al 5 O GR 4 3
• 9 hcfbm ev y ron al 8GTICTG GOSG
• CMP MTP 8GTWPRLS 89 ) hcfbm v y ro
• ACNCJC GZ Z Z Z ( Z kg w
• 7 RPSP T OFPWS GRVGR - ev y ro
• 7 RPSP T OFPWS GRVGR ev y ro
• d xp s ml 8 e YXGM YWCMM t u ) hcfbm v y roZhcf d xp s
ml 8 e ) ( hcfbm v y ro
https://docs.aws.amazon.com/ja_jp/AmazonVPC/latest/NetworkAdminGuide/Introduction.html
34BGP
router bgp 65000
neighbor 169.254.27.xxx remote-as 10124
neighbor 169.254.27.xxx activate
neighbor 169.254.27.xxx timers 10 30 30
address-family ipv4 unicast
neighbor 169.254.27.xxx remote-as 10124
neighbor 169.254.27.xxx timers 10 30 30
neighbor 169.254.27.xxx default-originate
neighbor 169.254.27.xxx activate
neighbor 169.254.27.xxx soft-reconfiguration inbound
! To advertise additional prefixes to Amazon VPC, copy the 'network' statement
! and identify the prefix you wish to advertise. Make sure the prefix is present
! in the routing table of the device with a valid next-hop.
network 0.0.0.0
#
#
35
router bgp 65000
neighbor 169.254.27.xxx remote-as 10124
neighbor 169.254.27.xxx activate
neighbor 169.254.27.xxx timers 10 30 30
address-family ipv4 unicast
neighbor 169.254.27.xxx remote-as 10124
neighbor 169.254.27.xxx timers 10 30 30
neighbor 169.254.27.xxx default-originate
neighbor 169.254.27.xxx activate
neighbor 169.254.27.xxx soft-reconfiguration inbound
! To advertise additional prefixes to Amazon VPC, copy the 'network' statement
! and identify the prefix you wish to advertise. Make sure the prefix is present
! in the routing table of the device with a valid next-hop.
network 192.168.1.0 mask 255.255.255.0
network 172.16.0.0 mask 255.255.255.0
O
C I
BGP C
36CGW NATN G
F C
P #
VGW CGW
VPN
FW
37CGWFNATw KA i
4
b N l F K PCK S k
•
•
• 5 0 c e
e TW S cUa KsG DF
• E M 0 Sr I
#
38
crypto keyring keyring-vpn-xxxxxxxx-0
local-address xxx.xxx.xxx.xxx
pre-shared-key address yyy.yyy.yyy.yyy key xxxxxxxxxxxxxxxxxxxxxxxxxxx
~~~~~~~~ ~~~~~~~~
crypto isakmp profile isakmp-vpn-xxxxxxxx-0
local-address xxx.xxx.xxx.xxx
match identity address yyy.yyy.yyy.yyy
keyring keyring-vpn-xxxxxxxx
~~~~~~~~ ~~~~~~~~
interface Tunnel1
ip address 169.254.27.xxx 255.255.255.252
ip virtual-reassembly
tunnel source xxx.xxx.xxx.xxx
tunnel destination yyy.yyy.yyy.yyy
tunnel mode ipsec ipv4
tunnel protection ipsec profile ipsec-vpn-xxxxxxxx-0
! This option causes the router to reduce the Maximum Segment Size of
! TCP packets to prevent packet fragmentation.
ip tcp adjust-mss 1379
no shutdo
CGW NAT
39V
/
N e Fi GCIA C
• SW FALB
• # SW FALB a
• V c FALB
• b FALB
•
• P W
40WT
5
4 N CE
• D D ebCE A
• / / 0 caCE A
• 4 ISWU P K G A
• 4 4
41P GR
A B
• GSV
• #
P B
• N B
• A W
42
#
43C
• I BPN c
• # C B G W
• A B b
• a V S A # A
#
#
46- W
A 4 - K
• P CA D 9
• P - 140/5 220/5 9
• 5 IB S #
• P N 9
. /..32
.
4783 / 73
AKA
19:30 - 19:35 -
19:35 - 20:05 AWS Route 53
20:05 - 20:35 VGW
20:35 - 21:05 AWS VPN - -
W
7/ 83 :2 : / :8 3 3 #
B ST
B I
/6 //

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
20190129 AWS Black Belt Online Seminar AWS Identity and Access Management (AW...
 
20210119 AWS Black Belt Online Seminar AWS CloudTrail
20210119 AWS Black Belt Online Seminar AWS CloudTrail20210119 AWS Black Belt Online Seminar AWS CloudTrail
20210119 AWS Black Belt Online Seminar AWS CloudTrail
 
週末趣味のAWS Transit Gatewayでの経路制御
週末趣味のAWS Transit Gatewayでの経路制御週末趣味のAWS Transit Gatewayでの経路制御
週末趣味のAWS Transit Gatewayでの経路制御
 
Amazon VPC VPN接続設定 参考資料
Amazon VPC VPN接続設定 参考資料Amazon VPC VPN接続設定 参考資料
Amazon VPC VPN接続設定 参考資料
 
AWS Black Belt Online Seminar AWSで実現するDisaster Recovery
AWS Black Belt Online Seminar AWSで実現するDisaster RecoveryAWS Black Belt Online Seminar AWSで実現するDisaster Recovery
AWS Black Belt Online Seminar AWSで実現するDisaster Recovery
 
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
SaaS テナント毎のコストを把握するための「AWS Application Cost Profiler」のご紹介
 
20190521 AWS Black Belt Online Seminar Amazon Simple Email Service (Amazon SES)
20190521 AWS Black Belt Online Seminar Amazon Simple Email Service (Amazon SES)20190521 AWS Black Belt Online Seminar Amazon Simple Email Service (Amazon SES)
20190521 AWS Black Belt Online Seminar Amazon Simple Email Service (Amazon SES)
 
20200811 AWS Black Belt Online Seminar CloudEndure
20200811 AWS Black Belt Online Seminar CloudEndure20200811 AWS Black Belt Online Seminar CloudEndure
20200811 AWS Black Belt Online Seminar CloudEndure
 
20190424 AWS Black Belt Online Seminar Amazon Aurora MySQL
20190424 AWS Black Belt Online Seminar Amazon Aurora MySQL20190424 AWS Black Belt Online Seminar Amazon Aurora MySQL
20190424 AWS Black Belt Online Seminar Amazon Aurora MySQL
 
20200826 AWS Black Belt Online Seminar AWS CloudFormation
20200826 AWS Black Belt Online Seminar AWS CloudFormation 20200826 AWS Black Belt Online Seminar AWS CloudFormation
20200826 AWS Black Belt Online Seminar AWS CloudFormation
 
20190806 AWS Black Belt Online Seminar AWS Glue
20190806 AWS Black Belt Online Seminar AWS Glue20190806 AWS Black Belt Online Seminar AWS Glue
20190806 AWS Black Belt Online Seminar AWS Glue
 
AWS Black Belt Online Seminar 2016 AWS上でのActive Directory構築
AWS Black Belt Online Seminar 2016 AWS上でのActive Directory構築AWS Black Belt Online Seminar 2016 AWS上でのActive Directory構築
AWS Black Belt Online Seminar 2016 AWS上でのActive Directory構築
 
AWS Black Belt Online Seminar AWS Key Management Service (KMS)
AWS Black Belt Online Seminar AWS Key Management Service (KMS) AWS Black Belt Online Seminar AWS Key Management Service (KMS)
AWS Black Belt Online Seminar AWS Key Management Service (KMS)
 
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
 
AWS Black Belt Techシリーズ Amazon VPC
AWS Black Belt Techシリーズ Amazon VPCAWS Black Belt Techシリーズ Amazon VPC
AWS Black Belt Techシリーズ Amazon VPC
 
[Aurora事例祭り]Amazon Aurora を使いこなすためのベストプラクティス
[Aurora事例祭り]Amazon Aurora を使いこなすためのベストプラクティス[Aurora事例祭り]Amazon Aurora を使いこなすためのベストプラクティス
[Aurora事例祭り]Amazon Aurora を使いこなすためのベストプラクティス
 
20200212 AWS Black Belt Online Seminar AWS Systems Manager
20200212 AWS Black Belt Online Seminar AWS Systems Manager20200212 AWS Black Belt Online Seminar AWS Systems Manager
20200212 AWS Black Belt Online Seminar AWS Systems Manager
 
AWS Black Belt Online Seminar 2017 Amazon DynamoDB
AWS Black Belt Online Seminar 2017 Amazon DynamoDB AWS Black Belt Online Seminar 2017 Amazon DynamoDB
AWS Black Belt Online Seminar 2017 Amazon DynamoDB
 
20180322 AWS Black Belt Online Seminar AWS Snowball Edge
20180322 AWS Black Belt Online Seminar AWS Snowball Edge20180322 AWS Black Belt Online Seminar AWS Snowball Edge
20180322 AWS Black Belt Online Seminar AWS Snowball Edge
 
AWS Black Belt Online Seminar 2017 AWS Storage Gateway
AWS Black Belt Online Seminar 2017 AWS Storage GatewayAWS Black Belt Online Seminar 2017 AWS Storage Gateway
AWS Black Belt Online Seminar 2017 AWS Storage Gateway
 

Similar a [AKIBA.AWS] VPN接続とルーティングの基礎

Linux 4.x Tracing Tools: Using BPF Superpowers
Linux 4.x Tracing Tools: Using BPF SuperpowersLinux 4.x Tracing Tools: Using BPF Superpowers
Linux 4.x Tracing Tools: Using BPF Superpowers
Brendan Gregg
 

Similar a [AKIBA.AWS] VPN接続とルーティングの基礎 (20)

Ccnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to heroCcnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to hero
 
RPKI: An Operator’s Implementation
RPKI: An Operator’s ImplementationRPKI: An Operator’s Implementation
RPKI: An Operator’s Implementation
 
BGP Route Aggregation Lab WorkBook
BGP Route Aggregation Lab WorkBookBGP Route Aggregation Lab WorkBook
BGP Route Aggregation Lab WorkBook
 
Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140) Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140)
 
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全Linux 系統管理與安全:進階系統管理系統防駭與資訊安全
Linux 系統管理與安全:進階系統管理系統防駭與資訊安全
 
BGP
BGPBGP
BGP
 
Handy Networking Tools and How to Use Them
Handy Networking Tools and How to Use ThemHandy Networking Tools and How to Use Them
Handy Networking Tools and How to Use Them
 
Linux 4.x Tracing Tools: Using BPF Superpowers
Linux 4.x Tracing Tools: Using BPF SuperpowersLinux 4.x Tracing Tools: Using BPF Superpowers
Linux 4.x Tracing Tools: Using BPF Superpowers
 
TechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined AccessTechWiseTV Workshop: Software-Defined Access
TechWiseTV Workshop: Software-Defined Access
 
VXLAN and FRRouting
VXLAN and FRRoutingVXLAN and FRRouting
VXLAN and FRRouting
 
IPv6 Performance Revisited
IPv6 Performance RevisitedIPv6 Performance Revisited
IPv6 Performance Revisited
 
bgp.ppt
bgp.pptbgp.ppt
bgp.ppt
 
PhNOG 2019: RPKI Deployment Update
PhNOG 2019: RPKI Deployment UpdatePhNOG 2019: RPKI Deployment Update
PhNOG 2019: RPKI Deployment Update
 
How to Cisco ACI Multi-Pod
How to Cisco ACI Multi-PodHow to Cisco ACI Multi-Pod
How to Cisco ACI Multi-Pod
 
VYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeVYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edge
 
Nxll26 bgp ii
Nxll26 bgp iiNxll26 bgp ii
Nxll26 bgp ii
 
Watching And Manipulating Your Network Traffic
Watching And Manipulating Your Network TrafficWatching And Manipulating Your Network Traffic
Watching And Manipulating Your Network Traffic
 
MPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf TrafficMPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf Traffic
 
OpenStack DVR_What is DVR?
OpenStack DVR_What is DVR?OpenStack DVR_What is DVR?
OpenStack DVR_What is DVR?
 
Inside Winnyp
Inside WinnypInside Winnyp
Inside Winnyp
 

Más de Shuji Kikuchi

Más de Shuji Kikuchi (20)

re:Growth 2021 コンピュートサービスの進化を語る
re:Growth 2021 コンピュートサービスの進化を語るre:Growth 2021 コンピュートサービスの進化を語る
re:Growth 2021 コンピュートサービスの進化を語る
 
re:Grouth 2020 : AWS Infrastrucuter Serviceの進化 2020
re:Grouth 2020 : AWS Infrastrucuter Serviceの進化 2020re:Grouth 2020 : AWS Infrastrucuter Serviceの進化 2020
re:Grouth 2020 : AWS Infrastrucuter Serviceの進化 2020
 
JAWS-UG 横浜 re:Invent re:Cap week1 EC2ストレージパフォーマンスの進化
JAWS-UG 横浜 re:Invent re:Cap week1 EC2ストレージパフォーマンスの進化JAWS-UG 横浜 re:Invent re:Cap week1 EC2ストレージパフォーマンスの進化
JAWS-UG 横浜 re:Invent re:Cap week1 EC2ストレージパフォーマンスの進化
 
AWS Outpostsセミナー オンプレミスネットワークとの接続
AWS Outpostsセミナー オンプレミスネットワークとの接続AWS Outpostsセミナー オンプレミスネットワークとの接続
AWS Outpostsセミナー オンプレミスネットワークとの接続
 
NW-JAWS x Tech-on勉強会:AWS Transit Gateway で広がる ネットワークアーキテクチャ
NW-JAWS x Tech-on勉強会:AWS Transit Gateway で広がるネットワークアーキテクチャNW-JAWS x Tech-on勉強会:AWS Transit Gateway で広がるネットワークアーキテクチャ
NW-JAWS x Tech-on勉強会:AWS Transit Gateway で広がる ネットワークアーキテクチャ
 
[JAWS-UG 横浜] AWS re:Invent 2019 Network関連アップデート 5本立て
[JAWS-UG 横浜] AWS re:Invent 2019Network関連アップデート5本立て[JAWS-UG 横浜] AWS re:Invent 2019Network関連アップデート5本立て
[JAWS-UG 横浜] AWS re:Invent 2019 Network関連アップデート 5本立て
 
Developers.IO 2019 Tokyo re:inventの歩き方
Developers.IO 2019 Tokyo re:inventの歩き方Developers.IO 2019 Tokyo re:inventの歩き方
Developers.IO 2019 Tokyo re:inventの歩き方
 
Developers.IO 2019 ハイブリッド/マルチVPC環境を構成するためのAWSネットワーク完全理解
Developers.IO 2019 ハイブリッド/マルチVPC環境を構成するためのAWSネットワーク完全理解Developers.IO 2019 ハイブリッド/マルチVPC環境を構成するためのAWSネットワーク完全理解
Developers.IO 2019 ハイブリッド/マルチVPC環境を構成するためのAWSネットワーク完全理解
 
[JAWS-UG Tokyo 32] AWS Client VPNの特徴
[JAWS-UG Tokyo 32] AWS Client VPNの特徴[JAWS-UG Tokyo 32] AWS Client VPNの特徴
[JAWS-UG Tokyo 32] AWS Client VPNの特徴
 
[JAWS DAYS 2019] Amazon DocumentDB(with MongoDB Compatibility)入門
[JAWS DAYS 2019] Amazon DocumentDB(with MongoDB Compatibility)入門[JAWS DAYS 2019] Amazon DocumentDB(with MongoDB Compatibility)入門
[JAWS DAYS 2019] Amazon DocumentDB(with MongoDB Compatibility)入門
 
re:Growth 2018 Tokyo:Amazon Global Networkが提供する新サービス
re:Growth 2018 Tokyo:Amazon Global Networkが提供する新サービスre:Growth 2018 Tokyo:Amazon Global Networkが提供する新サービス
re:Growth 2018 Tokyo:Amazon Global Networkが提供する新サービス
 
Developers.IO 2018 Tokyo AWSベストプラクティス
Developers.IO 2018 Tokyo AWSベストプラクティスDevelopers.IO 2018 Tokyo AWSベストプラクティス
Developers.IO 2018 Tokyo AWSベストプラクティス
 
AKIBA.AWS #10 NLBを取り巻く環境のUPDATE
AKIBA.AWS #10 NLBを取り巻く環境のUPDATEAKIBA.AWS #10 NLBを取り巻く環境のUPDATE
AKIBA.AWS #10 NLBを取り巻く環境のUPDATE
 
[AKIBA.AWS] NLBとPrivateLinkの仕様に立ち向かう
[AKIBA.AWS] NLBとPrivateLinkの仕様に立ち向かう[AKIBA.AWS] NLBとPrivateLinkの仕様に立ち向かう
[AKIBA.AWS] NLBとPrivateLinkの仕様に立ち向かう
 
[AKIBA.AWS] VPCをネットワーク図で理解してみる
[AKIBA.AWS] VPCをネットワーク図で理解してみる[AKIBA.AWS] VPCをネットワーク図で理解してみる
[AKIBA.AWS] VPCをネットワーク図で理解してみる
 
[HIGOBASHI.AWS] AWS ネットワーク小ネタ祭り
[HIGOBASHI.AWS] AWS ネットワーク小ネタ祭り[HIGOBASHI.AWS] AWS ネットワーク小ネタ祭り
[HIGOBASHI.AWS] AWS ネットワーク小ネタ祭り
 
[AKIBA.AWS] AWS Elemental MediaConvertから学ぶコーデック入門
[AKIBA.AWS] AWS Elemental MediaConvertから学ぶコーデック入門[AKIBA.AWS] AWS Elemental MediaConvertから学ぶコーデック入門
[AKIBA.AWS] AWS Elemental MediaConvertから学ぶコーデック入門
 
[AKIBA.AWS] re:invent 2017アップデート:ついてこられるか?AWSネットワークの進化
[AKIBA.AWS] re:invent 2017アップデート:ついてこられるか?AWSネットワークの進化[AKIBA.AWS] re:invent 2017アップデート:ついてこられるか?AWSネットワークの進化
[AKIBA.AWS] re:invent 2017アップデート:ついてこられるか?AWSネットワークの進化
 
[MongoDB勉強会 in 2017] MongoDB on AWS
[MongoDB勉強会 in 2017] MongoDB on AWS[MongoDB勉強会 in 2017] MongoDB on AWS
[MongoDB勉強会 in 2017] MongoDB on AWS
 
[AKIBA.AWS] EC2の基礎 - パフォーマンスを100%引き出すオプション設定 -
[AKIBA.AWS] EC2の基礎 - パフォーマンスを100%引き出すオプション設定 -[AKIBA.AWS] EC2の基礎 - パフォーマンスを100%引き出すオプション設定 -
[AKIBA.AWS] EC2の基礎 - パフォーマンスを100%引き出すオプション設定 -
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

[AKIBA.AWS] VPN接続とルーティングの基礎

  • 1. # #
  • 5. 5AWS VPN • N • N 2 V 2 N • P • • # ##
  • 9. 9AWS VPN • 2 # # 2 VPN VPN
  • 10. 10AWS VPN • = # • # = # • # #
  • 13. 13VPN a a • # # • V W k IS N • 2 # # • Pa c I V • eBib I • • # # C • B a eB • # G C a
  • 18. 18 #
  • 19. 19K G E BT • / BV • / / • # IE BV S IE BP • BN c B W A Wa B b
  • 20. 20C G C 2 2 • # • C C VGW 10.10.10.0/24 2 AC VPCC C 10.10.10.0/24 2VGW
  • 21. 21S S P C • • i S P W • S P # Ga AS P V • S P RS • SP W • 2 2 2 eg bBC S P V
  • 23. 23BGP • # • ca S B • 1 1 r Cbmi ko G • Cn A Cbm T P • S S e l G Cbm d
  • 26. 26 # VPC CIDR 172.16.0.0/24 CGW CIDR 10.10.10.0/24 [Route Propagation] VGW VPC 10.10.10.0/24172.16.0.0/24 BGP
  • 27. 27BGP # #show ip bgp BGP table version is 5, local router ID is 192.168.1.253 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path *> 10.10.10.0/24 0.0.0.0 0 32768 i *> 172.16.0.0/24 169.254.24.77 100 0 10124 i * 169.254.27.117 200 0 10124 i
  • 28. 28BGP # #show ip bgp BGP table version is 5, local router ID is 192.168.1.253 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path *> 10.10.10.0/24 0.0.0.0 0 32768 i *> 172.16.0.0/24 169.254.24.77 100 0 10124 i * 169.254.27.117 200 0 10124 i Metric C
  • 29. • D H SOW_ Ww G BC ALi s SW S N AL • # # • 0 • W_ FE • 1 O PT MLw RbWa D F • isHRbWa F # 1 O PTALw N AL 29BGPHisk
  • 30. 30 #
  • 31. 31 • W N • G • G G A • # T • CG
  • 33. 33iCGW CL DCCWS • 0JG L P OT G R TY 3CTGWCY ev y ron • 0 S P 0 S P - ev y ron • 0 S P 49 0 S P 49 ) ev y ron • 1GMM PO 66 PO 9 . hcfbm ev y ron • 2PRT OGT 2PRT ICTG ) t u 2PRT 9 ) ev y ron • 5 O GR 5# GR GS 5 O9 . ev y ron • 5 O GR 5 O9 hcfbm ev y ron • RGGO9 + f + hcfbm n al 5 O GR 3 • RGGO9 + f + hcfbm n al 5 O GR 4 3 • 9 hcfbm ev y ron al 8GTICTG GOSG • CMP MTP 8GTWPRLS 89 ) hcfbm v y ro • ACNCJC GZ Z Z Z ( Z kg w • 7 RPSP T OFPWS GRVGR - ev y ro • 7 RPSP T OFPWS GRVGR ev y ro • d xp s ml 8 e YXGM YWCMM t u ) hcfbm v y roZhcf d xp s ml 8 e ) ( hcfbm v y ro https://docs.aws.amazon.com/ja_jp/AmazonVPC/latest/NetworkAdminGuide/Introduction.html
  • 34. 34BGP router bgp 65000 neighbor 169.254.27.xxx remote-as 10124 neighbor 169.254.27.xxx activate neighbor 169.254.27.xxx timers 10 30 30 address-family ipv4 unicast neighbor 169.254.27.xxx remote-as 10124 neighbor 169.254.27.xxx timers 10 30 30 neighbor 169.254.27.xxx default-originate neighbor 169.254.27.xxx activate neighbor 169.254.27.xxx soft-reconfiguration inbound ! To advertise additional prefixes to Amazon VPC, copy the 'network' statement ! and identify the prefix you wish to advertise. Make sure the prefix is present ! in the routing table of the device with a valid next-hop. network 0.0.0.0 #
  • 35. # 35 router bgp 65000 neighbor 169.254.27.xxx remote-as 10124 neighbor 169.254.27.xxx activate neighbor 169.254.27.xxx timers 10 30 30 address-family ipv4 unicast neighbor 169.254.27.xxx remote-as 10124 neighbor 169.254.27.xxx timers 10 30 30 neighbor 169.254.27.xxx default-originate neighbor 169.254.27.xxx activate neighbor 169.254.27.xxx soft-reconfiguration inbound ! To advertise additional prefixes to Amazon VPC, copy the 'network' statement ! and identify the prefix you wish to advertise. Make sure the prefix is present ! in the routing table of the device with a valid next-hop. network 192.168.1.0 mask 255.255.255.0 network 172.16.0.0 mask 255.255.255.0 O C I BGP C
  • 36. 36CGW NATN G F C P # VGW CGW VPN FW
  • 37. 37CGWFNATw KA i 4 b N l F K PCK S k • • • 5 0 c e e TW S cUa KsG DF • E M 0 Sr I
  • 38. # 38 crypto keyring keyring-vpn-xxxxxxxx-0 local-address xxx.xxx.xxx.xxx pre-shared-key address yyy.yyy.yyy.yyy key xxxxxxxxxxxxxxxxxxxxxxxxxxx ~~~~~~~~ ~~~~~~~~ crypto isakmp profile isakmp-vpn-xxxxxxxx-0 local-address xxx.xxx.xxx.xxx match identity address yyy.yyy.yyy.yyy keyring keyring-vpn-xxxxxxxx ~~~~~~~~ ~~~~~~~~ interface Tunnel1 ip address 169.254.27.xxx 255.255.255.252 ip virtual-reassembly tunnel source xxx.xxx.xxx.xxx tunnel destination yyy.yyy.yyy.yyy tunnel mode ipsec ipv4 tunnel protection ipsec profile ipsec-vpn-xxxxxxxx-0 ! This option causes the router to reduce the Maximum Segment Size of ! TCP packets to prevent packet fragmentation. ip tcp adjust-mss 1379 no shutdo CGW NAT
  • 39. 39V / N e Fi GCIA C • SW FALB • # SW FALB a • V c FALB • b FALB • • P W
  • 40. 40WT 5 4 N CE • D D ebCE A • / / 0 caCE A • 4 ISWU P K G A • 4 4
  • 41. 41P GR A B • GSV • # P B • N B • A W
  • 42. 42 #
  • 43. 43C • I BPN c • # C B G W • A B b • a V S A # A
  • 44. #
  • 45. #
  • 46. 46- W A 4 - K • P CA D 9 • P - 140/5 220/5 9 • 5 IB S # • P N 9 . /..32
  • 47. . 4783 / 73 AKA 19:30 - 19:35 - 19:35 - 20:05 AWS Route 53 20:05 - 20:35 VGW 20:35 - 21:05 AWS VPN - - W 7/ 83 :2 : / :8 3 3 # B ST B I /6 //