diff --git a/SDNExpress/scripts/MultiNodeSampleConfig.psd1 b/SDNExpress/scripts/MultiNodeSampleConfig.psd1 index 1630f4a2..b16f10de 100644 --- a/SDNExpress/scripts/MultiNodeSampleConfig.psd1 +++ b/SDNExpress/scripts/MultiNodeSampleConfig.psd1 @@ -87,7 +87,7 @@ @{ RouterASN='64623'; RouterIPAddress='10.10.182.1'} ) - # Initial set of VIP subnets to use for load balancing and public IPs + # Initial set of VIP subnets to use for load balancing and public IPs, this can be a maximum of a /22 PrivateVIPSubnet = '10.10.183.0/29' PublicVIPSubnet = '10.127.132.0/29' diff --git a/SDNExpress/scripts/Sample - SDN Gateways.psd1 b/SDNExpress/scripts/Sample - SDN Gateways.psd1 index 0fb1a321..7701f919 100644 --- a/SDNExpress/scripts/Sample - SDN Gateways.psd1 +++ b/SDNExpress/scripts/Sample - SDN Gateways.psd1 @@ -88,7 +88,7 @@ @{ RouterASN='64647'; RouterIPAddress='10.10.202.1'} ) - # Initial set of VIP subnets to use for load balancing and public IPs + # Initial set of VIP subnets to use for load balancing and public IPs, this can be a maximum of a /22 PublicVIPSubnet = '10.127.134.24/29' PrivateVIPSubnet = '12.0.0.0/29' diff --git a/SDNExpress/scripts/Sample - Software Load Balancer.psd1 b/SDNExpress/scripts/Sample - Software Load Balancer.psd1 index 64ccb2bd..fd5073b8 100644 --- a/SDNExpress/scripts/Sample - Software Load Balancer.psd1 +++ b/SDNExpress/scripts/Sample - Software Load Balancer.psd1 @@ -88,7 +88,7 @@ @{ RouterASN='64647'; RouterIPAddress='10.10.202.1'} ) - # Initial set of VIP subnets to use for load balancing and public IPs + # Initial set of VIP subnets to use for load balancing and public IPs, this can be a maximum of a /22 PrivateVIPSubnet = '12.35.24.25/29' PublicVIPSubnet = '10.127.134.24/29'