Developers guide

Chapter 6
Copyright © 2008-2013 Inverse inc.
Configuration by example 44
In order to have the inline mode properly working, you need to enable IP forwarding on your servers. To
do it permanently, look in the /etc/sysctl.conf, and set the following line:
# Controls IP packet forwarding
net.ipv4.ip_forward = 1
Save the file, and execute sysctl -p to reload the kernel parameters.