English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/iptables/Config.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2550 - (show annotations) (download)
Sat May 19 16:21:14 2007 UTC (6 years, 9 months ago) by wbx
File size: 4373 byte(s)
add ipt_LOG to description
1 config FWRT_COMPILE_IPTABLES
2 bool
3 default n
4 depends FWRT_PACKAGE_IPTABLES || FWRT_PACKAGE_IP6TABLES
5
6 config FWRT_PACKAGE_IPTABLES
7 prompt "iptables.......................... IPv4 firewall administration tool"
8 tristate
9 default n
10 select FWRT_COMPILE_IPTABLES
11 select FWRT_PACKAGE_KMOD_IPTABLES
12 help
13 IPv4 firewall, NAT, and packet mangling tools.
14
15 http://www.iptables.org/
16
17 config FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK
18 prompt "iptables-mod-conntrack.......... Iptables extensions for connection tracking"
19 tristate
20 default n
21 depends FWRT_PACKAGE_IPTABLES
22 select FWRT_PACKAGE_KMOD_IPT_CONNTRACK
23 help
24 Iptables (IPv4) extensions for connection tracking
25
26 Includes:
27 * libipt_conntrack
28 * libipt_helper
29 * libipt_connmark/CONNMARK
30
31 config FWRT_PACKAGE_IPTABLES_MOD_FILTER
32 prompt "iptables-mod-filter............. Iptables extension for packet content inspection"
33 tristate
34 default n
35 depends FWRT_PACKAGE_IPTABLES
36 select FWRT_PACKAGE_KMOD_IPT_FILTER
37 help
38 Iptables (IPv4) extension for packet content inspection
39
40 Includes:
41 * libipt_ipp2p
42 * libipt_layer7
43
44 config FWRT_PACKAGE_IPTABLES_MOD_IMQ
45 prompt "iptables-mod-imq................ Iptables extensions for Intermediate Queuing Device QoS-support"
46 tristate
47 default n
48 depends FWRT_PACKAGE_IPTABLES
49 select FWRT_PACKAGE_KMOD_IMQ
50 help
51 Iptables (IPv4) extensions for Intermediate Queuing Device QoS-support
52
53 Includes:
54 * libipt_IMQ
55
56 config FWRT_PACKAGE_IPTABLES_MOD_IPOPT
57 prompt "iptables-mod-ipopt.............. Iptables extensions for matching/changing IP packet options"
58 tristate
59 default n
60 depends FWRT_PACKAGE_IPTABLES
61 select FWRT_PACKAGE_KMOD_IPT_IPOPT
62 help
63 Extra Iptables (IPv4) extensions for matching/changing IP packet options
64
65 Includes:
66 * libipt_CLASSIFY
67 * libipt_dscp/DSCP
68 * libipt_ecn/ECN
69 * libipt_length
70 * libipt_mac
71 * libipt_NETMAP
72 * libipt_tcpmms
73 * libipt_time
74 * libipt_tos/TOS
75 * libipt_ttl/TTL
76 * libipt_unclean
77
78 config FWRT_PACKAGE_IPTABLES_MOD_IPSEC
79 prompt "iptables-mod-ipsec.............. Iptables extensions for matching special IPsec packets"
80 tristate
81 default n
82 depends FWRT_PACKAGE_IPTABLES
83 select FWRT_PACKAGE_KMOD_IPT_IPSEC
84 help
85 Iptables (IPv4) extensions for matching special IPsec packets
86
87 Includes:
88 * libipt_ah
89 * libipt_esp
90
91 config FWRT_PACKAGE_IPTABLES_MOD_NAT
92 prompt "iptables-mod-nat................ Iptables extensions for different NAT targets"
93 tristate
94 default n
95 depends FWRT_PACKAGE_IPTABLES
96 select FWRT_PACKAGE_KMOD_IPT_NAT
97 help
98 Iptables (IPv4) extensions for different NAT targets
99
100 Includes:
101 * libipt_REDIRECT
102
103 config FWRT_PACKAGE_IPTABLES_MOD_ULOG
104 prompt "iptables-mod-ulog............... Iptables extensions for user-space packet logging"
105 tristate
106 default n
107 depends FWRT_PACKAGE_IPTABLES
108 select FWRT_PACKAGE_KMOD_IPT_ULOG
109 help
110 Iptables (IPv4) extensions for user-space packet logging
111
112 Includes:
113 * libipt_ULOG
114
115 config FWRT_PACKAGE_IPTABLES_MOD_EXTRA
116 prompt "iptables-mod-extra.............. Other extra Iptables extensions"
117 tristate
118 default n
119 depends FWRT_PACKAGE_IPTABLES
120 select FWRT_PACKAGE_KMOD_IPT_EXTRA
121 help
122 Other extra Iptables (IPv4) extensions
123
124 Includes:
125 * libipt_limit
126 * libipt_owner
127 * libipt_physdev
128 * libipt_pkttype
129 * libipt_recent
130 * libipt_LOG
131
132 config FWRT_PACKAGE_IPTABLES_UTILS
133 prompt "iptables-utils.................. Save and restore utilities"
134 tristate
135 default n
136 depends FWRT_PACKAGE_IPTABLES
137 help
138 iptables-save and iptables-restore for Iptables (IPv4)
139
140 http://www.iptables.org/
141
142 config FWRT_PACKAGE_IPTABLES_FIREWALL_SCRIPT
143 prompt "iptables-fw-script.............. FreeWRT's firewall script"
144 tristate
145 default y
146 depends FWRT_PACKAGE_IPTABLES
147 help
148 FreeWRT's default firewall script
149
150 config FWRT_PACKAGE_IP6TABLES
151 prompt "ip6tables......................... IPv6 firewall administration tool"
152 tristate
153 default n
154 select FWRT_COMPILE_IPTABLES
155 select FWRT_PACKAGE_KMOD_IPV6
156 help
157 IPv6 firewall, NAT, and packet mangling tools.
158
159 http://www.iptables.org/

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20