Q. Is there a way to to disable IPv6 support within InterMapper server?

A. In 5.0.2, a feature was added to disable IPv6 support within InterMapper server using a command-line argument (--no-ipv6) or a configuration file option (IPv6 false).

* On Linux, use the configuration file option by editing the /usr/local/etc/intermapperd.conf file to include the following line:
IPv6 false

* On OS X, edit the /Library/LaunchDaemons/com.dartware.InterMapperServer.plist file to include the following line:
IPv6 false

* On Windows, you will need to add the --no-ipv6 command-line argument for the InterMapper service in the Registry. The Registry key is:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InterMapper

Simply append the argument to the value of ImagePath under this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InterMapper\ImagePath\"C:\Program Files\InterMapper\InterMapper.exe --no-ipv6


Note that if the path contains any white spaces, the path name has to be enclosed in quotes.

You will need to stop and restart the InterMapper service after you save the changes to the Registry.