![Black Box LS1016A User Manual Download Page 376](http://html.mh-extra.com/html/black-box/ls1016a/ls1016a_user-manual_2763435376.webp)
Appendix G - IPSEC
376
BLACK BOX
®
Advanced Console Server
3.
All other non-comment lines of a section must be indented.
4.
Blank lines separate sections.
5.
You cannot put a blank line within a section; use a lone '#' instead.
The configuration file uses left and right to refer to the two gateways involved in a connec-
tion, and has other parameters which come in left/right pairs. For example, leftsubnet is the
subnet behind left. Which gateway is left and which is right is entirely up to you.
The setup section of ipsec.conf
The first section of ipsec.conf contains overall setup parameters for IPsec, which apply to all
connections. In our example file, this would be:
# basic configuration
config setup
# THIS SETTING MUST BE CORRECT or almost nothing will work;
# %defaultroute is okay for most simple cases.
interfaces=%defaultroute
# Debug-logging controls: "none" for (almost) none, "all" for
lots.
klipsdebug=none
plutodebug=none
# Use auto= parameters in conn descriptions to control startup
actions.
plutoload=%search
plutostart=%search
# Close down old connection when new one using same ID shows up.
uniqueids=yes