Installation manual
37
If IP-ltering is being performed by the iptables administration tool, the rule is:
iptables-tnat-APREROUTING-ptcp-iif0\
--dport21-jREDIRECT--to-ports2121
On FreeBSD, the rule is:
ipfwaddfwd192.168.1.10,2121tcp\
fromanytoany21viaif0in
On NetBSD and Solaris, the rule is:
echo'rdrif00.0.0.0/0port21->192.168.1.10\
port2121tcp'|ipnat-f-
A.3. Setting ESETS for scanning of ICAP encapsulated HTTP messages
ICAP encapsulated HTTP message scanning is performed using the esets_icap daemon. In
the [icap] section of the ESETS conguration le, set the following parameters:
agent_enabled=yes
listen_addr="192.168.1.10"
listen_port=1344
In the example above, 'listen_addr' is the address of the local network interface named if0.
After adding these parameters, restart the ESETS daemon.