Posted On March 28, 2019

Sample: AWS & Satellite Subnets

kimconnect 0 comments
blog.KimConnect.com >> Networking , Virtualization >> Sample: AWS & Satellite Subnets
 
  Web Tier App Tier Data Tier
Zone A 172.31.0.0/20 172.31.64.0/24 172.31.128.0/24
Zone B 172.31.16.0/20 172.31.80.0/24 172.31.144.0/24
 
 
AWS Subnets:
Public Subnet 0b        172.31.0.0/20    0/20.0.31.172.in-addr.arpa
Private Subnet 144c    172.31.144.0/24    144/24.144.31.172.in-addr.arpa
Private Subnet 16c        172.31.16.0/20    16/20.16.31.172.in-addr.arpa
Private Subnet 80c        172.31.80.0/24    80/24.80.31.172.in-addr.arpa
Private Subnet 128b    172.31.128.0/24    128/24.128.31.172.in-addr.arpa
Private Subnet 64b        172.31.64.0/24    64/24.64.31.172.in-addr.arpa
 
Subnet Expressions:
192.168.0.0/16
172.31.0.0/19
172.31.64.0/24
172.31.80.0/24
172.31.128.0/24
172.31.144.0/24
 
Subnet Strings:
192.168.0.0/16, 172.31.0.0/19, 172.31.64.0/24, 172.31.80.0/24, 172.31.128.0/24, 172.31.144.0/24
 
Summarized Routes:
push route “192.168.0.0 255.255.0.0”; push route “172.31.0.0 255.255.224.0”; push route “172.31.64.0 255.255.255.0”; push route “172.31.80.0 255.255.255.0”; push route “172.31.128.0 255.255.255.0”; push route “172.31.144.0 255.255.255.0”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

VMWare & AWS Integration

AWS Connector for vCenter - migrate VMs to AWS instances How To: https://aws.amazon.com/ec2/ Download vCenter…

Get Hyper-V Cluster Automatic Balancing Configurations

# getHyperVLoadBalanceMode.ps1 $clustername=(Get-Cluster).Name function getHyperVLoadBalanceMode($clustername=(Get-Cluster).Name){ $AutoBalancerLevel=[hashtable]@{ '1'='Low | Move when host is more than 80%…

Overview of Veeam Backup and Restore

Prepare the Environment Permissions - Active Directory: create a service account as a member of…