Well then go down the painful path.
Access the Vero via command line
Details regarding how to access the command line interface can be found here on our Wiki: Accessing the command line - General - OSMC
- Stop Mediacenter
sudo systemctl stop mediacenter
- Edit sources.list
nano ~/.kodi/userdata/sources.xml
and replace all entries of 192.168.1 with 192.168.2 - Configure path substitution, best to review the [HowTo] Repairing File Paths with Path Substitution on that but basically you want something like
<from>nfs://192.168.1.99/volume2/</from>
<to>nfs://192.168.2.99/volume2/</to>
- Start Mediacenter
sudo systemctl start mediacenter