Hi
1) I need to change value in the file - /sys/module/xt_recent/parameters/ip_list_tot from 100 to 50000
but the system writes ""error of input-output":
# sudo chmod 777 /sys/module/xt_recent/parameters/ip_list_tot
# sudo chmod +w /sys/module/xt_recent/parameters/ip_list_tot
# sudo echo 50000 >...