sysctl problem

Support for security such as Firewalls and securing linux
Post Reply
seighalani
Posts: 14
Joined: 2007/08/15 19:11:11
Contact:

sysctl problem

Post by seighalani » 2012/08/20 16:04:23

hi everyone

i have a problem with sysctl. when i run sysctl -p it shows me some errors about bridge. but after a while doesnt show bridge errors!!! what should i do?thanks in advance

[root@Hi-ali ~]# sysctl -p
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 4294967295
kernel.shmall = 268435456
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.icmp_ignore_bogus_error_responses = 1
net.ipv4.conf.default.log_martians = 0

[root@Hi-ali ~]# sysctl -p
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 4294967295
kernel.shmall = 268435456
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.icmp_ignore_bogus_error_responses = 1
net.ipv4.conf.default.log_martians = 0
You have new mail in /var/spool/mail/root

unspawn
Posts: 172
Joined: 2006/12/11 12:28:52

sysctl problem

Post by unspawn » 2012/08/20 21:07:45

[quote]
seighalani wrote:
i have a problem with sysctl. when i run sysctl -p it shows me some errors about bridge. but after a while doesnt show bridge errors!!! what should i do?[/quote]
Ignore it and use 'sysctl [b]-ep[/b]' instead? 'man sysctl' for switch nfo.

Post Reply