Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-7888

unable to create remote vpn because of special character in password

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.2.1, 4.4.1
    • None
    • Virtual Router
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None
    • ACS 4.2.1 , ACS 4.4.1

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            ziembek Tomasz Zieba
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: