You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/03/24 21:31:32 UTC

[GitHub] [cloudstack] aleskxyz opened a new issue #4865: No "data-server" DNS record for VPC router

aleskxyz opened a new issue #4865:
URL: https://github.com/apache/cloudstack/issues/4865


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   VR
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.14.1
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   advanced networking
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   N/A
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   No "data-server" DNS record for VPC router
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   1. Create a VPC
   2. Add an isolated network with UserData service with VirtualRouter as provider
   3. Create a VM in this network
   4. Run "nslookup data-server" command from inside of VM
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   Running "nslookup data-server" command returns IP address of router
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   Running "nslookup data-server" command returns "No answer"
   ~~~
   


-- 
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on issue #4865: No "data-server" DNS record for VPC router

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #4865:
URL: https://github.com/apache/cloudstack/issues/4865#issuecomment-806431259


   @aleskxyz 
   in VR of shared/isolated network, there is a record in /etc/hosts like
   `192.168.10.1    r-10-VM data-server`
   
   however, this does not work in vpc, as there might be multiple guest nics.
   


-- 
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on issue #4865: No "data-server" DNS record for VPC router

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #4865:
URL: https://github.com/apache/cloudstack/issues/4865#issuecomment-816531105


   closing as #4873 is merged


-- 
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland closed issue #4865: No "data-server" DNS record for VPC router

Posted by GitBox <gi...@apache.org>.
DaanHoogland closed issue #4865:
URL: https://github.com/apache/cloudstack/issues/4865


   


-- 
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] aleskxyz commented on issue #4865: No "data-server" DNS record for VPC router

Posted by GitBox <gi...@apache.org>.
aleskxyz commented on issue #4865:
URL: https://github.com/apache/cloudstack/issues/4865#issuecomment-806597746


   > @aleskxyz
   > in VR of shared/isolated network, there is a record in /etc/hosts like
   > `192.168.10.1 r-10-VM data-server`
   > 
   > however, this does not work in vpc, as there might be multiple guest nics.
   
   @weizhouapache 
   I think we can use the "localise-queries" feature of dnsmasq. So I have created a PR about it. (#4873 )


-- 
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org