You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a scenario where I am attaching Network Adapters that connect to completely separate networks (in this case 1 to the corporate networks and redundant links to an iSCSI network).
When I used the module as-is it set DNS server entries on the iSCSI networks and then registered the (invalid) IPs on the corporate DNS servers which made the server inaccessable.
I copied the module local and made changes so that there is a separate win-dns variable that is a map where I can assign different servers to the separate network adapters.
My implementation is dirty so I thought I'd just make an issue for the experts to implement.
Thank you.
The text was updated successfully, but these errors were encountered:
Also as I'm only interested in windows servers at this point my code only really addresses the issue on windows. From the vsphere provider documentation it seems like the same isn't possible on linux and I don't have the time to try to make it backwards compatible with the linux side of the implementation.
dns_domain - (Optional) Network interface-specific DNS search domain for Windows operating systems. Ignored on Linux and possibly other operating systems - for those systems, please see the global DNS settings section.
dns_domain - (Optional) Network interface-specific DNS search domain for Windows operating systems. Ignored on Linux and possibly other operating systems - for those systems, please see the global DNS settings section.
No I used dns_server_list. Sorry should have mentioned that.
I ran into a scenario where I am attaching Network Adapters that connect to completely separate networks (in this case 1 to the corporate networks and redundant links to an iSCSI network).
When I used the module as-is it set DNS server entries on the iSCSI networks and then registered the (invalid) IPs on the corporate DNS servers which made the server inaccessable.
I copied the module local and made changes so that there is a separate win-dns variable that is a map where I can assign different servers to the separate network adapters.
My implementation is dirty so I thought I'd just make an issue for the experts to implement.
Thank you.
The text was updated successfully, but these errors were encountered: