Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SDNExpress/scripts/MultiNodeSampleConfig.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion SDNExpress/scripts/Sample - SDN Gateways.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion SDNExpress/scripts/Sample - Software Load Balancer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down