Hi,
I am trying access a internal docker image repository that only accessible through VPN on CDK image. So I wanted to install VPNC client, but I am not able to find which repo this package exists, I tried
sudo subscription-manager repos --enable=rhel-7-server-extras-rpms sudo subscription-manager repos --enable=rhel-7-server-optional-rpms yum install vpnc
both did not have the vpnc package. Can anyone tell me which repo I need to enable to install this please?
Thank you.
Ramesh..
Hi,
VPNC is available through EPEL, so you need to enable EPEL repo [1] first to install VPNC.
Thanks,
Lala