Skip to content

Instantly share code, notes, and snippets.

@anderseriksson
Created June 4, 2012 20:17
Show Gist options
  • Save anderseriksson/2870611 to your computer and use it in GitHub Desktop.
Save anderseriksson/2870611 to your computer and use it in GitHub Desktop.
how to make Informix avoid ipv6 on osx
air:etc informix$ netstat -an | grep 9088
tcp6 0 0 ?.9088 *.* LISTEN
air:etc informix$ pwd
/Applications/IBM/informix/etc
air:etc informix$ touch IFX_DISABLE_IPV6
air:etc informix$ onmode -ky
air:etc informix$ oninit
air:etc informix$ netstat -an | grep 9088
tcp4 0 0 192.168.0.93.9088 *.* LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment