container-images
container-images copied to clipboard
sysctl: cannot stat /proc/sys/net/ipv4/conf/all/bc_forwarding: No such file or directory
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?
None I'm afraid. I think this approach depends on requiring a newer kernel version than 18.04 uses.