Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
HeikoAnkenbrand
MVP Diamond
MVP Diamond

ONELINER - Show all Kernel Parameter

This oneliner shows you all kernel parameters of the firewall gateway with their values.
This can be useful in the debug case to see an overview of all kernel parameters.

 

modinfo -p $FWDIR/boot/modules/fw_kern*.o | sort -u | awk 'BEGIN {FS=":"} ; {print $1}' | xargs -n 1 fw ctl get int

 

 Here is an example of the output:
Kernel_Parameter.PNG

Version:

01-28-2026                        R82+R82.10 upgrade                                       
05-04-2021                        created

➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips
(3)
Who rated this post