From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: pim@zandbergen.org Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ff38f9fb for ; Tue, 16 May 2017 17:01:13 +0000 (UTC) Received: from zandbergen.org (zandbergen.org [85.146.253.152]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id e1019f9e for ; Tue, 16 May 2017 17:01:13 +0000 (UTC) Subject: Re: Wireguard on Centos 7 To: "Jason A. Donenfeld" References: <8a2eb5ef-f154-ecff-e080-57b9a63d1bce@inuits.eu> <0e838cd8-ae0c-eb86-5852-7a1190cae0dc@zandbergen.org> From: Pim Zandbergen Message-ID: Date: Tue, 16 May 2017 19:12:23 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Jason, For RHEL/CentOS 7, I suppose would be something like this # install elrepo repo sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org sudo yum install http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm # install wireguard repo sudo wget --timestamping --directory-prefix /etc/yum.repos.d https://copr.fedorainfracloud.org/coprs/jdoss/wireguard/repo/epel-7/jdoss-wireguard-epel-7.repo # install elrepo mainline kernel and wireguard sudo yum --enablerepo=elrepo-kernel install kernel-ml kernel-devel wireguard-dkms wireguard-tools You might leave out the elrepo stuff and leave that an exercise to the user. There's an elrepo for RHEL/CentOS 5 and 6 as well, but I can't test that. Pim On 05/12/2017 05:31 PM, Jason A. Donenfeld wrote: > Hey Pim, > > That sounds like a good idea to me. I'm not super qualified to write > the optimal instructions. Think you could come up with a 2 or 3 line > command blurb for the new RHEL/CentOS section? > > Jason