Page 1 of 1

Wireguard

Posted: 02 May 2019, 16:30
by Anton77
Hello. Please help me assemble the wireguard .xzm module for porteus 4.0 x64. :roll:

Wireguard

Posted: 02 May 2019, 22:46
by Ed_P
1. Start USM (menu > Administration > USM)
2. In the USM search box enter wireguard
3. Click on the Search button next to the search box
4. Click on the file you want
5. Check the Resolve Dependencies option
6. Click on the Download button
7. When the menu window opens check on the Convert to Modules option
8. Click on the download button

The module should end up in your /tmp folder.

Wireguard

Posted: 15 May 2019, 04:50
by Anton77
Ed_P, thanks, when I write a command from root:

Code: Select all

wg-quick up tunsafe
the following is included:

Code: Select all

[#] ip link add tunsafe type wireguard
RTNETLINK answers: Operation not supported
Unable to access interface: Protocol not supported
[#] ip link delete dev tunsafe
Cannot find device "tunsafe"
what am I doing wrong? I searched in Google, it is written that you need to add headers kernel, but where can I get it?