Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Created July 29, 2019 09:20
Show Gist options
  • Save iamcryptoki/ed6925ce95f047673e7709f23e0b9939 to your computer and use it in GitHub Desktop.
Save iamcryptoki/ed6925ce95f047673e7709f23e0b9939 to your computer and use it in GitHub Desktop.
Fix sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables.
$ modprobe bridge
$ echo "net.bridge.bridge-nf-call-iptables = 1" >> /etc/sysctl.conf
$ sysctl -p /etc/sysctl.conf
sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-ip6tables: No such file or directory
# SOLUTION
$ modprobe br_netfilter
$ sysctl -p /etc/sysctl.conf
@hlwanghl
Copy link

thanks

@mantans
Copy link

mantans commented May 23, 2020

thank you!

@luckystarpavan
Copy link

it helps

@mfsiat
Copy link

mfsiat commented Jun 5, 2021

Thank you very much

@morufajibike
Copy link

Thanks mate. Very helpful

Copy link

ghost commented Sep 24, 2021

Thanks, to load the module as well , look here

@lidongze0629
Copy link

Thanks.

@acepsaepudin
Copy link

thanks!

@Druvamayor
Copy link

Thanks!

@abhiabrol19
Copy link

works, thanks!

@rajaduraicloud
Copy link

Thanks.....! it works

@Nurlan199206
Copy link

wow it's works

@SaiDevopsWorld
Copy link

thank you

@TiantingShi
Copy link

Thanks bro , works

@BSN32
Copy link

BSN32 commented Mar 23, 2023

thanks

@arvindwill
Copy link

🫡Thank you

@Adithya119
Copy link

Thank you so much

@gridhead
Copy link

gridhead commented Apr 7, 2023

Thank you!

@SnoWolfT
Copy link

Thank you!

@RS-00
Copy link

RS-00 commented Apr 26, 2023

thnks

@gmknowles
Copy link

exactly

@abdelghanimeliani
Copy link

thanks

@emreyardimci
Copy link

thanks

@dhiman360
Copy link

Thanks!

@konark111
Copy link

Thanks!!

@totoCZ
Copy link

totoCZ commented Aug 5, 2023

❤️

@lixin0111
Copy link

thanks a lot

@MrKing8810
Copy link

Thanks !

@hariharanep4
Copy link

Thanks!

@brian-lamb-software-engineer

yep forgot to modprobe the br_netfilter apparently. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment