...
| All linux servers use IPv6 resolvers | Only statically configured IPv6 addresses in | ||
| All linux managed by SSH on IPv6 only | Configure | ||
| All linux servers run Postfix on IPv6 only (except public mail server) | Remove IPv4 address from $mynetworks, and set | ||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="795e93b0fd545454-080bd8df-4ce44b40-83e8bc86-d15280f18ac50a9fbe68a9c0"><ac:plain-text-body><![CDATA[ | | Nagios runs only on IPv6 | Configure | ]]></ac:plain-text-body></ac:structured-macro> |
| Entire host IPv6 (removed IPv4 address and A record) | |
To avoid name resolution problems, it was necessary to copy to the legacy 127.0.1.1 entries to ::1:
| Code Block |
|---|
127.0.0.1 localhost
127.0.1.1 ldap.terena.org ldap
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback ldap.terena.org ldap
|
Misc issues
status | description |
|
|---|---|---|
| NAT64 | |
| DNS64 | |
| Cisco 3750 does not support IPv6 access lists on VLANs | Needs replacing in 2011 anyway. New box might support NAT64? |
| Google Mini does not support IPv6 | Needs replacing in 2011 anyway, but don't forget to check!! |
| Windows 2003 + MS SQL 2005 + Exact Globe 2003 != ?? | Check if this works... |
...