Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in SIOCSIFADDR_IN6 on FreeBSD 14.2 amd64 #4

Open
zod076 opened this issue Dec 24, 2024 · 0 comments
Open

Error in SIOCSIFADDR_IN6 on FreeBSD 14.2 amd64 #4

zod076 opened this issue Dec 24, 2024 · 0 comments

Comments

@zod076
Copy link

zod076 commented Dec 24, 2024

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant