ich habe ein Problem mit der WOL-Funktion. Mein OPSI-Server ist in einem anderen Netz als die Test-Clients.
In der Datei hostcontrol.conf habe ich die Broadcast-Adresse eingetragen:
Code: Alles auswählen
# -*- coding: utf-8 -*-
module = 'HostControl'
config = {
"opsiclientdPort": 4441,
"hostRpcTimeout": 15,
"resolveHostAddress": False,
"maxConnections": 50,
"broadcastAddresses": ["x.x.255.255"]
}
Was ist zu tun?
Im gleichen Netz funktioniert es mittels WOL-Tool.
Danke und Gruß,
Patrick