2024-05-13, 05:21 PM
(This post was last modified: 2024-05-13, 05:23 PM by Duvel. Edited 2 times in total.)
regarding the tip from Flaring, I indeed have this in my Network.xml
Am I supposed to get rid of the LocalNetworkAddresses part as suggested ?? I dont see the same errors he had in my logs so unsure if it is the same root cause on my side
I also backuped the broken 10.9.1 folder prior to rollback so i can start from it again to try but I dont want to have disruptions for nothing as I currently have users watching stuff on the 10.8.13, So I prefer to wait for some dev advices
Code:
<LocalNetworkSubnets>
<string>192.168.2.0/24</string>
<string>192.168.1.0/24</string>
<string>172.20.0.0/16</string>
<string>172.22.0.0/16</string>
</LocalNetworkSubnets>
<LocalNetworkAddresses>
<string>192.168.2.4</string>
</LocalNetworkAddresses>
<KnownProxies>
<string>192.168.2.10</string>
</KnownProxies>
Am I supposed to get rid of the LocalNetworkAddresses part as suggested ?? I dont see the same errors he had in my logs so unsure if it is the same root cause on my side
I also backuped the broken 10.9.1 folder prior to rollback so i can start from it again to try but I dont want to have disruptions for nothing as I currently have users watching stuff on the 10.8.13, So I prefer to wait for some dev advices