2
votes
2answers
89 views

cannot establish TCP connection with VPS

Vince Stewart I have a VPS on Ubuntu 12 and a home computer on Ubuntu 12. I have a Java application on the VPS which opens a tcp socket listening on port 4000 and also an Http listener. My ssh service ...
1
vote
0answers
339 views

Setting up VPS: Bad argument `lo' iptables

I am trying to set up a VPS which I bought at RamNode. I am following these instructions: http://endofweb.co.uk/2010/10/ubuntu-vps-nginx-mysql-php-fpm-phpmyadmin-wordpress/ I am now at the part ...
0
votes
1answer
1k views

Trouble setting up openVPN/VPN

I'm having trouble setting up a VPN on my VPS that's running Ubuntu 11.04. I'm been following this guide http://tipupdate.com/how-to-install-openvpn-on-ubuntu-vps/ I'm able to start the VPN, but the ...
0
votes
1answer
116 views

What should the source be when using OpenVPN?

I'm trying to use OpenVPN on my Ubuntu 10 VPS. I'm trying to route my traffic using this command: iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT -to The error I get is: iptables v1.4.4: ...