bb-qq / r8152

Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters
GNU General Public License v2.0
1.9k stars 178 forks source link

Can IPv6 be disable? #403

Closed SiLenCe-WB closed 2 weeks ago

SiLenCe-WB commented 3 weeks ago

Description of the problem

Even if I disable IPv6 from my network interface, when I reboot the system it's back on. How can I disable it permanently from boot?

Description of your products

DS418play DSM 7.2.1-69057 Update 5 SABRENT ‎NT-S25G (2.5 gigabit ethernet) Driver version 2.17.1-1

bb-qq commented 2 weeks ago

There is no way to disable IPv6 at this time, as the driver does not respect the settings on the DSM side. Could you please use the task scheduler to work around the problem?

SiLenCe-WB commented 2 weeks ago

I have created a task schedule script that runs this command as root to disable IPv6 on all interfaces and it works 👍

sysctl -w net.ipv6.conf.all.disable_ipv6=1

bb-qq commented 2 weeks ago

I would like to close the issue as I do not plan to change the driver at this time.