Man page - firehol-group(5)
Packages contas this manual
- firehol-iptrap6(5)
- firehol-deny(5)
- firehol-cthelper4(5)
- firehol-params(5)
- firehol-dnat(5)
- firehol-services(5)
- firehol-ipv4(5)
- firehol-connmark(5)
- firehol-cthelper46(5)
- firehol-gid(5)
- firehol-interface4(5)
- firehol-dscp(5)
- firehol-actions(5)
- firehol-defaults.conf(5)
- firehol-action(5)
- firehol-physout(5)
- firehol-ip6tables(5)
- firehol-iptables(5)
- firehol-return(5)
- firehol-custom(5)
- firehol-dport(5)
- firehol-physin(5)
- firehol-mark-param(5)
- firehol-client(5)
- firehol-server4(5)
- firehol-conf(5)
- firehol-action4(5)
- firehol-ipuntrap4(5)
- firehol-drop(5)
- firehol-mark4(5)
- firehol-dst4(5)
- firehol-outface(5)
- firehol-router46(5)
- firehol-tos-param(5)
- firehol-tos(5)
- firehol-mac-param(5)
- firehol-version(5)
- firehol-mark6(5)
- firehol-modifiers(5)
- firehol-uid(5)
- firehol-dsttype(5)
- firehol-action46(5)
- firehol-dst(5)
- firehol-tcpmss(5)
- firehol-ipv6(5)
- firehol-dst6(5)
- firehol-tosfix(5)
- firehol-policy(5)
- firehol-client6(5)
- firehol-snat(5)
- firehol-ipset(5)
- firehol-synproxy6(5)
- firehol-cthelper(5)
- firehol-reject(5)
- firehol-inface(5)
- firehol-ipuntrap6(5)
- firehol-interface(5)
- firehol-variables(5)
- firehol-accept(5)
- firehol-mark46(5)
- firehol-src(5)
- firehol-dscp-param(5)
- firehol-sport(5)
- firehol-router4(5)
- firehol-connmark6(5)
- firehol-client4(5)
- firehol-server46(5)
- firehol-src6(5)
- firehol-defaults-conf(5)
- firehol-redirect(5)
- firehol-tarpit(5)
- firehol-connmark46(5)
- firehol-client46(5)
- firehol-proxy(5)
- firehol-router6(5)
- firehol-server6(5)
- firehol-cthelper6(5)
- firehol-iptrap(5)
- firehol-mark(5)
- firehol-connmark4(5)
- firehol-transparent_proxy(5)
- firehol-proto(5)
- firehol-both(5)
- firehol-router(5)
- firehol-iptrap4(5)
- firehol-transparent_squid(5)
- firehol-mac(5)
- firehol-blacklist(5)
- firehol-srctype(5)
- firehol-synproxy(5)
- firehol-nat(5)
- firehol-src4(5)
- firehol-route46(5)
- firehol-synproxy4(5)
- firehol-group(5)
- firehol-classify(5)
- firehol-action6(5)
- firehol-interface46(5)
- firehol.conf(5)
- firehol-loglimit(5)
- firehol-ipuntrap(5)
- firehol-log(5)
- firehol-protection(5)
- firehol-server(5)
- firehol-interface6(5)
- firehol-route4(5)
- firehol-masquerade(5)
- firehol-route6(5)
Package: firehol-doc
apt-get install firehol-doc
apt-get install firehol-doc
Manuals in package:
Documentations in package:
Manual
| firehol-group(5) | 3.1.8 | firehol-group(5) |
NAME
firehol-group - group commands with common options
SYNOPSIS
group with rule-params
group end
DESCRIPTION
The group command allows you to group together multiple client and server commands.
Grouping commands with common options (see firehol-params(5)) allows the option values to be checked only once in the generated firewall rather than once per service, making it more efficient.
Nested groups may be used.
EXAMPLES
This:
-
interface any world
client all accept
server http accept
# Provide these services to trusted hosts only
server "ssh telnet" accept src "192.0.2.1 192.0.2.2"
can be replaced to produce a more efficient firewall by this:
-
interface any world
client all accept
server http accept
# Provide these services to trusted hosts only
group with src "192.0.2.1 192.0.2.2"
server telnet accept
server ssh accept
group end
SEE ALSO
- •
- firehol(1) - FireHOL program
- •
- firehol.conf(5) - FireHOL configuration
- •
- firehol-interface(5) - interface definition
- •
- firehol-router(5) - router definition
- •
- firehol-params(5) - optional rule parameters
- •
- FireHOL Website
- •
- FireHOL Online PDF Manual
- •
- FireHOL Online Documentation
AUTHORS
FireHOL Team.
| Built 13 Apr 2025 | FireHOL Reference |