From owner-freebsd-java@FreeBSD.ORG Wed Jan 19 10:13:42 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D8316A4CE for ; Wed, 19 Jan 2005 10:13:42 +0000 (GMT) Received: from 82-168-140-74-bbxl.xdsl.tiscali.nl (82-168-140-74-bbxl.xdsl.tiscali.nl [82.168.140.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB41343D5E for ; Wed, 19 Jan 2005 10:13:41 +0000 (GMT) (envelope-from rene@82-168-140-74-bbxl.xdsl.tiscali.nl) Received: from 82-168-140-74-bbxl.xdsl.tiscali.nl (localhost [127.0.0.1]) j0JAFtv0017875 for ; Wed, 19 Jan 2005 11:15:55 +0100 (CET) (envelope-from rene@82-168-140-74-bbxl.xdsl.tiscali.nl) Received: (from rene@localhost)j0JAFsVi017874 for freebsd-java@freebsd.org; Wed, 19 Jan 2005 11:15:54 +0100 (CET) (envelope-from rene) Date: Wed, 19 Jan 2005 11:15:54 +0100 From: Rene Ladan To: freebsd-java@freebsd.org Message-ID: <20050119101554.GA17833@82-168-140-74-bbxl.xdsl.tiscali.nl> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: IPv6 works ok for jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 10:13:42 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've commented out the 'setenv DONT_ENABLE_IPV6 YES' line to see if IPv6 works, which it does. I'm running FreeBSD 5.3-STABLE #6: Wed Jan 12 20:03:28 CET 2005 root@82-168-140-74-bbxl.xdsl.tiscali.nl:/usr/obj/usr/src/sys/RENE with net.inet6.ip6.v6only set to 0. The testip.java (attached) program produces the following output: rene@82-168-140-74-bbxl.xdsl.tiscali.nl:~/lang/java/test>~/test-jdk15/contr= ol/build/bsd-i586/bin/java -cp . testip Interface lo0 has ip address /fe80:2:0:0:0:0:0:1 is link local address Interface lo0 has ip address /0:0:0:0:0:0:0:1 is loopback address Interface lo0 has ip address /127.0.0.1 is loopback address Interface fxp0 has ip address /fe80:1:0:0:2d0:59ff:fe01:ed22 is link local address Interface fxp0 has ip address /192.168.0.3 is site local address rene@82-168-140-74-bbxl.xdsl.tiscali.nl:~/lang/java/test>file testip.class testip.class: compiled Java class data, version 49.0 Script done on Wed Jan 19 11:09:21 2005 which is the same when compiled and ran with jdk14 with IPv6 enabled. --=20 "It won't fit on the line." -- me, 2001 --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB7jNavz70qa4zXcwRAt3EAKCJtesXEHhL5kv2PLZPBnn9rsWEGwCgoINH xd14h2T8zGkSmcroqqJSo08= =KIVX -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND--