From e4551d6b59317bb27df5d2bd9c3f1ea6469e089b Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Mon, 12 Sep 2016 23:50:54 +0100 Subject: network revision --- core/conf/rc.d/iptables | 19 ++++++++++------ core/index.html | 10 ++++----- core/network.html | 56 ++++++++++++++++++++++++------------------------ core/scripts/iptables.sh | 19 ++++++++++------ 4 files changed, 58 insertions(+), 46 deletions(-) (limited to 'core') diff --git a/core/conf/rc.d/iptables b/core/conf/rc.d/iptables index d3bbc9b..2d77722 100644 --- a/core/conf/rc.d/iptables +++ b/core/conf/rc.d/iptables @@ -10,12 +10,19 @@ start) ;; stop) echo "Stopping firewall and deny everyone..." - /usr/sbin/iptables -F - /usr/sbin/iptables -X - /usr/sbin/iptables -t nat -F - /usr/sbin/iptables -t nat -X - /usr/sbin/iptables -t mangle -F - /usr/sbin/iptables -t mangle -X + iptables -F + iptables -X + iptables -t nat -F + iptables -t nat -X + iptables -t mangle -F + iptables -t mangle -X + iptables -t raw -F + iptables -t raw -X + iptables -t security -F + iptables -t security -X + + + /usr/sbin/iptables -P INPUT DROP /usr/sbin/iptables -P FORWARD DROP /usr/sbin/iptables -P OUTPUT DROP ;; diff --git a/core/index.html b/core/index.html index a3013f5..fb43ac6 100644 --- a/core/index.html +++ b/core/index.html @@ -20,7 +20,7 @@ folder the install process is automated and ports for extra ports used during the installation.

-

Install Crux 3.2 Gnu/Linux

+

1. Install Crux 3.2 Gnu/Linux

-

System Administration

+

2. System Administration

-

System Tools

+

3. System Tools