You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I just setup yggdrasil.conf on a FreeBSD 14.2 VPS and when I start the service manually, I notice the following:
# yggdrasil -useconffile yggdrasil.conf
2024/12/25 02:28:26 Build name: yggdrasil
2024/12/25 02:28:26 Build version: 0.5.8
2024/12/25 02:28:26 Your public key is public--key
2024/12/25 02:28:26 Your IPv6 address is 200:yada:yada:ddada
2024/12/25 02:28:26 Your IPv6 subnet is 300:yada:yada::/64
2024/12/25 02:28:26 TLS listener started on [fe80::1%lo0]:54180
2024/12/25 02:28:26 TLS listener started on [3fff:1:2::111]:9005
2024/12/25 02:28:26 UNIX admin socket listening on /var/run/yggdrasil.sock
2024/12/25 02:28:26 Interface name: /dev/tun0
2024/12/25 02:28:26 Interface IPv6: 200:yada:yada/7
2024/12/25 02:28:26 Interface MTU: 32767
2024/12/25 02:28:26 Error in SIOCSIFADDR_IN6: invalid argument <-- this
2024/12/25 02:28:26 Using ifconfig as fallback: ifconfig /dev/tun0 inet6 200:yada:yada:fe1c/7 <-- this
2024/12/25 02:28:26 TLS listener started on [fe80::xx:xx:xx:xx:xx%vtnet0]:59180
2024/12/25 02:30:05 Connected inbound: 204:aaa:bbbb:acc:bccc@[2001:xxx:fff:eee::1]:49355, source [3fff:1:2::111]:9005
The first is the 'Error' and second is the 'ifconfig' command which uses /dev/tun0 instead of just tun0. Doing ifconfig tun0 results in 'interface tun0 does not exists' error but ifconfig /dev/tun0 works.
Is this something to be concerned about ?
The text was updated successfully, but these errors were encountered:
So I just setup yggdrasil.conf on a FreeBSD 14.2 VPS and when I start the service manually, I notice the following:
The first is the 'Error' and second is the 'ifconfig' command which uses /dev/tun0 instead of just tun0. Doing ifconfig tun0 results in 'interface tun0 does not exists' error but ifconfig /dev/tun0 works.
Is this something to be concerned about ?
The text was updated successfully, but these errors were encountered: