Posted in linux by aoddy
January 30, 2008 | 103 views
Yesterday, I found problem about date&time system on Linux server virtual machine on VMServer. That virtual machine has shifted time by automatic and this is example how to use command line set date&time in Linux server. Read more »
After I installed OpenVPN client on Windows, My laptop can not received IP Address from DHCP Server by OpenVPN server. I don’t know why but I can fixed this problem by add bellow this line in my configuration file.
3. After you downloaded ,this file must be edited by change IP/HostName of OpenVPN server to your OpenVPN server such as :
:
:
# You can have multiple remote entries
# to load balance between the servers.
remote YOUR.IP.OpenVPN.Server 1194# Keep trying indefinitely to resolve the
# host name of the OpenVPN server. Very useful
# on machines which are not permanently connected
# to the internet such as laptops.
:
:
4. Download cacert.pem from OpenVPN Server. (Admin can help you).
5. Put them(openvpn-client.ovpn
and cacert.pem) in path c:\Program Files\Openvpn\config\
6. Right-click the OpenVPN Client Icon in the taskbar and select Connect
After I installed Endian Firewall. I enabled OpenVPN service and I want to connect to private network by OpenVPN Client. And this is workaround :
1. Download file cert.pem from OpenVPN Server. (System Admin can help you.)
2. Install OpenVPN Client.
# sudo apt-get install openvpn
3. If you put your cert.pem on this path /home/your_account_name/openvpn-client/cert.pem when you connect by OpenVPN client you must use this command :