Wednesday, December 28, 2011

openvpn windows connect

http://mugurel.sumanariu.ro/windows/vista-and-win-7-openvpn-route-problem/


 OpenVPN+GUI (openvpn-2.0.9-gui-1.0.3) in client mode will connect to the remote OpenVPN server, but will not accept the routes. Error in the log is as follows:
ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct. [if_index=18]
Route addition via IPAPI failed
Solution:
add the following to the end of the configuration (ovpn) file:
route-method exe
route-delay 2

how to add route?

Tuesday, December 20, 2011

enable tuntap on openvz container

http://wiki.openvz.org/VPN_via_the_TUN/TAP_device

storing url for my reference.

dependency problem xen from centos 5.3 to 5.7

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=19677

i'm unable to update xen image (centos 5.3) using centos 5.7 repository.

the solution: yum --exclude=elfutils-libelf* --exclude=python* update

done this and finally i can do yum update. :)

http://www.linuxquestions.org/questions/linux-general-1/error-timeout-urlopen-error-timed-out-when-using-yum-on-centos5-2-a-722441/

finally i've found the problem
i think this error because of repository overload
so i edit /etc/yum.conf
and add line timeout=300 (default value is 30 sec)
now it's working...case closed


solution: #yum update yum
Related Posts Plugin for WordPress, Blogger...