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: 2 additions & 0 deletions SDNExpress/scripts/Sample - SDN Gateways.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#RestName must contain the FQDN that will be assigned to the SDN REST floating IP.
RestName = 'sa20n28sdn-test.sa18.nttest.microsoft.com'
#When using the Rest IP Address, the RestName must be manually registered to this IP in DNS. This is the preferred way to deploy.
RestIpAddress = '10.127.130.105/31'

NCs = @(
#Optional parameters for each NC:
Expand Down
2 changes: 2 additions & 0 deletions SDNExpress/scripts/Sample - Software Load Balancer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#RestName must contain the FQDN that will be assigned to the SDN REST floating IP.
RestName = 'sa20n28sdn-test.sa18.nttest.microsoft.com'
#When using the Rest IP Address, the RestName must be manually registered to this IP in DNS. This is the preferred way to deploy.
RestIpAddress = '10.127.130.105/31'

NCs = @(
#Optional parameters for each NC:
Expand Down
2 changes: 2 additions & 0 deletions SDNExpress/scripts/Sample - Traditional VLAN networks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#RestName must contain the FQDN that will be assigned to the SDN REST floating IP.
RestName = 'sa20n28sdn-1.sa18.nttest.microsoft.com'
#When using the Rest IP Address, the RestName must be manually registered to this IP in DNS. This is the preferred way to deploy.
RestIpAddress = '10.127.130.105/31'

NCs = @(
#Optional parameters for each NC:
Expand Down
2 changes: 2 additions & 0 deletions SDNExpress/scripts/Sample - Virtualized networks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#RestName must contain the FQDN that will be assigned to the SDN REST floating IP.
RestName = 'sa20n28sdn-1.sa18.nttest.microsoft.com'
#When using the Rest IP Address, the RestName must be manually registered to this IP in DNS. This is the preferred way to deploy.
RestIpAddress = '10.127.130.105/31'

NCs = @(
#Optional parameters for each NC:
Expand Down