Seite 1 von 1

Wake On LAN problem

Verfasst: 19 Jan 2012, 15:41
von Sznefru
Hi,

When I try to wake on a PC, which is in my room or the same building it is working fine. But when i try an other one, which is far from me (behind switch(es) and router(s)), then is not working.

Any idea?


Thank You!

Re: Wake On LAN problem

Verfasst: 19 Jan 2012, 16:02
von d.oertel
Hi,

you should add your routers to the
broadcastAddresses
at the
/etc/opsi/backends/hostcontrol.conf

see:
http://download.uib.de/opsi_stable/doc/ ... ostcontrol

regards

d.oertel

Re: Wake On LAN problem

Verfasst: 20 Jan 2012, 10:52
von Sznefru
d.oertel hat geschrieben:Hi,

you should add your routers to the
broadcastAddresses
at the
/etc/opsi/backends/hostcontrol.conf

see:
http://download.uib.de/opsi_stable/doc/ ... ostcontrol

regards

d.oertel
Hi,

Thank You for your help!

It's working properly, but some coputers return this error message: [Errno -3] Temporary failure in name resolution.

Re: Wake On LAN problem

Verfasst: 20 Jan 2012, 11:09
von d.oertel
Hi,

perhaps look here:
http://download.uib.de/opsi_stable/doc/ ... resolution

regards
d.oertel

Re: Wake On LAN problem

Verfasst: 20 Jan 2012, 12:49
von Sznefru
d.oertel hat geschrieben:Hi,

perhaps look here:
http://download.uib.de/opsi_stable/doc/ ... resolution

regards
d.oertel

Thanks a lot again.

When I add a fix ip address to the hostcontrol.conf (for example: "broadcastAddresses" : ["255.255.255.255","192.168.30.10"]), then its working.
But when i add an ip range " 192.168.30.0/255.255.255.0" its not working. Maybe the syntax is not correct..?