inetsim.conf - Configuration file for INetSim
inetsim.conf is the configuration file for
inetsim(1).
The format of inetsim.conf is simple: one option per line,
with blank lines and lines starting with # ignored.
- faketime_init_delta
SECONDS
- Initial number of seconds (positive or negative) relative to current
date/time for fake time used by all services. If set to '0', current
date/time is used.
- faketime_auto_delay
SECONDS
- Number of seconds to wait before incrementing/decrementing fake time by
amount of seconds specified with faketime_auto_increment. Setting
to '0' disables this option.
- faketime_auto_increment
SECONDS
- Number of seconds by which fake time is incremented/decremented at regular
intervals specified by faketime_auto_delay. This option only takes
effect if faketime_auto_delay is enabled (not set to '0').
- dummy_banner
STRING
- Banner string sent to client if no data has been received for
dummy_banner_wait seconds since the client has established the
connection. If set to an empty string (""), only CRLF will be
sent. This option only takes effect if dummy_banner_wait is not set
to '0'.
- dummy_banner_wait
NUMBER
- Number of seconds to wait for client sending any data after establishing a
new connection. If no data has been received within this amount of time,
dummy_banner will be sent to the client. Setting to '0' disables
sending of a banner string.
- [servicename]_ssl_keyfile FILENAME
- Name of the SSL private key PEM file. The key MUST NOT be encrypted!
- [servicename]_ssl_certfile FILENAME
- Name of the SSL certificate file.
- [servicename]_ssl_dhfile FILENAME
- Name of the Diffie-Hellman parameter PEM file.
Matthias Eckert <me@inetsim.org>,
Thomas Hungenberg <th@inetsim.org>