wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
* Wireguard with disabled IPv6 under FreeBSD
@ 2019-09-09 23:11 Евгений IRON
  0 siblings, 0 replies; only message in thread
From: Евгений IRON @ 2019-09-09 23:11 UTC (permalink / raw)
  To: wireguard


[-- Attachment #1.1: Type: text/plain, Size: 827 bytes --]

Hello,

I'm trying to setup wireguard server on FreeBSD which was built from ports. I have custom kernel build where I disabled IPv6 which I currently don't use at this VM. When I trying to start WIreguard I receive an error:

# service wireguard start
[#] wireguard-go wg0
INFO: (wg0) 2019/09/10 02:02:29 Starting wireguard-go version 0.0.20190805
ERROR: (wg0) 2019/09/10 02:02:29 Failed to create TUN device: address family not supported by protocol family
[#] rm -f /var/run/wireguard/wg0.sock
netstat: inet6: unknown address family

Here is my config file wg0.conf:

[Interface]
Address = 192.168.222.1/32
PrivateKey = <priv Key>
ListenPort = 51820

[Peer]
PublicKey = <pub key>
AllowedIPs = 192.168.222.2/32

Why does it try to use IPv6 on tun0 interface when I didn't specify IPv6 address in the config file.

Thank you!

[-- Attachment #1.2: Type: text/html, Size: 942 bytes --]

[-- Attachment #2: Type: text/plain, Size: 148 bytes --]

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-11 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09 23:11 Wireguard with disabled IPv6 under FreeBSD Евгений IRON

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).