[Mono-list] Mono Support for IPV6 in SUSE

Chris Howie cdhowie at gmail.com
Tue Feb 24 22:42:27 EST 2009


On Tue, Feb 24, 2009 at 10:02 PM, Vandana_hcl <vandanan at hcl.in> 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


More information about the Mono-list mailing list