Mapping Network Drive

Hello.

I am trying to get the wrapper correct to map network drive.

From the manual I understand the fields I need to add for permissions are:
wrapper.ntservice.account=user
wrapper.ntservice.password=password
wrapper.share.1.account=domain\user
wrapper.share.1.password=password

My network drive is hosted by virtual machine but my local user can read/write on it.
Do I use the user + password for VM for ntservice section?
And local user + password for share.1.account section?