Y
Hacker News
new
|
ask
|
show
|
jobs
by
nubinetwork
1154 days ago
Why firewall it when you can straight up turn it off?
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
1 comments
brobinson
1153 days ago
ipv6.disable=1 in kernel boot flags so the interfaces don't even show up
link
nubinetwork
1153 days ago
I do both of these on Ubuntu just in case one of them doesn't work, too many apt hooks constantly changing the kernel...
link
nathants
1153 days ago
disable via kconfig so it’s not even in kernel.
link
nubinetwork
1153 days ago
I do this on Gentoo but nobody likes to run Gentoo in production.
link