Tagged Questions
0
votes
1answer
27 views
I can ping some host but not all from network on OpenVPN tun
I have a network I want to connect to which is behind a firewall (iptables). On the same PC there's the OpenVPN server. It's directly connected to the Internet. I can connect to the server through ...
0
votes
0answers
132 views
Make sure torrents only transfer over openVPN with iptables or ufw
My set up:
Headless Ubuntu server 12.04 in a virtualbox, deluge and openVPN. The problem is that if the VPN goes down deluge will continue over my normal connection, this should not be possible.
I ...
11
votes
2answers
1k views
How to configure an OpenVPN Client Router
I am attempting to set up an OpenVPN Router so that I may connect my tablet (wireless) and Blu-Ray (wired) to a paid VPN service in another country on Ubuntu 12.10. I have successfully done this using ...
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: ...