Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 936047

Summary: net-misc/netifrc-0.7.8: Can't create wireguard interface with arbitrary name (no wg<X>)
Product: Gentoo Hosted Projects Reporter: Denis Strizhkin <strdenis02>
Component: netifrcAssignee: netifrc Team <netifrc>
Status: UNCONFIRMED ---    
Severity: normal CC: matoro_gentoo, strdenis02
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: https://github.com/gentoo/netifrc/pull/40
Whiteboard:
Package list:
Runtime testing required: ---

Description Denis Strizhkin 2024-07-14 15:28:14 UTC
% doas rc-service net.rika1 start
 * Bringing up interface rika1
 *   ERROR: interface rika1 does not exist
 *   Ensure that you have loaded the correct kernel module for your hardware
 * ERROR: net.rika1 failed to start

### /etc/conf.d/net ###
config_rika1="<ip address>"
wireguard_rika1="/etc/wireguard/rika1.conf"
type_rika1="wireguard"

### /etc/wireguard/rika1.conf ###
[Interface]
PrivateKey = ...

[Peer]
PublicKey = ...
AllowedIPs = ...
Endpoint = ...
PersistentKeepalive = 25

Reproducible: Always
Comment 1 matoro archtester 2024-07-16 15:49:41 UTC
This is already fixed upstream (see URL), just needs a new tag released