View previous topic :: View next topic |
Author |
Message |
yknot n00b

Joined: 06 Sep 2007 Posts: 3
|
Posted: Sun Dec 01, 2019 1:32 am Post subject: wireguard 20191127 wg-quick broken |
|
|
After up grading to wireguard-20191127 the wg-quick script no longer seems to be working.
The module is working and I can connect using the demo. "bzcat /usr/share/doc/wireguard-0.0.20191127/examples/ncat-client-server/client.sh.bz2 | sudo bash -"
My configuration scripts worked with the previous version of wirequard.
These are the error messages produced when running wg-quick
iptables-restore: invalid option -- 'w'
iptables-restore v1.6.1: iptables-restore: unable to initialize table 'raw'
RTNETLINK answers: Address family not supported by protocol
Dump terminated
any ideas? |
|
Back to top |
|
 |
yknot n00b

Joined: 06 Sep 2007 Posts: 3
|
Posted: Sun Dec 01, 2019 4:12 pm Post subject: |
|
|
-w error fix by installing iptables version 1.6.2
raw error fixed by adding CONFIG_IP_NF_RAW=y to kernel |
|
Back to top |
|
 |
|