...
| Advanced Tables - Table Plus |
|---|
Date | | |
|---|
2011-03-09 | All linux servers run PostgreSQL on IPv6 only | Configure "listen_address = '::'" in postgresql.conf. This is not documented (yet). | 2011-03-08 | HP Printer IPv6 only | Upgraded Laserjet 4250 with new print server, removed A record | 2011-02-28 | Host ldap.terena.org IPv6 only | Removed IPv4 address and A record | <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="1e1164637e90d0e7-dc54655b-40384dc7-8effaa97-f78ce25ae0683874ccfa1edc"><ac:plain-text-body><![CDATA[ | 2011-02-07 | Nagios web interface only reachable on IPv6 | Configure Listen [2001:610:158:98d::42]:80 in /etc/apache/ports.conf | ]]></ac:plain-text-body></ac:structured-macro> | 2011-02-07 | Host svn.terena.org IPv6 only | Removed IPv4 address and A record | 2011-02-01 | All linux servers run Postfix on IPv6 only (except listed MXs) | Remove IPv4 addresses from $mynetworks, and set "inet_protocols = ipv6" | 2011-01-31 | All linux servers managed by SSH via IPv6 only | Configure "ListenAddress ::" or "AddressFamily inet6" in sshd_config | 2011-01-30 | All linux servers use only IPv6 resolvers | Only list IPv6 addresses in /etc/resolv.conf: | No Format |
|---|
nameserver 2001:610:148:dead::4
nameserver 2001:610:158:98d::42
domain terena.org |
| 2010-10-26 | VPN supports IPv6 | A new VPN setup: Cisco AnyConnect. Clients get an IPv4 and an IPv6 address from the office pools, so they can access all services via IPv6 |
|
...
Cannot use IPv6 LDAP server. Filed support ticket at Open.com.au. Fixed as of 2011-02-12. Also make sure to add flags to any custom perl hooks:
my $ldap = Net::LDAP->new('ldap://ldap.terena.org',inet6=>1);.
We use Radiator for our Eduroam set-up. Our instance (radius.terena.org is connected upstream to SURFnet's radius servers.
I worked together with SURFnet to do some IPv6 debugging, and since 12 April 2011 the TERENA-SURFnet radius connection is using only IPv6 
In the next months we will be participating in a Eduroam-as-a-service pilot. This would mean our current (IPv4 only) Cisco AP1200's would not need to connect any more.
That would leave our Cisco ASA5505s as the only IPv4 radius clients.
If Cisco fixes that, then radius.terena.org can become IPv6 only as well.
Listmanager
This is a custom email list manager, running on Erasmus. 2 lists were doing queries to ldap.terena.org. Unfortunately the Net::LDAP in Ubuntu Hardy (libnet-ldap-perl) is too old and does not recognise the inet6 paramater. Hacked Fixed by copying /usr/share/perl5/Net/LDAP.pm from a Lucid box.
...