Artix Linux Forum

Artix Linux => System => Topic started by: gameplayer on 16 February 2023, 11:53:43

Title: [OpenRC / Networking] No buffer space available while IPv6 tunneling.
Post by: gameplayer on 16 February 2023, 11:53:43
Heyo,

I got a problem with setting up IPv6 tunnel.
Command ifconfig sit0 inet6 tunnel ::216.66.80.162 has returned an error:
Code: [Select]
SIOCSIFDSTADDR: No buffer space available

Is there any solution to that?

Here's my full script setup:
Code: [Select]
ifconfig sit0 up
ifconfig sit0 mtu 2200
ifconfig sit0 inet6 tunnel ::216.66.80.162
ifconfig sit1 up
ifconfig sit1 mtu 2200
ifconfig sit1 inet6 add 2001:470:70:240::2/64
route -A inet6 add ::/0 dev sit1

Linux kernel version is 6.1.6-artix1-1.
Title: Re: [OpenRC / Networking] No buffer space available while IPv6 tunneling.
Post by: gameplayer on 28 February 2023, 19:58:55
Problem solved.

Those settings must be applied at the system startup before network buffer would be too much fragmented.