View Single Post
  #30 (permalink)  
Old 12-30-2009, 01:04 AM
typiquement typiquement is offline
Active Member
 
Posts: 29
Default

the zimlet uses the manager.conf. You have to enable and configurate it.


example:

[general]
enabled = yes

port = 5038


bindaddr = server IP address

allowmultiplelogin = yes ; IF set to no, rejects manager logins that are already in use.

[admin]
secret = mysecret
;deny=0.0.0.0/0.0.0.0
permit= network class (ex: 192.168.0.0/255.255.255.0)

displayconnects = yes ; Display on CLI user login/logoff

read = all
write = all
Reply With Quote