Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   mausezahn    ( 8 )

быстрый универсальный генератор пакетов с Cisco-cli (a fast versatile packet generator with Cisco-cli)

Конфигурационный файл (Config file)

When mausezahn is run in interactive mode it automatically looks for and reads a configuration file located at /etc/netsniff- ng/mausezahn.conf for custom options if the file is available, otherwise it uses defaults set at compile time.

Config file: /etc/netsniff-ng/mausezahn.conf The configuration file contains lines of the form:

option = value

Options supported in the configuration file are: Option: Description:

user Username for authentication (default: mz) password Password for authentication (default: mz) enable Password to enter privilege mode (default: mops) port The listening port for the CLI (default: 25542) listen-addr IP address to bind CLI to (default: 0.0.0.0) management-only Set management interface (no data traffic is allowed to pass through) cli-device Interface to bind CLI to (default: all) *not fully implemented* automops Path to automops file (contains XML data describing protocols) *in development*

Example: $ cat /etc/netsniff-ng/mausezahn.conf user = mzadmin password = mzpasswd enable = privilege-mode-passwd port = 65000 listen-addr = 127.0.0.1