This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
управление_ядром_и_модулями_в_linux [2024/05/01 06:40] val [Переменные ядра] |
управление_ядром_и_модулями_в_linux [2025/01/13 15:24] (current) val [Модули ядра] |
||
---|---|---|---|
Line 16: | Line 16: | ||
# modinfo e1000 | # modinfo e1000 | ||
- | # modprobe ip_gre | + | # modprobe br_netfilter |
- | # modprobe -r ip_gre | + | # ###modprobe -r br_netfilter |
- | + | ||
- | # iptables -L | + | |
- | + | ||
- | # lsmod | grep ip | + | |
# cat /etc/modules | # cat /etc/modules | ||
+ | или | ||
+ | # cat /etc/modules-load.d/my.conf | ||
+ | </code><code> | ||
+ | ... | ||
+ | br_netfilter | ||
</code> | </code> | ||