RHEL 8 Beta Install Documentation

Joe Doss joe at solidadmin.com
Fri Nov 16 22:38:32 CET 2018


Hi all,

For those people that are giving the RHEL 8 Beta a spin, here are some 
quick and dirty steps for getting WireGuard installed from the Copr 
CentOS 7 repo.

Import the CentOS 7 EPEL GPG Key
# rpm --import http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7

Install DKMS from the CentOS 7 EPEL repo
# yum install 
http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/d/dkms-2.6.1-1.el7.noarch.rpm

Install the WireGuard CentOS 7 repo from Copr
# curl -Lo /etc/yum.repos.d/wireguard.repo 
https://copr.fedorainfracloud.org/coprs/jdoss/wireguard/repo/epel-7/jdoss-wireguard-epel-7.repo

Install WireGuard DKMS and tools packages
# yum install wireguard-dkms wireguard-tools

Modprobe the wireguard kernel module
# modprobe wireguard

Verify it is working with lsmod
# lsmod |grep wireguard

Enjoy!
Joe



-- 
Joe Doss
joe at solidadmin.com


More information about the WireGuard mailing list