@Stefan
> Maybe this 'wg' tool just doesn't display the config correctly?

Good catch, especially after I read the other reply.

@obs...@loopw.com
> are you certain that you upgraded your userland packages after upgrading?

Good catch, I forgot to go through the "After the upgrade" section
which is where I was supposed to run the pkg_add -u
Duh myself.

And thank you both for the advice, I'll move it all to hostname.wg0,
one less dependency in the chain.

Conclusion:
bsd# ifconfig wg0 wgkey 'xxx' wgpeer 'xxx' wgpsk 'xxx' wgaip '10.x.x.10/32'
bsd#
bsd# ifconfig wg0
wg0: flags=80c3<UP,BROADCAST,RUNNING,NOARP,MULTICAST> mtu 1420
    index 5 priority 0 llprio 3
    wgport 51820
    wgpubkey xxx
    wgpeer xxx
        wgpsk (present)
        tx: 0, rx: 0
        wgaip 10.x.x.10/32
    groups: wg
    inet 10.x.x.x netmask 0xffffff00 broadcast 10.x.x.255
bsd#

Reply via email to