Month: October 2012

  • how to: create openvpn centos 6.3 x64 with certificates

    how to: create openvpn centos 6.3 x64 with certificates

    by

    in

    Some parts of this tutorial are not working anymore. New version available here Default centos repositoryt doesn’t have openvpn package, so lets add epel repository first. I downloaded it from this mirror here. downloading repo: # wget http://mirror.duomenucentras.lt/epel/6/x86_64/epel-release-6-7.noarch.rpm and installing repo: # yum localinstall epel-release-6-7.noarch.rpm After that, You can install openvpn package: # yum install…

  • reset network interfaces on centos 6.3

    by

    in

    If You copy/clone Your machine, or change network card, on linux Your interfaces get names eth1, eth2, eth3 and so on. Before makeing changes just delete /etc/udev/rules.d/70-persistent-net.rules file. After first boot, network interfaces will be enumerated from zero again. rm /etc/udev/rules.d/70-persistent-net.rules