+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: UltraVPN: an other free VPN Service

  1. #1
    Advanced User Renk's Avatar
    Join Date
    17.08.08
    Location
    Elsewhere
    P2P Client
    utorrent
    Posts
    581
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss581

    Smile UltraVPN: an other free VPN Service


    About UltraVPN

    UltraVPN is a client/server SSL VPN solution based on OpenVPN. It encrypts and anonymizes your network connection.

    UltraVPN is a simple user interface to connect or disconnect to a VPN server.

    UltraVPN is easy to install, easy to use. There is only one thing to do: click on 'Connect'.
    UltraVPN - A Free VPN
    www.ultravpn.fr • Index page


    Pro:
    No traffic limitation
    It's free
    It works

    Cons:
    No port forwarding
    No emails (port 25 blocked because of too much spams)
    Servers seem located only in France
    Last edited by Renk; 26.05.09 at 00:26.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    th_wolfgang (22.02.10) , mika2009 (27.05.09) , KalPenn (27.05.09) , Mihai (26.05.09) , vDD+wR (26.05.09) , anonftw (26.05.09) , alpacino (26.05.09) , Se7Ven (26.05.09) , anon (26.05.09)

  3. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,451
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39451
    Great find!

    Have you tried it? Is the service fast? Sounds like a great Hotspot Shield alternative...

    Also, have a look at this
    If you use UltraVPN to commit hacking, you are required to cover your traces.


    ---------- Post added at 19:34 ---------- Previous post was at 19:22 ----------

    Never mind, I'm connected through it right now. Surfing is blazing fast and I have peaked 270kB/s on the Ubuntu 8.10 torrent.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    th_wolfgang (22.02.10) , anonftw (26.05.09)

  5. #3
    Section Mod
    Se7Ven's Avatar
    Join Date
    25.09.08
    Location
    SourceForgeNet
    P2P Client
    uTorrent-1991
    Posts
    3,791
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssss3791
    hey Renk you testet works it good then i wanna use it

    Nosce Te Ipsum
    Reply With QuoteReply With Quote
    Thanks

  6. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,451
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39451
    I'm using it right now and surfing is fast, as well as BitTorrent transfers - almost full speed without uTP.

    HTTPS (port 443) doesn't seem to work, though, but according the admin:
    hi, the server 88.191.93.119 doesnt have the https ban. Try for instance 88.191.93.119 on 443
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    anonftw (26.05.09) , Se7Ven (26.05.09)

  8. #5

    Join Date
    23.06.08
    P2P Client
    µT
    Posts
    435
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss435
    First of all I must say that this is really a great alternative to all the vpn-services out there, since that one is free for all to use!

    Because I have only access to the internet via an university proxy, I think I would need some help with getting it to work.
    As I could already read in their online manual (HOWTO)
    you need to configure the config file in some way. I have already looked up the proxy section but I haven't done anything so far, because of my lacking knowledge.
    Therefore I am pinning my hopes on you guys!

    Here's the excerpt from the manual:

    Connecting to an OpenVPN server via an HTTP proxy.

    OpenVPN supports connections through an HTTP proxy, with the following authentication modes:

    •No proxy authentication
    •Basic proxy authentication
    •NTLM proxy authentication

    First of all, HTTP proxy usage requires that you use TCP as the tunnel carrier protocol.
    So add the following to both client and server configurations:
    proto tcp

    Make sure that any proto udp lines in the config files are deleted.

    Next, add the http-proxy directive to the client configuration file (see the manual page for a full description of this directive).

    For example, suppose you have an HTTP proxy server on the client LAN at 192.168.4.1, which is listening for connections on port 1080. Add this to the client config:
    http-proxy 192.168.4.1 1080

    Suppose the HTTP proxy requires Basic authentication:
    http-proxy 192.168.4.1 1080 stdin basic

    Suppose the HTTP proxy requires NTLM authentication:
    http-proxy 192.168.4.1 1080 stdin ntlm

    The two authentication examples above will cause OpenVPN to prompt for a username/password from standard input. If you would instead like to place these credentials in a file, replace stdin with a filename, and place the username on line 1 of this file and the password on line 2.
    PS: Can this applied to all proxy servers? The reason I am asking is because ours here is a socks5 proxy.

    Every help is appreciated.
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    Renk (27.05.09)

  10. #6
    Advanced User Mihai's Avatar
    Join Date
    05.03.09
    Location
    If i tell you i must kill you
    P2P Client
    WaffleCheat v1.95 build 19928
    Posts
    1,509
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssss1509
    Genius program.I like it a lot.Good speeds using it.i just made a speedtest and i'm from Paris.And i had higher speeds too.Good job on finding this.+1 rep
    Last edited by Mihai; 26.05.09 at 17:47.
    What does a scene tracker tell to a general tracker?
    You're so 5 minutes ago...



    Reply With QuoteReply With Quote
    Thanks

  11. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,451
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39451
    @vDD+wR:

    (yes, I like your full name better)

    There's an option to make OpenVPN use a SOCKS5 proxy:
    --socks-proxy s [p]: Connect to remote host through a Socks5 proxy at address
    You'd need to add the following line at the end of client.ovpn in UltraVPN's bin directory:
    Code:
    socks-proxy <proxy IP address here> <proxy port here>
    If after doing this you can't connect, change the "proto udp" in the third line to "proto tcp".

    Keep me informed of your progress.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    Renk (27.05.09)

  13. #8
    Advanced User Renk's Avatar
    Join Date
    17.08.08
    Location
    Elsewhere
    P2P Client
    utorrent
    Posts
    581
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss581
    Hi Anon

    As you observed, this VPN works properly and for the moment, fast

    Your last intervention (and the one of vDD+wR) interested me a lot:

    I have some VPN clients, PPTP, L2TP and OpenVPN. Is it possible to configure OpenVPN to work through a PPTP VPN (I wish to have My PC => PPTP Vpn Server => OpenVpn Server => The Web) ?
    Reply With QuoteReply With Quote
    Thanks

  14. #9
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,451
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39451
    OpenVPN doesn't support PPTP
    There are three major families of VPN implementations in wide usage today: SSL, IPSec, and PPTP. OpenVPN is an SSL VPN and as such is not compatible with IPSec, L2TP, or PPTP.
    If you mean running both VPNs at the same, that's possible if you connect to the PPTP one first and then to UltraVPN, but it puts a higher load on your processor - also, the latter will of course NAT you.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    Renk (27.05.09)

  16. #10
    Advanced User Renk's Avatar
    Join Date
    17.08.08
    Location
    Elsewhere
    P2P Client
    utorrent
    Posts
    581
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss581
    Quote Originally Posted by anon View Post
    OpenVPN doesn't support PPTP


    If you mean running both VPNs at the same, that's possible if you connect to the PPTP one first and then to UltraVPN, but it puts a higher load on your processor - also, the latter will of course NAT you.

    My PPTP give me an internal IP 172.xx.xx.xx and an external IP in Hong Kong.

    The OpenVpn I have used this morning gave me an internal IP 10.yy.yy.yy and a Canadian external IP.

    I have tried to connect first this PPTP, and then this OpenVPN. It seemed to work in the following sense: Canadian IP (from whatismyip) + traffic (it seems) through PPTP.

    I will see all that things more precisely later with route print and wireshark, but what are exactly the implications of tour sentence "the later (openvpn) of course NAT you" ? Could you give me more details ? What IP does my OpenVPN provider see ? My external PPTP IP (in HK) or my ISP IP ??
    Last edited by Renk; 27.05.09 at 17:46.
    Reply With QuoteReply With Quote
    Thanks

  17. #11
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,451
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39451
    Running the PPTP VPN first and then OpenVPN works. If you do it reversed, the former will be unable to connect.

    What I meant is that UltraVPN NATs you, but it appears you're talking about a different one?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. Who Said Thanks:

    Renk (27.05.09)

  19. #12
    Advanced User Mihai's Avatar
    Join Date
    05.03.09
    Location
    If i tell you i must kill you
    P2P Client
    WaffleCheat v1.95 build 19928
    Posts
    1,509
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssss1509
    I can see it doesn't work for me anymore.When i use it my internet conection goes down and i can't browse the internet until i shut it off.Any ideeas why??
    What does a scene tracker tell to a general tracker?
    You're so 5 minutes ago...



    Reply With QuoteReply With Quote
    Thanks

  20. #13
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,451
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39451
    Any error messages in OpenVPN's log?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  21. #14
    Advanced User Mihai's Avatar
    Join Date
    05.03.09
    Location
    If i tell you i must kill you
    P2P Client
    WaffleCheat v1.95 build 19928
    Posts
    1,509
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssss1509
    Here is the pic 'cause i couldn't copy the log.
    What does a scene tracker tell to a general tracker?
    You're so 5 minutes ago...



    Reply With QuoteReply With Quote
    Thanks

  22. #15
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,451
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39451
    Disconnect, put the config file from this thread in the %programfiles%\UltraVPN\config folder, and try again.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •