Normally, the IPC as configured in use is restricted to localhost
(127.0.01
) but a case has come up where a user requires the IPC connection to work additionally from a remote IP.
If, in the call to the bind(2), I populate the relevant structure with the remote IP address, will I still be able to have other local processes connect to that port (from localhost)?
I'm not certain that this is same as How to bind a socket to multiple interfaces