dcea2e8e31
Disabled by default due to note on security issues.
18 lines
684 B
Text
18 lines
684 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.inet6,v 1.1 2005/04/20 12:52:10 adrian_p Exp $
|
|
|
|
In order to support IPv6 addresses with unrealircd your system must support
|
|
IPv4-mapped IPv6 address. On NetBSD this can be achieved by placing
|
|
the following in your sysctl.conf:
|
|
|
|
net.inet6.ip6.v6only=0
|
|
|
|
The setting will come into effect on the next system reboot or
|
|
alternatively type the following for the change to take place immediately:
|
|
|
|
sysctl -w net.inet6.ip6.v6only=0
|
|
|
|
NOTE: There are potential security issues to be aware of when changing this
|
|
setting.
|
|
|
|
===========================================================================
|