On Monday 07 March 2005 10:33, Ian Pilcher wrote:
> In the meantime, the easiest approach is probably to tell Java to use
> IPv4. You can do this by setting the java.net.preferIPv4Stack system
> property to false. You may find this page helpful:
>
> http://java.sun.com/j2se/1.4.2/docs/guide/net/ipv6_guide/
If you prefer bigger hammers, you can disable IPv6 entirely. You
used to be able to do this by running the following command
as root:
$ echo "alias net-pf-10 off" >> /etc/modprobe.conf