Skip to content

Instantly share code, notes, and snippets.

@tcheng
Forked from kliu/Prism with IPv6
Created November 24, 2010 09:26
Show Gist options
  • Save tcheng/713390 to your computer and use it in GitHub Desktop.
Save tcheng/713390 to your computer and use it in GitHub Desktop.
For VCS
1. Add <category name="ipv6"/>
2. Change <item name="IP">::</item> for <category name="MRCPSRV">
For SIPMethod
1. Change kernel.ms.rmi.address=:: in sipenv.properties
2. Change <NetworkAccessPoint transport="tcp/udp" address="::" port="5060"/>
3. Change MEDIA_SERVER_URI="mrcp://[::1]:9974"
Since VCS have a bug when parse IPv6 HTTP URI, so we haven't to change HTTP NAP and URL to IPv6, both in sipmethod.xml and config.xml
For Vxlauch
1. Delete <item name="java.net.preferIPv4Stack">true</item> in vxlaunch.xml
For PrismApp/PrismSystray
For Linux
ifconfig eth0 inet6 add fec0::1238/64
ifconfig eth0 inet6 del fec0::1238/64
For Mac
There is GUI System Preferences -> Network -> AirPort(or other NIC) -> Advanced -> TCP/IP
For Windows
On XP, you have to enable IPv6 by clicking on any connection (e.g. "Local Area Connection") --> Properies --> Install --> Protocol --> IPv6.
Start -> run -> netsh
interface ipv6 add address "Local Area Connection" fec0::1237
On Win2008, there is GUI for IPv6 config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment