I need a way to programatically restart the vmnet-netd process with the correct arguments after changing the natd.conf for a specific interface.
Is there an easier way than doing a "ps", grabbing the commanhd line, killing the current process and then re-starting it using the grabbed command line?
E.g. send a signal or use a vmware command to re-start the process?
Stopping vmnet-natd also kills all open TCP connections theough the interface which it would be nice to avoid.
My situation refers to VMware Server running on a Linuc host.
Any suggestions?