--- alx-src/branches/alx-web-070/include/config.inc.php 2015/09/15 06:31:30 7131 +++ alx-src/branches/alx-web-070/include/config.inc.php 2015/09/25 08:25:47 7707 @@ -25,7 +25,8 @@ $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5"; // wake-on-lan Kommando -$wolcmd = "/usr/bin/ether-wake"; +$woliface = "eth0" +$wolcmd = "/usr/bin/ether-wake -i ".$woliface; // fixed config.rc $configrc = $wwwroot."/share/config.rc";