Open the {rootinstall}\breeze\comserv\wind32\conf\Server.xml file in a text editor.
Configuring IPv6
IPv6 (Internet Protocol version 6) is a version of Internet Protocol that supports 128-bit addresses. The current version of Internet Protocol, IPv4, supports 32-bit addresses. IPv6 alleviates the address shortage problem on the Internet. A system that only runs IPv6 can't communicate with a system that only runs IPv4.
By default, Adobe Connect runs in IPv4 mode, even if the operating system is configured for IPv6. When Adobe Connect runs in IPv6 mode, hostnames specified in Adaptor.xml are resolved to IPv4 and IPv6 addresses.
Activate IPv6 on the network interface card.
IPv6 is embedded in all operating systems that the server supports. You may need to activate IPv6 on the interfaces. For more information, see the operating system’s Help.
Allow the server to listen on IPv6 sockets.
-
-
Locate the NetworkingIPv6 tag and set enable to "true":
<NetworkingIPv6 enable="true" />
-
Save the file and restart your Adobe Connect services
Enclose numeric IPv6 addresses in URLs in brackets.
Wherever a numeric IPv6 address is used in a client-side script, server-side script, or in the server configuration files, enclose it in brackets:
rtmp://[fd5e:624b:4c18:ffff:0:5efe:10.133.128.108]:1935/streamtest
You must specify the interface zone index for a link-local address:
rtmp://[fe80::204:23ff:fe14:da1c%4]:1935/streamtest
It’s a good idea to register the RTMP, RTMPS, and RTMPE protocols with a network services database and use a service name (or decimal port number, if necessary) in the server configuration files.
Check the logs
When the server starts, it logs available stack configuration, host name, and all available IP addresses for the host in the master.xx.log, edge.xx.log, and admin.xx.log files (located in the rootinstall/logs/ directory). The following x-comment fields from a sample edge log file indicate that the IPv6 stack and the IPv4 stack are available, and that the server host has dual addresses and is listening on both interfaces:
AMS detected IPv6 protocol stack! AMS config <NetworkingIPv6 enable=true> AMS running in IPv6 protocol stack mode! Host: amsqewin2k3-02 IPv4: 10.133.192.42 IPv6: fe80::204:23ff:fe14:da1c%4 Listener started ( _defaultRoot__? ) : 19350/v6 Listener started ( _defaultRoot__? ) : 19350/v4 Listener started ( _defaultRoot__? ) : 1935/v6 Listener started ( _defaultRoot__? ) : 1935/v4