container-images icon indicating copy to clipboard operation
container-images copied to clipboard

sysctl: cannot stat /proc/sys/net/ipv4/conf/all/bc_forwarding: No such file or directory

Open bladerunner2020 opened this issue 3 years ago • 1 comments

I have few machines with Ubuntu 20.04 and this .sh works fine (thanks!), but today I encountered error on Ubuntu 18.04:

$: sudo sysctl -w net.ipv4.conf.all.bc_forwarding=1
sysctl: cannot stat /proc/sys/net/ipv4/conf/all/bc_forwarding: No such file or directory

Any ideas?

bladerunner2020 avatar Feb 17 '22 22:02 bladerunner2020

None I'm afraid. I think this approach depends on requiring a newer kernel version than 18.04 uses.

dhutchison avatar Feb 25 '22 08:02 dhutchison