wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
* RHEL 8 Beta Install Documentation
@ 2018-11-16 21:38 Joe Doss
  2018-11-17 11:49 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Doss @ 2018-11-16 21:38 UTC (permalink / raw)
  To: wireguard

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@solidadmin.com
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-17 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 21:38 RHEL 8 Beta Install Documentation Joe Doss
2018-11-17 11:49 ` Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).