Adjust INSTALL docu.
This commit is contained in:
parent
3e4d7f3f7b
commit
8c6c34aa52
28
INSTALL
28
INSTALL
@ -3,11 +3,11 @@
|
|||||||
# - Install scripts
|
# - Install scripts
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
cp ipt-firewall-gateway /usr/local/sbin/
|
cp /usr/local/src/ipt-gateway/ipt-firewall-gateway /usr/local/sbin/
|
||||||
|
|
||||||
# - If ipv6 is in use..
|
# - If ipv6 is in use..
|
||||||
# -
|
# -
|
||||||
cp ip6t-firewall-gateway /usr/local/sbin/
|
cp /usr/local/src/ipt-gateway/ip6t-firewall-gateway /usr/local/sbin/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -16,17 +16,17 @@ cp ip6t-firewall-gateway /usr/local/sbin/
|
|||||||
# ---
|
# ---
|
||||||
|
|
||||||
mkdir -p /etc/ipt-firewall
|
mkdir -p /etc/ipt-firewall
|
||||||
cp conf/default_ports.conf \
|
cp /usr/local/src/ipt-gateway/conf/default_ports.conf \
|
||||||
conf/include_functions.conf \
|
/usr/local/src/ipt-gateway/conf/include_functions.conf \
|
||||||
conf/load_modules_ipv4.conf \
|
/usr/local/src/ipt-gateway/conf/load_modules_ipv4.conf \
|
||||||
conf/load_modules_ipv6.conf \
|
/usr/local/src/ipt-gateway/conf/load_modules_ipv6.conf \
|
||||||
conf/logging_ipv4.conf \
|
/usr/local/src/ipt-gateway/conf/logging_ipv4.conf \
|
||||||
conf/logging_ipv6.conf \
|
/usr/local/src/ipt-gateway/conf/logging_ipv6.conf \
|
||||||
conf/post_decalrations.conf /etc/ipt-firewall/
|
/usr/local/src/ipt-gateway/conf/post_decalrations.conf /etc/ipt-firewall/
|
||||||
|
|
||||||
cp conf/interfaces_ipv4.conf.sample /etc/ipt-firewall/interfaces_ipv4.conf
|
cp /usr/local/src/ipt-gateway/conf/interfaces_ipv4.conf.sample /etc/ipt-firewall/interfaces_ipv4.conf
|
||||||
cp conf/main_ipv4.conf.sample /etc/ipt-firewall/main_ipv4.conf
|
cp /usr/local/src/ipt-gateway/conf/main_ipv4.conf.sample /etc/ipt-firewall/main_ipv4.conf
|
||||||
cp conf/ban_ipv4.list.sample /etc/ipt-firewall/ban_ipv4.list
|
cp /usr/local/src/ipt-gateway/conf/ban_ipv4.list.sample /etc/ipt-firewall/ban_ipv4.list
|
||||||
|
|
||||||
# - Adjust files
|
# - Adjust files
|
||||||
# - /etc/ipt-firewall/interfaces_ipv4.conf
|
# - /etc/ipt-firewall/interfaces_ipv4.conf
|
||||||
@ -36,8 +36,8 @@ cp conf/ban_ipv4.list.sample /etc/ipt-firewall/ban_ipv4.list
|
|||||||
|
|
||||||
# - If ipv6 is in use..
|
# - If ipv6 is in use..
|
||||||
# -
|
# -
|
||||||
cp conf/interfaces_ipv6.conf.sample /etc/ipt-firewall/interfaces_ipv6.conf
|
cp /usr/local/src/ipt-gateway/conf/interfaces_ipv6.conf.sample /etc/ipt-firewall/interfaces_ipv6.conf
|
||||||
cp conf/main_ipv6.conf.sample /etc/ipt-firewall/main_ipv6.conf
|
cp /usr/local/src/ipt-gateway/conf/main_ipv6.conf.sample /etc/ipt-firewall/main_ipv6.conf
|
||||||
|
|
||||||
# - Adjust files
|
# - Adjust files
|
||||||
# - /etc/ipt-firewall/interfaces_ipv6.conf
|
# - /etc/ipt-firewall/interfaces_ipv6.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user