This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
управление_ядром_и_модулями_в_linux [2021/02/23 12:35] 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> | ||
+ | ===== Сообщения ядра ===== | ||
+ | <code> | ||
+ | $ dmesg -T | ||
+ | </code> | ||
===== Переменные ядра ===== | ===== Переменные ядра ===== | ||
Line 35: | Line 40: | ||
# sysctl net.ipv4.ip_default_ttl=2 | # sysctl net.ipv4.ip_default_ttl=2 | ||
+ | |||
+ | # ###sysctl -w net.ipv4.ping_group_range="1 65535" | ||
# cat /etc/sysctl.conf | # cat /etc/sysctl.conf |