[
https://issues.apache.org/jira/browse/CLOUDSTACK-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajani Karuturi resolved CLOUDSTACK-7888.
-----------------------------------------
Resolution: Fixed
> unable to create remote vpn because of special character in password
> --------------------------------------------------------------------
>
> Key: CLOUDSTACK-7888
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7888
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Virtual Router
> Affects Versions: 4.2.1, 4.4.1
> Environment: ACS 4.2.1 , ACS 4.4.1
> Reporter: Tomasz Zieba
>
> enter the password with a special character (#) statement causes the
> inability to remote vpn tunnel.
> Please correct the code to enter password in quotes. For example:
> Current situation:
> root@r-2284-VM:/etc/ppp# cat chap-secrets
> sin33 * CloudS980@#+=.-_ *
> ==> /var/log/daemon.log <==
> Nov 12 16:28:19 r-2284-VM xl2tpd[9460]: control_finish: Connection closed to
> x.x.x.x, serial 0 ()
> Nov 12 16:28:19 r-2284-VM xl2tpd[9460]: Terminating pppd: sending TERM signal
> to pid 9855
> Expected situation:
> root@r-2284-VM:/etc/ppp# cat chap-secrets
> sin33 * "CloudS980@#+=.-_" *
> Nov 12 16:28:59 r-2284-VM xl2tpd[9460]: Call established with x.x.x.x, Local:
> 50127, Remote: 1, Serial: 0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)