[ubuntu-mono] [Bug 136643] Re: Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level
Philipp Baer
phbaer at npw.net
Sun Sep 2 08:12:15 UTC 2007
You have to enable IPv6 for mono (.NET 1.0 and/or 2.0) here:
/etc/mono/1.0/machine.config
/etc/mono/2.0/machine.config
[...]
<settings>
<ipv6 enabled="true"/>
</settings>
</system.net>
[...]
The (I suppose) you have to have available some IPv6 interface (at least the
local IPv6 addresses which are automatically assigned to any interface
should suffice). The ipv6 kernel module certainly has to be loaded for this to work
:)
Then just compile and start the provided (bugzilla) testcase. That's it.
I'm using the latest Gutsy, updated just one minute ago. The local mono
version reads 1.2.4-6ubuntu3.
--
Mono: System.Net.Sockets.SocketOptionName 0xe is not supported at IPv6 level
https://bugs.launchpad.net/bugs/136643
You received this bug notification because you are a member of MOTU Mono
Team, which is a bug contact for mono in ubuntu.
More information about the Ubuntu-mono
mailing list