1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Compare commits

..

No commits in common. "b219184e6da52af8df08c3470f34a1b380284242" and "b4d7ba6bce70edd2afab1f643d3c0a75f57d4ca6" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -74,9 +74,6 @@ net.ipv4.conf.*.rp_filter = 1
net.ipv4.icmp_echo_ignore_all = 0 net.ipv4.icmp_echo_ignore_all = 0
net.ipv6.icmp.echo_ignore_all = 0 net.ipv6.icmp.echo_ignore_all = 0
# Ignore Bogus ICMP responses
net.ipv4.icmp_ignore_bogus_error_responses = 1
# Enable IP Forwarding # Enable IP Forwarding
# Almost all of my servers run Docker anyways, and Docker absolutely requires this. # Almost all of my servers run Docker anyways, and Docker absolutely requires this.
net.ipv4.ip_forward = 1 net.ipv4.ip_forward = 1

View File

@ -4,7 +4,7 @@ dev.tty.ldisc_autoload = 0
# https://access.redhat.com/solutions/1985633 # https://access.redhat.com/solutions/1985633
# Seems dangerous. # Seems dangerous.
# Roseta need this though, so if you use it change it to 1 # Roseta need this though, so if you use it comment this out.
fs.binfmt_misc.status = 0 fs.binfmt_misc.status = 0
# https://madaidans-insecurities.github.io/guides/linux-hardening.html#sysctl-userspace # https://madaidans-insecurities.github.io/guides/linux-hardening.html#sysctl-userspace
@ -73,9 +73,6 @@ net.ipv4.conf.*.rp_filter = 1
net.ipv4.icmp_echo_ignore_all = 1 net.ipv4.icmp_echo_ignore_all = 1
net.ipv6.icmp.echo_ignore_all = 1 net.ipv6.icmp.echo_ignore_all = 1
# Ignore Bogus ICMP responses
net.ipv4.icmp_ignore_bogus_error_responses = 1
# Enable IP Forwarding # Enable IP Forwarding
# Needed for VM networking and whatnot. # Needed for VM networking and whatnot.
net.ipv4.ip_forward = 1 net.ipv4.ip_forward = 1