Update minimal configuration

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6873 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-15 17:27:23 +00:00
parent 93f3d9ef54
commit 82778a8b42
5 changed files with 54 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -463,7 +463,7 @@ CONFIG_IP_NF_ARP_MANGLE=m
<para></para>
</section>
<section>
<section id="v2.6.21">
<title>Minimal Configuration using Kernel 2.6.20 and later</title>
<para>Massimo Burcheri has contributed this minimal configuration which is
@ -473,6 +473,58 @@ CONFIG_IP_NF_ARP_MANGLE=m
url="standalone.htm">one-interface quickstart guide</ulink>.<graphic
align="center" fileref="images/2.6.21_conf_01.png" /><graphic
align="center" fileref="images/2.6.21_conf_02.png" /><graphic
align="center" fileref="images/2.6.21_conf_03.png" /></para>
align="center" fileref="images/2.6.21_conf_02a.png" /><graphic
align="center" fileref="images/2.6.21_conf_03.png" />Here are the
corresponding entries from the .config file:</para>
<programlisting># Networking
#
CONFIG_NET=y
#
# Networking options
#
# CONFIG_NETDEBUG is not set
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_FIB_HASH=y
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
#
# IP: Virtual Server Configuration
#
CONFIG_NETFILTER=y
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK_ENABLED=m
CONFIG_NF_CONNTRACK_SUPPORT=y
CONFIG_NF_CONNTRACK=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
#
# IP: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m</programlisting>
</section>
</article>