whistlepigger
Dabbler
- Joined
- Jun 9, 2011
- Messages
- 15
By default, net.inet.icmp.icmplim is set to 200 to perform icmp rate limiting.
According to the freebsd documentation, I can turn this off in 2 ways:
- editing /etc/sysctl.conf and adding the line net.inet.icmp.icmplim=0
- issuing a sysctl -w net.inet.icmp.icmplim=0
How can I make this permanently happen in freeNAS8 ? It appears that sysctl.conf gets rebuilt at startup, and if I add this line to /boot/loader.conf (after a mount -uw /), the entry is there in loader.conf after a reboot, but it seems to get ignored. Version 7x had areas in the GUI where you could set or modify parameters, but Version 8 seems to hide all this.
There are other settings, such as net.link.ether.inet.log_arp_movements, that I'd also like to change... so if I figure out how to set icplim, that might help with the others.
Thanks.
According to the freebsd documentation, I can turn this off in 2 ways:
- editing /etc/sysctl.conf and adding the line net.inet.icmp.icmplim=0
- issuing a sysctl -w net.inet.icmp.icmplim=0
How can I make this permanently happen in freeNAS8 ? It appears that sysctl.conf gets rebuilt at startup, and if I add this line to /boot/loader.conf (after a mount -uw /), the entry is there in loader.conf after a reboot, but it seems to get ignored. Version 7x had areas in the GUI where you could set or modify parameters, but Version 8 seems to hide all this.
There are other settings, such as net.link.ether.inet.log_arp_movements, that I'd also like to change... so if I figure out how to set icplim, that might help with the others.
Thanks.