Howdy, Stranger!

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


Need help, setting up VPS and hosting and vpn
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.

Need help, setting up VPS and hosting and vpn

MyelinMyelin Member
edited January 2015 in General

Hello, i need help setting up three things on my VPS:

  1. openVPN
  2. Hosting
  3. rtorrent/rutorrent

I did setup these, but i am having problem:

with https://domain.com i see a openvpn login
with www.domain.com i see my site
with http://domain.com and with domain.com i get cgi error

Please tell me how i can setup all 3 things on my VPS and still keep all things away from site. Thanks.

VPS: Debain 7 64 bit, 512 MB Ram and 512 MB swap. Its ramnode

Comments

  • Just use a proxy ..................

    squid proxy with suer authentication ina vps that wont complain about what sittes you visit or what do you do while you are using a proxy.

  • i use openvpn to run youtube on my home connection. I use rtorrent/rutorrent to seed my important files and i am hosting an important site which no one should be able to find also is serving openvpn and running rtorrent on same VPS

  • You can try Softether as well.
    Or if you don't wanna, find out how to disable openvpn's 443th port use.

    For you cgi error, be sure that you setup the php-fpm correctly.

  • guys any tips?

  • setup the php-fpm

  • edited January 2015

    wget git.io/vpn --no-check-certificate -O openvpn-install.sh; bash openvpn-install.sh nyr openvpn install script works everytime!

    rutorrent/rtorrent Plenty of tutorials by searching with google

    hosting: plenty of free control panels: ISPconfig VestaCP to name a few

    Google csf or how to use iptables.

    If you need further help setting these up, maybe need to hire a sysadmin.

  • bertanbertan Member
    edited January 2015

    SoftEther assumes your server manager will come in on port 443, so you probably can't use it if you also want https. Even with 2 IP addresses, it's doubtful.

    Lots of tutorials all over the Internet for PPTP, e.g. http://www.vpntutorial.gq

    Best tutorials for SoftEther are http://blog.lincoln.hk/blog/2013/03/19/softether-on-vps and http://blog.lincoln.hk/blog/2013/05/17/softether-on-vps-using-local-bridge/

  • thanksalot.

  • @bertan said:
    SoftEther assumes your server manager will come in on port 443, so you probably can't use it if you also want https. Even with 2 IP addresses, it's doubtful.

    no. you can choose which ports to use, so you can easily leave out 443 with softether.

Sign In or Register to comment.