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 2023/01/11 16:15:58 UTC

[GitHub] [cloudstack] troke12 opened a new issue, #7079: Every guest network has 1 ip that unknown allocated in first range

troke12 opened a new issue, #7079:
URL: https://github.com/apache/cloudstack/issues/7079

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main 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.
   -->
   ~~~
   Network
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   4.16
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   We have multiple guest network that has been linked with every physical network
   - 172.16.200.1-172.16.200.50 on Guest Network A (Physical Network A)
   - 172.16.500.1-172.16.500.50 on Guest Network B (Physical Network B)
   
   Then we have 2 VM that has been finish setup with both guest network
   
   Here the current configuration about our VM
   - VM 1 has : 
     - 172.16.200.35 Guest Network A
     - 172.16.500.35 Guest Network B
   - VM 2 has : 
     - 172.16.200.36 Guest Network A
     - 172.16.500.36 Guest Network B
    
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   Then on that every ranges we check that : 
   - 172.16.200.1 is Allocated
   - 172.16.500.1 is Allocated
   
   Both ip is reply when trying to ping but i cannot find which VM running with that
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

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


[GitHub] [cloudstack] boring-cyborg[bot] commented on issue #7079: Every guest network has 1 ip that unknown allocated in first range

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #7079:
URL: https://github.com/apache/cloudstack/issues/7079#issuecomment-1379064066

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] troke12 commented on issue #7079: Every guest network has 1 ip that unknown allocated in first range

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

   > @troke12 Each (Shared) guest network which support dhcp/dns/userdata, has a virtual router which acts as the dhcp/dns/userdata server. You can go to "Infrastructure" -> "Virtual routers" to get the details of the virtual routers.
   
   Ahhh alright, i found it !! thank you, i'll try explore more about this


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] troke12 closed issue #7079: Every guest network has 1 ip that unknown allocated in first range

Posted by GitBox <gi...@apache.org>.
troke12 closed issue #7079: Every guest network has 1 ip that unknown allocated in first range
URL: https://github.com/apache/cloudstack/issues/7079


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] weizhouapache commented on issue #7079: Every guest network has 1 ip that unknown allocated in first range

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

   @troke12 
   Each (Shared) guest network which support dhcp/dns/userdata, has a virtual router which acts as the dhcp/dns/userdata server.
   You can go to "Infrastructure" -> "Virtual routers" to get the details of the virtual routers.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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