2024-05-13, 02:50 PM
For anyone else with the same problem, it seems that this entry in the network.xml file was the culprit:
<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>
Not sure why this stopped working in v10.9, but replacing it with <LocalNetworkAddresses /> fixed it for me.