# The character '&' in logfile names are substituted with the console # name. # default full { rw *; } default * { logfile /var/log/conserver/&; timestamp ""; include full; } #console telnet { # master localhost; # logfile /dev/null; # type exec; # exec telnet host; #} console myipmisolhost { master localhost; type exec; exec IPMI_PASSWORD=`cat /etc/conserver/ipmi.password` /usr/local/bin/solsession myipmisolhost; } access * { allowed 127.0.0.1; }