Tagged Questions
0
votes
0answers
177 views
OPENVPN client starts but ifconfig tun output reports device not found
I am new user of ubuntu and I am trying to experiment on VPN connections. I have ubuntu 10.04 on my machine.
I installed VMware Player and on top of that another ubuntu 10.04. So, on the VMware Player ...
0
votes
0answers
107 views
OpenVPN: strange authentication problems
hello fellow ubuntu geeks ;)
I've set up an ubuntu server 10.04 lts with openvpn up and running. on installation I created server certificate and key first, then I created two client certificates. ...
2
votes
1answer
2k views
Getting openvpn working ubuntu
I am trying to set up a VPN over a few VMS that I have. I created an openvpn server on ubuntu 10.04 and am trying to configure the client using 12.04. I followed these instructions here ...
0
votes
1answer
117 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: ...