home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Testing Area
Wake On Lan support for MP2
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="azzuro" data-source="post: 1212416" data-attributes="member: 50482"><p>updating setting when both machine are ON.</p><p>[code][2017-02-13 14:22:01,527] [46623 ] [AMQ 'WakeOnLanPlugin'] [WARN ] - SystemName: Could not retrieve host alias/address list from DNS (hostName: fe80::983c:afa7:a34c:c3e4)</p><p>[2017-02-13 14:22:01,529] [46625 ] [AMQ 'WakeOnLanPlugin'] [DEBUG] - WakeOnLanClient: Got server IP address 'fe80::983c:afa7:a34c:c3e4' for ''</p><p>[2017-02-13 14:22:01,590] [46686 ] [AMQ 'WakeOnLanPlugin'] [INFO ] - WakeOnLanClient: Updating server hardware address for IP address 'fe80::983c:afa7:a34c:c3e4'</p><p>[/code]</p><p></p><p>on client start when server is off :</p><p>[code]</p><p>[2017-02-13 14:28:27,861] [2283 ] [14 ] [INFO ] - WakeOnLanHelper: Waking server at fe80::983c:afa7:a34c:c3e4%2 using port 1234</p><p>...</p><p>[2017-02-13 14:28:27,893] [2315 ] [14 ] [ERROR] - WakeOnLanClient: Error waking server</p><p>System.Net.NetworkInformation.PingException: Une exception s'est produite lors d'une demande PING. ---> System.ComponentModel.Win32Exception: L’emplacement réseau ne peut pas être atteint. Pour obtenir des informations concernant la résolution des problèmes du réseau, consultez l’aide de Windows</p><p> à System.Net.NetworkInformation.Ping.InternalSend(IPAddress address, Byte[] buffer, Int32 timeout, PingOptions options, Boolean async)</p><p> à System.Net.NetworkInformation.Ping.SendAsync(IPAddress address, Int32 timeout, Byte[] buffer, PingOptions options, Object userToken)</p><p> --- Fin de la trace de la pile d'exception interne ---</p><p> à System.Net.NetworkInformation.Ping.SendAsync(IPAddress address, Int32 timeout, Byte[] buffer, PingOptions options, Object userToken)</p><p> à System.Net.NetworkInformation.Ping.SendAsync(String hostNameOrAddress, Int32 timeout, Byte[] buffer, PingOptions options, Object userToken)</p><p> à System.Net.NetworkInformation.Ping.SendAsync(String hostNameOrAddress, Int32 timeout, Object userToken)</p><p> à System.Net.NetworkInformation.Ping.<>c__DisplayClass58_0.<SendPingAsync>b__0(TaskCompletionSource`1 tcs)</p><p> à System.Net.NetworkInformation.Ping.SendPingAsyncCore(Action`1 sendAsync)</p><p> à System.Net.NetworkInformation.Ping.SendPingAsync(String hostNameOrAddress, Int32 timeout)</p><p> à WakeOnLan.Client.Helpers.WakeOnLanHelper.<PingAsync>d__2.MoveNext()</p><p>--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---</p><p> à System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p> à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p> à WakeOnLan.Client.Helpers.WakeOnLanHelper.<WakeServer>d__1.MoveNext()</p><p>--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---</p><p> à System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p> à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p> à WakeOnLan.Client.WakeOnLanPlugin.<WakeServerAsync>d__11.MoveNext()[/code]</p><p>the IP stored is fe80::983c:afa7:a34c:c3e4%2, i think the %2 must not be stored, because it's related to server hardware.</p><p></p><p>i tryed to remove manually the %2 by editing the wakeonlan config line, and after this change the server wokeup fine !</p></blockquote><p></p>
[QUOTE="azzuro, post: 1212416, member: 50482"] updating setting when both machine are ON. [code][2017-02-13 14:22:01,527] [46623 ] [AMQ 'WakeOnLanPlugin'] [WARN ] - SystemName: Could not retrieve host alias/address list from DNS (hostName: fe80::983c:afa7:a34c:c3e4) [2017-02-13 14:22:01,529] [46625 ] [AMQ 'WakeOnLanPlugin'] [DEBUG] - WakeOnLanClient: Got server IP address 'fe80::983c:afa7:a34c:c3e4' for '' [2017-02-13 14:22:01,590] [46686 ] [AMQ 'WakeOnLanPlugin'] [INFO ] - WakeOnLanClient: Updating server hardware address for IP address 'fe80::983c:afa7:a34c:c3e4' [/code] on client start when server is off : [code] [2017-02-13 14:28:27,861] [2283 ] [14 ] [INFO ] - WakeOnLanHelper: Waking server at fe80::983c:afa7:a34c:c3e4%2 using port 1234 ... [2017-02-13 14:28:27,893] [2315 ] [14 ] [ERROR] - WakeOnLanClient: Error waking server System.Net.NetworkInformation.PingException: Une exception s'est produite lors d'une demande PING. ---> System.ComponentModel.Win32Exception: L’emplacement réseau ne peut pas être atteint. Pour obtenir des informations concernant la résolution des problèmes du réseau, consultez l’aide de Windows à System.Net.NetworkInformation.Ping.InternalSend(IPAddress address, Byte[] buffer, Int32 timeout, PingOptions options, Boolean async) à System.Net.NetworkInformation.Ping.SendAsync(IPAddress address, Int32 timeout, Byte[] buffer, PingOptions options, Object userToken) --- Fin de la trace de la pile d'exception interne --- à System.Net.NetworkInformation.Ping.SendAsync(IPAddress address, Int32 timeout, Byte[] buffer, PingOptions options, Object userToken) à System.Net.NetworkInformation.Ping.SendAsync(String hostNameOrAddress, Int32 timeout, Byte[] buffer, PingOptions options, Object userToken) à System.Net.NetworkInformation.Ping.SendAsync(String hostNameOrAddress, Int32 timeout, Object userToken) à System.Net.NetworkInformation.Ping.<>c__DisplayClass58_0.<SendPingAsync>b__0(TaskCompletionSource`1 tcs) à System.Net.NetworkInformation.Ping.SendPingAsyncCore(Action`1 sendAsync) à System.Net.NetworkInformation.Ping.SendPingAsync(String hostNameOrAddress, Int32 timeout) à WakeOnLan.Client.Helpers.WakeOnLanHelper.<PingAsync>d__2.MoveNext() --- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée --- à System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) à WakeOnLan.Client.Helpers.WakeOnLanHelper.<WakeServer>d__1.MoveNext() --- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée --- à System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) à WakeOnLan.Client.WakeOnLanPlugin.<WakeServerAsync>d__11.MoveNext()[/code] the IP stored is fe80::983c:afa7:a34c:c3e4%2, i think the %2 must not be stored, because it's related to server hardware. i tryed to remove manually the %2 by editing the wakeonlan config line, and after this change the server wokeup fine ! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Testing Area
Wake On Lan support for MP2
Contact us
RSS
Top
Bottom