Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

New-NSXManager -DnsServer do not support seconday server #419

Open
urskog84 opened this issue Oct 31, 2017 · 1 comment
Open

New-NSXManager -DnsServer do not support seconday server #419

urskog84 opened this issue Oct 31, 2017 · 1 comment

Comments

@urskog84
Copy link

the ovf file of the nsx manager support multiple DnsServers, but not the Powershell Fucntion

-DnsServer 10.10.10.10 <- wokrs
-DnsServer 10.10.10.10,10.10.10,20 <- fails with error

New-NsxManager : Cannot process argument transformation on parameter 'DnsServer'. Cannot convert value "10.10.10.10,10.10.10,20" to type "System.Net.IPAddress". Error: "En ogiltig IP-adress angavs."

@alagoutte
Copy link
Contributor

Hi urskog84

Yes, actually there is support of only one IPAddress..

Can you try this branch/patch https://github.com/alagoutte/powernsx/tree/New-NSXManager_fixdnsserver ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants