Skip to content

3.7 Monitor

Sylvain Girod edited this page Dec 21, 2019 · 1 revision

This script is based on telnet and qmp monitor. You must have at least one enabled. Options are the same as for spice and vnc

To enable Telnet monitor:

TELNET=on
TELNETIP=<IP> or device name
TELNETTYPE=tun or bridge
TELNETPORT=<port> or "new"

TELNETIP can be an fixed, existing IP or a device name.

TELNETTYPE can be 'bridge' or 'tun'.

bridge will use an existing bridge: if TELNETIP is a fixed IP, use bridge with this IP. If TELNETIP is a bridge name, use this bridge.

tun will create un tap device, if TELNETIP is a fixed IP, set this IP, if TELNETIP is a bridge name, calculate a new IP for tap, then enslave it to this bridge. Warn: no enough tested at this time, use with care.

TELNETPORT: can be a fixed port, or 'new', in this case a new available port will be used

Note: MAC, IP, and PORT are stored in DB.

Clone this wiki locally