Provided by: inetsim_1.2.7+dfsg.1-1_all bug

NAME

       inetsim.conf - Configuration file for INetSim

DESCRIPTION

       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.

GLOBAL OPTIONS

       start_service SERVICE
           Start service SERVICE.

       service_bind_address ADDRESS
           The IP address to bind services to.

       service_run_as_user USER
           User to run services.

       service_max_childs NUMBER
           Maximum number of child processes (number of parallel connections) for each service.

       service_timeout SECONDS
           Timeout in seconds after which a connection is closed by the service.

       [servicename]_bind_port PORT
           PORT number to bind service to.

       create_reports [YES|NO]
           Create report with a summary of connections for the session on shutdown.

       report_language LANGUAGE
           Set language for reports.

FAKETIME OPTIONS

       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').

ADDITIONAL DNS OPTIONS

       dns_default_ip IP-ADDRESS
           Default IP address to return in DNS replies.

       dns_default_hostname HOSTNAME
           Default hostname to return in DNS replies.

       dns_default_domainname DOMAINNAME
           Default domainname to return in DNS replies.

       dns_static FQDN_HOSTNAME IP-ADDRESS
           Static mapping for DNS.

       dns_version STRING
           Version string to return.

ADDITIONAL HTTP(S) OPTIONS

       http(s)_version
           Version string to return in HTTP(S) replies.

       http(s)_fakemode [YES|NO]
           Turn HTTP(S) fake mode on or off.

       http(s)_fakefile EXTENSION FILENAME MIMETYPE
           The fake files returned in fake mode based on the file extension in the HTTP(S)
           request.

       http(s)_default_fakefile FILENAME MIMETYPE
           The default fake file and MIME type returned in fake mode if the file extension in the
           HTTP(S) request does not match any of the extensions defined with http(s)_fakefile.

       http(s)_static_fakefile PATH FILENAME MIMETYPE
           The fake files returned in fake mode based on the path in the HTTP(S) request.

ADDITIONAL SMTP(S) OPTIONS

       smtp(s)_banner STRING
           The banner string used in SMTP greeting message.

       smtp(s)_fqdn_hostname FQDN_HOST
           The FQDN hostname used for SMTP.

       smtp(s)_helo_required [YES|NO]
           Client has to send HELO/EHLO before any other command.

       smtp(s)_extended_smtp
           Turn support for 'Extended SMTP' (ESMTP) on or off.

       smtp(s)_service_extension EXTENSION [PARAMETER(S)]
           SMTP service extensions offered to client.

       smtp(s)_auth_reversibleonly [YES|NO]
           Only offer authentication mechanisms which allow reversing the authentication
           information sent by a client to clear text username/password.

       smtp(s)_auth_required [YES|NO]
           Force the client to authenticate.

ADDITIONAL POP3(S) OPTIONS

       pop3(s)_banner STRING
           The banner string used in POP3 greeting message.

       pop3(s)_hostname HOST
           The hostname used in POP3 greeting message.

       pop3(s)_mbox_maxmails NUMBER
           Maximum number of e-mails to select from supplied mbox files for creation of random
           POP3 mailbox.

       pop3(s)_mbox_reread NUMBER
           Re-read supplied mbox files if POP3 service was inactive for <NUMBER> seconds.

       pop3(s)_mbox_rebuild NUMBER
           Rebuild random POP3 mailbox if POP3 service was inactive for <NUMBER> seconds.

       pop3(s)_auth_reversibleonly [YES|NO]
           Only offer authentication mechanisms which allow reversing the authentication
           information sent by a client to clear text username/password.

       pop3(s)_enable_apop [YES|NO]
           Turn APOP on or off.

       pop3(s)_enable_capabilities [YES|NO]
           Turn support for pop3 capabilities on or off.

       pop3(s)_capability CAPABILITY [PARAMETER(S)]
           POP3 capabilities offered to client.

ADDITIONAL FTP(S) OPTIONS

       ftp(s)_banner STRING
           The banner string used in FTP greeting message.

       ftp(s)_version STRING
           Version string to return in replies to the STAT command.

       ftp(s)_recursive_delete [YES|NO]
           Allow recursive deletion of directories, even if they are not empty.

ADDITIONAL TFTP OPTIONS

       tftp_allow_overwrite [YES|NO]
           Allow overwriting of existing files.

       tftp_enable_options [YES|NO]
           Turn support for tftp options on or off.

       tftp_option OPTION PARAMETER(S)
           TFTP options offered to client.

ADDITIONAL NTP OPTIONS

       ntp_server_ip IP-ADDRESS
           The IP address to return in NTP replies.

       ntp_strict_checks [YES|NO]
           Turn strict checks for client packets on or off.

ADDITIONAL IRC OPTIONS

       irc_fqdn_hostname FQDN_HOST
           The FQDN hostname used for IRC.

       irc_version STRING
           Version string to return.

ADDITIONAL DUMMY OPTIONS

       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.

REDIRECT OPTIONS

       redirect_enabled [YES|NO]
           Turn connection redirection on or off.

       redirect_unknown_services [YES|NO]
           Redirect connection attempts to unbound ports to dummy service.

       redirect_external_address IP-ADDRESS
           IP address used as source address if INetSim acts as a router for redirecting packets
           to external networks.  This option only takes effect if static rules for redirecting
           packets to external networks are defined (see redirect_static_rule).

       redirect_static_rule PROTOCOL IP-ADDRESS:PORT IP-ADDRESS:PORT
           Static mappings for connection redirection.

       redirect_change_ttl [YES|NO]
           Change the time-to-live header field to a random value in outgoing IP packets.

       redirect_exclude_port PROTOCOL:PORT
           Connections to <service_bind_address> on this port are not redirected.

       redirect_ignore_bootp [YES|NO]
           If set to 'yes', BOOTP (DHCP) broadcasts will not be redirected (UDP packets with
           source address 0.0.0.0, port 68 and destination address 255.255.255.255, port 67 or
           vice versa).

       redirect_ignore_netbios [YES|NO]
           If set to 'yes', NetBIOS broadcasts will not be redirected (UDP packets with
           source/destination port 137/138 and destination address x.x.x.255 on the local
           network).

       redirect_icmp_timestamp [MS|SEC|NO]
           If set to 'ms', ICMP Timestamp requests will be answered with number of milliseconds
           since midnight UTC according to faketime.  If set to 'sec', ICMP Timestamp requests
           will be answered with number of seconds since epoch (high order bit of the timestamp
           will be set to indicate non-standard value).  Setting to 'no' disables manipulation of
           ICMP Timestamp requests.

SSL OPTIONS

       [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.

SEE ALSO

           inetsim(1)

AUTHOR

       Matthias Eckert <me@inetsim.org>, Thomas Hungenberg <th@inetsim.org>