If IP-filtering is being performed by the iptables administration tool, the rule is:
iptables -t nat -A PREROUTING -p tcp -i if0 \
--dport 21 -j REDIRECT --to-ports 2121
On FreeBSD, the rule is:
ipfw add fwd 192.168.1.10,2121 tcp \
from any to any 21 via if0 in
On NetBSD and Solaris, the rule is:
echo 'rdr if0 0.0.0.0/0 port 21 -> 192.168.1.10 \
port 2121 tcp' | 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 configuration file, 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.
35
Need help?
Do you have a question about the GATEWAY SECURITY and is the answer not in the manual?
Questions and answers