gnu_linux_server:network_configuration:firewall
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gnu_linux_server:network_configuration:firewall [2012/01/28 20:21] – guillaume | gnu_linux_server:network_configuration:firewall [2021/01/04 20:41] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 158: | Line 158: | ||
iptables -A SPOOFED -s 192.168.0.0/ | iptables -A SPOOFED -s 192.168.0.0/ | ||
iptables -A SPOOFED -s 10.0.0.0/ | iptables -A SPOOFED -s 10.0.0.0/ | ||
+ | |||
+ | end_debug $? | ||
+ | } | ||
+ | |||
+ | misc_config() { | ||
+ | print_debug "Misc configurations" | ||
+ | |||
+ | echo 1 > / | ||
+ | echo 0 > / | ||
+ | echo 1 > / | ||
+ | echo 1 >/ | ||
+ | echo 1 > / | ||
+ | echo 1 > / | ||
+ | echo 1 > / | ||
+ | echo 0 > / | ||
+ | echo 0 > / | ||
end_debug $? | end_debug $? | ||
Line 322: | Line 338: | ||
deny_spoofing | deny_spoofing | ||
+ | misc_config | ||
# Starting fail2ban again | # Starting fail2ban again |
gnu_linux_server/network_configuration/firewall.1327782070.txt.gz · Last modified: 2021/01/04 20:40 (external edit)