Skip to content

VPC Config never ending..

0

Hi,

I have problems to configure my VPC Peering.
I have 1 EC-Instance in VPC#1 and want to Ping to a EC-Instance in VPC#2-Subnet.

1st: I created 2 VPCs

#1: 10.1.0.0/23
Subnet: 10.1.0.0/24

#2: 10.0.0.0/16
Subnet 0: 10.0.0.0/24
Subnet 1: 10.0.1.0/24
Subnet 2: 10.0.2.0/24
Subnet 3: 10.0.3.0/24

2nd: Peering
set up between VPC#1 & VPC#2 pcx-0ee... / active

3rd: Route table
VPC#1:
10.1.0.0/23 local 10.0.0.0/16 pcx-0ee..

VPC#1 Subnet:
10.1.0.0/23 local 0.0.0.0/0 igw-0...
10.0.0.0/16 pcx-0ee..

VPC#2:
10.0.0.0/16 local 0.0.0.0/0 nat-07..
10.1.0.0/23 pcx-0ee..

VPC#2 Subnet:
10.0.0.0/16 local 0.0.0.0/0 igw-..
10.1.0.0/23 pcx-0ee..

4:NACL
VPC#1:
100 ALL Traffic ALL ALL 0.0.0.0/0 ALLOW
101 ALL Traffic ALL ALL 10.0.0.0/16 ALLOW

  • ALL Traffic ALL ALL 0.0.0.0/0 DENY

VPC#2:
100 ALL Traffic ALL ALL 0.0.0.0/0 ALLOW
101 ALL Traffic ALL ALL 10.1.0.0/23 ALLOW

  • ALL Traffic ALL ALL 0.0.0.0/0 DENY

5:SecurityGroups
Allow Inboud Traffic from both Security Groups on each side. Outbound is (All traffic All All 0.0.0.0/0)

Ping from 10.1.0.91 to 10.0.1.37 did not work.

What I have wrong here?

Thanks!

asked 7 years ago289 views
1 Answer
0

Review your route tabes....you said:

10.0.1.37
but you might want to confirm that there is a route in the appropriate route table for Subnet #2 for that...not seeing that in your route tables.

answered 7 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.