Hi,
I have moved ns2.alpinelinux.org to Carlos box. It should be running
and working now.
To connect to it you need to use port 22016. This is because it shares
the public ip with www, bugs and nl.
ssh -p 220166 root@ns2.alpinelinux.org
You can add this to your .ssh/config:
Host ns2
HostName ns2.alpinelinux.org
port 22016
I have updated documentation on infra.alpinelinux.org.
-nc