openvpn installation - yar145/mytestrepo1 GitHub Wiki

using ami image OL8.6

localectl set-locale LANG=en_US.UTF-8
yum install langpacks-en glibc-all-langpacks

yum update -y
yum install net-tools
yum install mc -y

  1. systemctl status chronyd
    vi /etc/chrony.conf
    added: server 169.254.169.123 prefer iburst minpoll 4 maxpoll 4
    systemctl restart chronyd
  2. check sources : chronyc sources -v

hostnamectl set-hostname —static dot1.core.idenon.com
vi /etc/hosts

  1. add resolv name : 172.16.0.7 dot1.core.idenon.com dot1

systemctl stop firewalld
systemctl disable firewalld

  1. after reboot
    systemctl disable iptables
    systemctl stop iptables
#check /etc/resolv.conf
  1. as installed custom dhcp option at aws vpc
    cat /etc/resolv.conf
  2. Generated by NetworkManager
    search core.idenon.com idenon.com kendoo.com
    nameserver 172.16.0.5

![image](https://user-images.githubusercontent.com/103827443/179244715-aced4642-5503-4e7a-aeb8-e3a40d4af479.png)

⚠️ **GitHub.com Fallback** ⚠️