logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

inetsim.conf - Configuration file for INetSim

Additional Dns Options

dns_default_ipIP-ADDRESS Default IP address to return in DNS replies. dns_default_hostnameHOSTNAME Default hostname to return in DNS replies. dns_default_domainnameDOMAINNAME Default domainname to return in DNS replies. dns_staticFQDN_HOSTNAMEIP-ADDRESS Static mapping for DNS. dns_versionSTRING Version string to return.

Additional Dummy Options

dummy_bannerSTRING 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_waitNUMBER 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.

Additional Ftp(S) Options

ftp(s)_bannerSTRING The banner string used in FTP greeting message. ftp(s)_versionSTRING 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. ftp(s)_max_filesizeNUMBER Size limit for uploaded files in bytes.

Additional Http(S) Options

http(s)_version Version string to return in HTTP(S) replies. http(s)_post_limitNUMBER Size limit for POST requests in bytes. http(s)_fakemode[YES|NO] Turn HTTP(S) fake mode on or off. http(s)_fakefileEXTENSIONFILENAMEMIMETYPE The fake files returned in fake mode based on the file extension in the HTTP(S) request. http(s)_default_fakefileFILENAMEMIMETYPE 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_fakefilePATHFILENAMEMIMETYPE The fake files returned in fake mode based on the path in the HTTP(S) request.

Additional Irc Options

irc_fqdn_hostnameFQDN_HOST The FQDN hostname used for IRC. irc_versionSTRING Version string to return.

Additional Ntp Options

ntp_server_ipIP-ADDRESS The IP address to return in NTP replies. ntp_strict_checks[YES|NO] Turn strict checks for client packets on or off.

Additional Pop3(S) Options

pop3(s)_bannerSTRING The banner string used in POP3 greeting message. pop3(s)_hostnameHOST The hostname used in POP3 greeting message. pop3(s)_mbox_maxmailsNUMBER Maximum number of e-mails to select from supplied mbox files for creation of random POP3 mailbox. pop3(s)_mbox_rereadNUMBER Re-read supplied mbox files if POP3 service was inactive for <NUMBER> seconds. pop3(s)_mbox_rebuildNUMBER 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)_capabilityCAPABILITY[PARAMETER(S)] POP3 capabilities offered to client.

Additional Smtp(S) Options

smtp(s)_bannerSTRING The banner string used in SMTP greeting message. smtp(s)_fqdn_hostnameFQDN_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_extensionEXTENSION[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 Tftp Options

tftp_allow_overwrite[YES|NO] Allow overwriting of existing files. tftp_max_filesizeNUMBER Size limit for uploaded files in bytes. tftp_enable_options[YES|NO] Turn support for tftp options on or off. tftp_optionOPTIONPARAMETER(S) TFTP options offered to client.

Author

Matthias Eckert <me@inetsim.org>, Thomas Hungenberg <th@inetsim.org> perl v5.34.0 2022-02-16 inetsim.conf(5)

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.

Faketime Options

faketime_init_deltaSECONDS 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_delaySECONDS 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_incrementSECONDS 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').

Global Options

start_serviceSERVICE Start service SERVICE. service_bind_addressADDRESS The IP address to bind services to. service_run_as_userUSER User to run services. service_max_childsNUMBER Maximum number of child processes (number of parallel connections) for each service. service_timeoutSECONDS Timeout in seconds after which a connection is closed by the service. [servicename]_bind_portPORT PORT number to bind service to. create_reports[YES|NO] Create report with a summary of connections for the session on shutdown. report_languageLANGUAGE Set language for reports. includeFILENAME Include additional file in configuration. Allowed only in main configuration file.

Name

inetsim.conf - Configuration file for INetSim

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_addressIP-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_rulePROTOCOLIP-ADDRESS:PORTIP-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_portPROTOCOL: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.

See Also

inetsim(1)

Ssl Options

[servicename]_ssl_keyfileFILENAME Name of the SSL private key PEM file. The key MUST NOT be encrypted! [servicename]_ssl_certfileFILENAME Name of the SSL certificate file. [servicename]_ssl_dhfileFILENAME Name of the Diffie-Hellman parameter PEM file.

See Also