Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    Alex Sisu asked a question in CohesiveFT on June 10, 2009 12:29:

    Alex Sisu
    Problem setting up VPN-Cubed. How can I access web manager if this doesnt work?
    I’m trying to use the free vpn cubed, using the steps you described in your document.
    I payed and I received an activation key.

    Here is the complete list of things that I’ve done:

    set EC2_URL=https://us-east-1.ec2.amazonaws.com
    ec2-add-group vpncubed-mgr -d "vpncubed managers"
    ec2-add-group vpncubed-client -d "vpncubed clients"
    ec2auth vpncubed-mgr -P udp -p 1194 -o vpncubed-client -u MY_ACCOUNT_ID
    ec2auth vpncubed-mgr -P tcp -p 8000 -o vpncubed-mgr -u MY_ACCOUNT_ID
    ec2auth vpncubed-mgr -P udp -p 1195-1197 -o vpncubed-mgr -u MY_ACCOUNT_ID
    ec2auth vpncubed-mgr –P tcp 8000 –s IP_WHERE_YOU_WILL_MANAGE_CUBE/32 not executed; I didn’t understand what IP I should enter here

    set EC2_URL=https://eu-west-1.ec2.amazonaws.com
    ec2-add-group vpncubed-mgr -d "vpncubed managers"
    ec2-add-group vpncubed-client -d "vpncubed clients"
    ec2auth vpncubed-mgr -P udp -p 1194 -o vpncubed-client -u MY_ACCOUNT_ID
    ec2auth vpncubed-mgr -P tcp -p 8000 -o vpncubed-mgr -u MY_ACCOUNT_ID
    ec2auth vpncubed-mgr -P udp -p 1195-1197 -o vpncubed-mgr -u MY_ACCOUNT_ID
    ec2auth vpncubed-mgr –P tcp 8000 –s IP_WHERE_YOU_WILL_MANAGE_CUBE/32 not executed

    set EC2_URL=

    ec2run -U https://us-east-1.ec2.amazonaws.com ami-2ad53243 -n 1 -g vpncubed-mgr -d "abc1234567890" <->https://eu-west-1.ec2.amazonaws.com ami-4ee9c13a -n 1 -g vpncubed-mgr -d " abc1234567890"

    Now I’m having 2 machines running:
    ec2-79-125-59-0.eu-west-1.compute.amazonaws.com
    ec2-67-202-7-204.compute-1.amazonaws.com

    I assumed that their public IP are the following: 79.125.59.0 and 67.202.7.204; is this correct?

    ec2auth -U https://us-east-1.ec2.amazonaws.com vpncubed-mgr -P udp -p 1195-1197 -s 79.125.59.0/32
    ec2auth -U https://us-east-1.ec2.amazonaws.com vpncubed-mgr -P tcp -p 8000 -s 79.125.59.0/32

    ec2auth -U https://eu-west-1.ec2.amazonaws.com vpncubed-mgr -P udp -p 1195-1197 -s 67.202.7.204/32
    ec2auth -U https://eu-west-1.ec2.amazonaws.com vpncubed-mgr -P tcp -p 8000 -s 67.202.7.204/32

    When trying to access:
    https://67.202.7.204:8000 nothing happens, and I’m stucked!

    I tried to ping 67.202.7.204. I receieved Request time out.
    I tried to ping ec2-67.202.7.204.compute-1.amazonaws.com I receieved Request time out.

    Did I do something wrong?
    Where is the step where the activationkey (received from you) is required ?