On Tue, Feb 24, 2009 at 10:02 PM, Vandana_hcl <[email protected]> wrote: > URL used: [fe80::xxx:xxx:xxxx:xxxx%2] > > [snip] > > Note: To test the IPV6 settings for the SUSE I created a Java sample to send > the HTTP request using the IPV6 addresses. This code is working fine without > any issue.
IIRC, using just a number for interface address specification is guaranteed to work only on Windows. Java may be doing something magical under the hood to make this work, but the proper way to do this on Linux is to specify the entire device name, e.g. "[fe80::xxx:xxx:xxxx:xxxx%eth0]". -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
