2024-05-13, 03:06 PM
(This post was last modified: 2024-05-13, 03:07 PM by Efficient_Good_5784. Edited 1 time in total.)
(2024-05-13, 02:50 PM)Flaring0281 Wrote: For anyone else with the same problem, it seems that this entry in the network.xml file was the culprit:I'm not understanding the last part. Do you mean the replacement would be like this?:
<LocalNetworkAddresses>
<string>192.168.2.180</string>
</LocalNetworkAddresses>
Not sure why this stopped working in v10.9, but replacing it with <LocalNetworkAddresses /> fixed it for me.
<LocalNetworkAddresses>
<string>192.168.2.180</string>
<LocalNetworkAddresses />
I'm confused as that doesn't follow the way to end the tags.