2005-11-05 04:16:36 +02:00
|
|
|
menu "iptables.......................... IPv4 / IPv6 firewall administration"
|
|
|
|
|
|
|
|
config BR2_COMPILE_IPTABLES
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_IPTABLES || BR2_PACKAGE_IP6TABLES
|
|
|
|
|
2005-01-16 13:43:02 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "iptables.......................... IPv4 firewall administration tool"
|
|
|
|
tristate
|
2005-01-17 02:19:20 +02:00
|
|
|
default y
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_IPTABLES
|
2005-01-16 13:43:02 +02:00
|
|
|
help
|
2005-11-05 04:16:36 +02:00
|
|
|
IPv4 firewall, NAT, and packet mangling tools.
|
2005-05-19 19:49:23 +03:00
|
|
|
|
2005-01-16 13:43:02 +02:00
|
|
|
http://www.iptables.org/
|
2005-03-06 05:34:52 +02:00
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_EXTRA
|
|
|
|
prompt "iptables-extra.................. Extra Iptables extensions for IPv4 firewalling (meta-package)"
|
2005-11-05 04:16:36 +02:00
|
|
|
tristate
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-25 02:00:29 +02:00
|
|
|
depends BR2_PACKAGE_IPTABLES
|
2005-11-11 23:15:16 +02:00
|
|
|
select BR2_PACKAGE_KMOD_IPTABLES_EXTRA
|
|
|
|
select BR2_PACKAGE_IPTABLES_MOD_CONNTRACK
|
|
|
|
select BR2_PACKAGE_IPTABLES_MOD_EXTRA
|
|
|
|
select BR2_PACKAGE_IPTABLES_MOD_FILTER
|
2006-03-23 11:59:33 +02:00
|
|
|
select BR2_PACKAGE_IPTABLES_MOD_IMQ
|
2005-11-11 23:15:16 +02:00
|
|
|
select BR2_PACKAGE_IPTABLES_MOD_IPOPT
|
|
|
|
select BR2_PACKAGE_IPTABLES_MOD_IPSEC
|
|
|
|
select BR2_PACKAGE_IPTABLES_MOD_NAT
|
|
|
|
select BR2_PACKAGE_IPTABLES_MOD_ULOG
|
2005-03-25 02:00:29 +02:00
|
|
|
help
|
2005-11-11 23:15:16 +02:00
|
|
|
Extra Iptables extensions for IPv4 firewalling (meta-package)
|
2005-03-25 02:00:29 +02:00
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_MOD_CONNTRACK
|
|
|
|
prompt "iptables-mod-conntrack.......... Iptables extensions for connection tracking"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IPT_CONNTRACK
|
|
|
|
help
|
|
|
|
Iptables (IPv4) extensions for connection tracking
|
|
|
|
|
2006-03-21 16:35:56 +02:00
|
|
|
Includes:
|
|
|
|
* libipt_conntrack
|
|
|
|
* libipt_helper
|
|
|
|
* libipt_connmark/CONNMARK
|
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_MOD_FILTER
|
|
|
|
prompt "iptables-mod-filter............. Iptables extension for packet content inspection"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IPT_FILTER
|
|
|
|
help
|
|
|
|
Iptables (IPv4) extension for packet content inspection
|
|
|
|
|
2006-03-21 16:35:56 +02:00
|
|
|
Includes:
|
|
|
|
* libipt_ipp2p
|
|
|
|
* libipt_layer7
|
|
|
|
|
2006-03-23 11:59:33 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_MOD_IMQ
|
|
|
|
prompt "iptables-mod-imq................ Iptables extensions for Intermediate Queuing Device QoS-support"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IMQ
|
|
|
|
help
|
|
|
|
Iptables (IPv4) extensions for Intermediate Queuing Device QoS-support
|
|
|
|
|
|
|
|
Includes:
|
|
|
|
* libipt_IMQ
|
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_MOD_IPOPT
|
|
|
|
prompt "iptables-mod-ipopt.............. Iptables extensions for matching/changing IP packet options"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IPT_IPOPT
|
|
|
|
help
|
|
|
|
Extra Iptables (IPv4) extensions for matching/changing IP packet options
|
|
|
|
|
2006-03-21 16:35:56 +02:00
|
|
|
Includes:
|
|
|
|
* libipt_dscp/DSCP
|
|
|
|
* libipt_ecn/ECN
|
|
|
|
* libipt_length
|
|
|
|
* libipt_mac
|
|
|
|
* libipt_tos/TOS
|
|
|
|
* libipt_tcpmms
|
|
|
|
* libipt_ttl/TTL
|
|
|
|
* libipt_unclean
|
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_MOD_IPSEC
|
|
|
|
prompt "iptables-mod-ipsec.............. Iptables extensions for matching special IPsec packets"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IPT_IPSEC
|
|
|
|
help
|
|
|
|
Iptables (IPv4) extensions for matching special IPsec packets
|
|
|
|
|
2006-03-21 16:35:56 +02:00
|
|
|
Includes:
|
|
|
|
* libipt_ah
|
|
|
|
* libipt_esp
|
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_MOD_NAT
|
|
|
|
prompt "iptables-mod-nat................ Iptables extensions for different NAT targets"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IPT_NAT
|
|
|
|
help
|
|
|
|
Iptables (IPv4) extensions for different NAT targets
|
|
|
|
|
2006-03-21 16:35:56 +02:00
|
|
|
Includes:
|
|
|
|
* libipt_REDIRECT
|
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_MOD_ULOG
|
|
|
|
prompt "iptables-mod-ulog............... Iptables extensions for user-space packet logging"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IPT_ULOG
|
|
|
|
help
|
|
|
|
Iptables (IPv4) extensions for user-space packet logging
|
|
|
|
|
2006-03-21 16:35:56 +02:00
|
|
|
Includes:
|
|
|
|
* libipt_ULOG
|
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_MOD_EXTRA
|
|
|
|
prompt "iptables-mod-extra.............. Other extra Iptables extensions"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IPT_EXTRA
|
|
|
|
help
|
|
|
|
Other extra Iptables (IPv4) extensions
|
|
|
|
|
2006-03-21 16:35:56 +02:00
|
|
|
Includes:
|
|
|
|
* libipt_limit
|
|
|
|
* libipt_owner
|
|
|
|
* libipt_physdev
|
|
|
|
* libipt_pkttype
|
|
|
|
* libipt_recent
|
|
|
|
|
2005-11-11 23:15:16 +02:00
|
|
|
config BR2_PACKAGE_IPTABLES_UTILS
|
|
|
|
prompt "iptables-utils.................. Save and restore utilities"
|
2005-11-05 04:16:36 +02:00
|
|
|
tristate
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 05:34:52 +02:00
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
help
|
2005-11-11 23:15:16 +02:00
|
|
|
iptables-save and iptables-restore for Iptables (IPv4)
|
2005-11-05 04:16:36 +02:00
|
|
|
|
|
|
|
http://www.iptables.org/
|
2005-03-06 05:34:52 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_IP6TABLES
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "ip6tables......................... IPv6 firewall administration tool"
|
|
|
|
tristate
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_IPTABLES
|
2005-03-06 05:34:52 +02:00
|
|
|
select BR2_PACKAGE_KMOD_IPV6
|
|
|
|
help
|
2005-11-05 04:16:36 +02:00
|
|
|
IPv6 firewall, NAT, and packet mangling tools.
|
|
|
|
|
|
|
|
http://www.iptables.org/
|
2005-03-06 05:34:52 +02:00
|
|
|
|
2005-11-05 04:16:36 +02:00
|
|
|
endmenu
|