Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936047 - net-misc/netifrc-0.7.8: Can't create wireguard interface with arbitrary name (no wg<X>)
Summary: net-misc/netifrc-0.7.8: Can't create wireguard interface with arbitrary name ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: netifrc Team
URL: https://github.com/gentoo/netifrc/pul...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-14 15:28 UTC by Denis Strizhkin
Modified: 2024-07-16 15:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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