diff --git a/SDNExpress/scripts/Sample - SDN Gateways.psd1 b/SDNExpress/scripts/Sample - SDN Gateways.psd1 index e2c9f59a..b654a588 100644 --- a/SDNExpress/scripts/Sample - SDN Gateways.psd1 +++ b/SDNExpress/scripts/Sample - SDN Gateways.psd1 @@ -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: diff --git a/SDNExpress/scripts/Sample - Software Load Balancer.psd1 b/SDNExpress/scripts/Sample - Software Load Balancer.psd1 index e75b042c..2c926bd4 100644 --- a/SDNExpress/scripts/Sample - Software Load Balancer.psd1 +++ b/SDNExpress/scripts/Sample - Software Load Balancer.psd1 @@ -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: diff --git a/SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 b/SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 index b83e2c43..00ef8629 100644 --- a/SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 +++ b/SDNExpress/scripts/Sample - Traditional VLAN networks.psd1 @@ -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: diff --git a/SDNExpress/scripts/Sample - Virtualized networks.psd1 b/SDNExpress/scripts/Sample - Virtualized networks.psd1 index ce8cd36e..200ffeba 100644 --- a/SDNExpress/scripts/Sample - Virtualized networks.psd1 +++ b/SDNExpress/scripts/Sample - Virtualized networks.psd1 @@ -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: