Showing revision 1

2022-04-03

fail2ban created a filter for mercury's own address

getting error: Apr 03 13:08:03 mercury systemd[1]: Starting Apply Kernel Variables... Apr 03 13:08:04 mercury systemd-sysctl[284]: Couldn't write '"4096 87380 4194304"' to 'net/ipv4/tcp_rmem': Invalid argu

change :

 net.core.rmem_max=16777216
 net.core.wmem_max=16777216
 net.ipv4.tcp_rmem="4096 87380 16777216"
 net.ipv4.tcp_wmem="4096 87380 16777216"