Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85A23181AD for ; Thu, 10 Mar 2016 17:15:06 +0000 (UTC) Received: (qmail 66746 invoked by uid 500); 10 Mar 2016 17:15:06 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 66690 invoked by uid 500); 10 Mar 2016 17:15:06 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 66678 invoked by uid 99); 10 Mar 2016 17:15:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2016 17:15:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 86A2BDFBDB; Thu, 10 Mar 2016 17:15:05 +0000 (UTC) From: syed To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ... Content-Type: text/plain Message-Id: <20160310171505.86A2BDFBDB@git1-us-west.apache.org> Date: Thu, 10 Mar 2016 17:15:05 +0000 (UTC) Github user syed commented on the pull request: https://github.com/apache/cloudstack/pull/1423#issuecomment-194962876 @kiwiflyer : Rebase done. Here is the log from the VR when I enable client side vpn ``` 2016-03-10 17:01:25,876 merge.py load:60 Loading data bag type remoteaccessvpn 2016-03-10 17:01:25,876 configure.py process:624 {u'69.196.164.233': {u'local_ip': u'10.1.2.1', u'preshared_key': u'FTfwOHPZK8gBAXWHS4SzhsQN', u'create': True, u'vpn_server_ip': u'69.196.164.233', u'local_cidr': u'10.20.0.0/22', u'ip_range': u'10.1.2.2-10.1.2.254', u'public_interface': u'eth1', u'type': u'remoteaccessvpn'}, u'id': u'remoteaccessvpn'} 2016-03-10 17:01:25,876 configure.py process:632 Enabling remote access vpn on 69.196.164.233 2016-03-10 17:01:25,876 CsHelper.py execute2:181 Executing: service ipsec status 2016-03-10 17:01:25,907 CsHelper.py execute2:181 Executing: service ipsec start ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---