Jump to: navigation, search

Difference between revisions of "Neutron/VPNaaS/SSLVPN/HowToUse"

< Neutron‎ | VPNaaS‎ | SSLVPN
(Neutron SSL-VPN extension: How to use page =)
(Setup)
Line 9: Line 9:
 
== Setup ==
 
== Setup ==
  
# install openvpn
+
(1) install openvpn
 
      
 
      
 
     apt-get install openvpn
 
     apt-get install openvpn
  
# run devstack with ongoing patches
+
(2) run devstack with ongoing patches
  
 
== Workflow ==
 
== Workflow ==

Revision as of 23:12, 30 January 2014

Neutron SSL-VPN extension: How to use page

On going reviews

  1. Server Side Plugin: https://review.openstack.org/#/c/58897/
  2. Client Support[WIP]:
  3. Agent [WIP]:

Setup

(1) install openvpn

   apt-get install openvpn

(2) run devstack with ongoing patches

Workflow

  1. create vpn certificate
neutron vpn-credential-create --name test --ca ca.crt --server_certificate east-server.crt --server_key east-server.key --dh dh1024.pem
  1. create