Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-05-02 Thread via GitHub
DaanHoogland closed issue #9003: External DNS servers provided with use.external.dns disabled URL: https://github.com/apache/cloudstack/issues/9003 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-05-02 Thread via GitHub
DaanHoogland commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2090387736 @kriegsmanj , @hrak , very sorry that it doesn't behave as you would expect, and we can certainly change it, but we'll have to do that in a backwards compatible way as it is

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-05-01 Thread via GitHub
weizhouapache commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2088401114 > Even if this is considered intended behavior, it still seems wrong. Adding external DNS's that don't know anything about the instances in the isolated network to the list

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-05-01 Thread via GitHub
hrak commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2088366461 Even if this is considered intended behavior, it still seems wrong. Adding external DNS's that don't know anything about the instances in the isolated network to the list of resolver

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-05-01 Thread via GitHub
DaanHoogland commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2088222428 To me it looks like you either want - an extra setting `use.internal.dns` to be able to switch off the `` addition. - an extra setting `bypass.external.dns` to be able t

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-04-30 Thread via GitHub
hrak commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2084667774 I think the problem lies in [the logic here](https://github.com/apache/cloudstack/blob/f41c934c94ad50e0bb3e51c26e52ac78196acd69/server/src/main/java/com/cloud/network/router/VirtualNe

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-04-30 Thread via GitHub
weizhouapache commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2084534487 > In case of an isolated network, the resolvers configured are the Virtual Router IP and external dns1/dns2 in zone setting. In our environment we have no internal dns1/dns2

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-04-29 Thread via GitHub
kriegsmanj commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2083270720 In case of an isolated network, the resolvers configured are the Virtual Router IP and external dns1/dns2 in zone setting. In our environment we have no internal dns1/dns2 c

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-04-29 Thread via GitHub
weizhouapache commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2083259406 > > @kriegsmanj the description of the global setting is: `Bypass internal dns, use external dns1 and dns2` it looks like the global setting is used to determine if internal

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-04-29 Thread via GitHub
kriegsmanj commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2083227113 > @kriegsmanj the description of the global setting is: `Bypass internal dns, use external dns1 and dns2` it looks like the global setting is used to determine if internal dns

Re: [I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-04-29 Thread via GitHub
weizhouapache commented on issue #9003: URL: https://github.com/apache/cloudstack/issues/9003#issuecomment-2083218220 @kriegsmanj the description of the global setting is: `Bypass internal dns, use external dns1 and dns2` it looks like the global setting is used to determine if intern

[I] External DNS servers provided with use.external.dns disabled [cloudstack]

2024-04-29 Thread via GitHub
kriegsmanj opened a new issue, #9003: URL: https://github.com/apache/cloudstack/issues/9003 # ISSUE TYPE * Bug Report # COMPONENT NAME ~~~ VR / Isolated network ~~~ # CLOUDSTACK VERSION ~~~ 4.18.1.1 ~~~ # CONFI