tampler opened a new issue #5234:
URL: https://github.com/apache/cloudstack/issues/5234


   <!--
   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 -->
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   VPN, Connectivity
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.15.1
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Ubuntu 20.04.2
   MySql 8.0.25
   Cmk 6.1.0
   KVM Hypervisor
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   I wanna assign either Public or Internal (VPN based) IP addresses to my VMs.
   If I choose to have a public, VM gets a public IP from a public Pool.
   If I choose to have a VPN based (e.g 10.205.0.155), VM gets an internal IP 
from DCHP.
   
   For Pub IPs, users should be able to connect directly. For VPN based IPs, 
users should establish an OpenVPN connection to a Host Public IP and use the 
VPN IP. 
   
   The question is:
   1. Can I do that with a single NIC and cloudbr0 now ? Or I'll need two links 
(NICs) with two bridges ?
   2. Are there examples on how to do that either in GUI or in cmk ?
   
   The diagram is below:
   
   ![Screenshot from 2021-07-22 
12-52-40](https://user-images.githubusercontent.com/2816743/126620987-07346466-e128-4369-9adc-7b656b06a54d.png)
   
   Here VM0 gets a Pub IP. VM1 and VM2 should get IPs from the VPN pool
   
   ##### 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 -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   1. Should be able to assign either a Public IP or a VPN based IP
   2. Should be able to access my VMs both from internal and external networks
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   
   ~~~
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to