Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Cheap Open VPN VPS with Scrambled Install + Client

ZealZeal Member
edited October 2014 in Requests

Hello,

I am looking for a "Cheap Open VPN VPS with Scrambled Install + Client" as the title states.
Ram and disk space does not really matter, as the only purpose will be a personal VPN.

Please show me the offers. ^_^

Much thank you

Comments

  • hi....please tell me your location

  • Why don't you simply go through the offers section & set it up yourself ? It's not so tough at all.

    Thanked by 2netomx TheKiller
  • @Zeal Crissic has a template with openvpn preinstalled

  • Everytime I try with inception host NanoVZ plan, I can connect, but when I try load websites they don't load.

    Does anyone have a idea why?

    Thank you

  • belinikbelinik Member
    edited November 2014

    your physical location? does normal webpage work or the one that is suppose to bypass does not work?

  • Zeal said: Everytime I try with inception host NanoVZ plan, I can connect, but when I try load websites they don't load. Does anyone have a idea why?

    Did you tried change OS? I has same troubles with Debian several times, but when change to Ubuntu all works fine.

  • netomxnetomx Moderator, Veteran

    @Zeal are you using the vos for VPN?

  • @netomx I'm sorry I don't know what vos is. D: Apologies ><

  • @fitvpn said:

    I shall try Ubuntu Thank you

  • netomxnetomx Moderator, Veteran

    @Zeal said:
    netomx I'm sorry I don't know what vos is. D: Apologies ><

    vps*

  • @netomx Yes, that was my intention.

  • @Zeal said:
    Everytime I try with inception host NanoVZ plan, I can connect, but when I try load websites they don't load.

    Does anyone have a idea why?

    Thank you

    This is because you do not open the VPN to the web, try this (using your own tun ip on server.conf)

    iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE

  • netomxnetomx Moderator, Veteran

    @Zeal said:
    netomx Yes, that was my intention.

    What Felipe said.

  • ZealZeal Member
    edited November 2014

    @netomx
    @Felipe
    Thank you guys, but I still have the problem on Ubuntu while the command went through. Hmm, this is tough.

  • iptables -t nat -A POSTROUTING -s 10.8.0.0(or whatever your openvpn config is set to)/24 -j SNAT --to externalIPofyourVPS

    also edit /etc/sysctl.conf and enable net.ipv4.ip_forward=1

    if you are on openvz and not kvm/xen (what Felipe said works with them)

    Thanked by 1netomx
Sign In or Register to comment.