Tagged Questions
2
votes
2answers
4k views
openvpn WARNING: No server certificate verification method has been enabled
I tried to install openvpn on debian squeez (server) and connect from my fedora 17 as (client). Here is my configuration:
server configuration
# Server TCP
proto tcp
port 1194
dev tun
# Keys and ...
3
votes
1answer
636 views
Controlling openvpn auth-user-pass in ifup scripts?
I have the following configured in /etc/network/interfaces:
iface companyvpn inet manual
openvpn company
This allows me to:
ifup companyvpn
But unfortunately I am unable to provide my ...