From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: joerg@higgsboson.tk Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 478fdf97 for ; Mon, 16 Jan 2017 13:03:15 +0000 (UTC) Received: from mail.higgsboson.tk (mail.higgsboson.tk [188.68.39.17]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ce1ab3fe for ; Mon, 16 Jan 2017 13:03:15 +0000 (UTC) Received: from [10.100.33.184] (wj0539.dip.tu-dresden.de [141.76.98.27]) by mail.higgsboson.tk (Postfix) with ESMTPSA id 228F756C09 for ; Mon, 16 Jan 2017 13:13:43 +0000 (UTC) Subject: Re: FAQ and quickstart To: wireguard@lists.zx2c4.com References: From: =?UTF-8?Q?J=c3=b6rg_Thalheim?= Message-ID: Date: Mon, 16 Jan 2017 14:13:42 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The kernel module is most likely not loaded. Make sure the following command returns something. $ lsmod | grep wireguard wireguard 126976 0 ip6_udp_tunnel 16384 1 wireguard udp_tunnel 16384 1 wireguard x_tables 28672 12 xt_hashlimit,xt_LOG,ipt_REJECT,ip_tables,iptable_filter,xt_tcpudp,xt_limit,ip6t_REJECT,ip6table_filter,wireguard,xt_conntrack,ip6_tables ipv6 389120 151 nf_conntrack_ipv6,nf_reject_ipv6,nf_defrag_ipv6,wireguard,nf_nat_ipv6 Since you are on archlinux, did you reboot after kernel upgrade? On 2017-01-16 12:31, lennart wrote: > Hi, > > I'm trying to wireguard via the quickstart [0]. > But I get this error: > $ sudo ip link add dev wg0 type wireguard > RTNETLINK answers: Operation not supported > > I know it has something to do with kernel configurations, but that would > be a whole new topic to me. > What do I need to do? Isn't this a good question for a FAQ? > > I'm on a archlinux: > $ uname -r > 4.8.13-1-ARCH > > Second: > How can a search the hole list archive? I'm just used to an interface to > do that. > > [0] https://www.wireguard.io/quickstart/ > > Thanks a lot! > _______________________________________________ > WireGuard mailing list > WireGuard@lists.zx2c4.com > https://lists.zx2c4.com/mailman/listinfo/wireguard