As of version 13.4, Signiant Manager supports IPv6 addressing by setting the default protocol family in your data distribution system configuration. Support for IPv6 requires a manual configuration and restarting your Manager services to apply the change.
Note: IPv6 addressing not recommended for production environments.
Your default protocol family can be:
PF_INET6
- IPv6 onlyPF_INET
- IPv4 onlyPF_UNSPEC
- Both IPv6 and IPv4 (Beta)\Mobilize\bin
directory.dds.cfg
in a text editor as an Administrator.PF_INET6
:default protocol family is PF_INET6
net
to stop the relevant processes:C:\> net stop ddspcsrv
C:\> net stop ddscasrv
C:\> net stop ddsursrv
net
to start the processes and apply the changes:C:\> net start ddspcsrv
C:\> net start ddscasrv
C:\> net start ddsursrv
Note: Agents do not run the ddscasrv
service, and do not need to restart that process.
/etc
folder.sudo
to enable root permissions and open dds.conf
a text editor.sudo nano dds.conf
PF_INET6
:default protocol family is PF_INET6
/usr/bin/
folder./siginit restart
, or by restarting the relevant processes:$ ./siginit restart sigagent
$ ./siginit restart sigca
$ ./siginit restart sigur
Note: Agents do not run the sigca
service, and do not need to restart that process.