Tagged Questions
1
vote
0answers
98 views
How to create OpenVPN tunnel over existing tunnel
In our school we must connect to an OpenVPN-server to use the internet.
The problem is that many sites are locked.
Is there a possibility to create a second tunnel for connecting to a different ...
0
votes
2answers
495 views
Share internet with openVPN
I have setup a openVPN server on my centOS server.
What I would like to do is use the internet of this centOS server form my macbook
On my mac i have installed and perfectly configured tunnelblick (i ...
2
votes
1answer
7k views
openvpn - unable to browse internet after connect to openVPN
I have set up a openVPN tunnel using the following server side configuration:
port 1194
proto udp
dev tun
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
ca ca.crt
cert server.crt
key ...