...
| Advanced Tables - Table Plus |
|---|
Date | | |
|---|
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="d71fe39dcb30c1ac-1e3df3f2-4d914e9f-aa399952-aaae2b5cbfba6276405a1587"><ac:plain-text-body><![CDATA[ | 2011-02-07 | Nagios runs only 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 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 |
|
...
Confluence and JIRA LDAP auth via IPv6
b0rked. Workaround: use IPv6 only hostname: ldap.ipv6.terena.org Authentication on dual stack LDAP servers does not work. Using an IPv6-only hostname does work. For us this works, because our LDAP server is IPv6 only.
Radiator
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);
...