Nowadays i am trying to add openvpn client connection feature to Tasma 's network-manager and soon it will finish. OpenVPN is an application that provides secure connection. To setup an openvpn connection, you have to enter the parameters:
-device type: tun/tap
-domain name or ip of the openvpn server
-port number - occasionally 1194
-protocol number UDP/TCP
-CA certificate
-client certificates: .crt and .key files
-Chipher type: no chipher, BF-CBC, AS-128-CBC, DES-EDE3-CBC
These parameters can be written to a configuration file (assume "client.conf") and the connection can be done easily with the command "#openvpn --config client.conf" if all the parameters are rigth and complete.
You can see codes by clikcing here
Tuesday, June 17, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
vpn service is a great tool to make your appearance on the Internet secure and keep your vital information private.
Post a Comment