message agents and ipv6 interoperability problems
play

Message Agents and IPv6 interoperability problems Research Project - PowerPoint PPT Presentation

Message Agents and IPv6 interoperability problems Research Project Universiteit van Amsterdam System and Network Engineering (MSc) Conducted at SARA June 30, 2010 Michiel Timmers (michiel.timmers@os3.nl) Sebastian Carlier


  1. Message Agents and IPv6 interoperability problems Research Project Universiteit van Amsterdam System and Network Engineering (MSc) Conducted at SARA June 30, 2010 Michiel Timmers (michiel.timmers@os3.nl) Sebastian Carlier (sebastian.carlier@os3.nl)

  2. Contents ● Research Question ● Why ● Intro ● Design problems with MX records in IPv4/IPv6 ● Implementation problems on clients ● Things to keep in mind ● Question 2 / 33

  3. Research Question What e-mail architecture components and configurations introduce connectivity problems in an IPv4/IPv6 mixed environment? 3 / 33

  4. Why IPv6 on your public facing services will only become more and more important. Therefore study is needed to see where problems originate to be able to fix or avoid them. 4 / 33

  5. Test environment ● SARA network ● /28 for IPv4 and /64 for IPv6 ● OS3 Lab ● /27 for IPv4 and /64 for IPv6 ● Approximately 20 machines ● Ubuntu 10.04, Windows, Mac OSX 10.6 ● Exim, Sendmail, Postfix, Exchange 2007 SP1 5 / 33

  6. Message Agents - Intro MTA MTA SMTP Mail Delivery Relay (IMAP/POP3) 6 / 33 Client Client (aMUA) (rMUA)

  7. Address Selection Message Agent Message Agent IPv6 Step 1 IPv6 IPv6 IPv6 Step 2 IPv4 IPv4 IPv4 Step 3 7 / 33

  8. DNS A and AAAA ● Round robin for load balancing your services: ● With MXs of equal preference ● With multiple A or AAAA records ● RFC 3484 brakes this behaviour ● Longest matching prefix (section 6, rule 9) ● Draft “Things To Be Considered for RFC 3484 Revision” ● RFC 3484 does not recognize private IPv4 addresses as native (Section 6, rule 7) 8 / 33

  9. SMTP Relay - Problems MTA: brainbird.nl IPv4/IPv6 client SMTP Relay IPv4-only From: user@skimbee.net (IPv6) To: unknown_user@brainbird.nl (IPv4/IPv6) 9 / 33

  10. SMTP Relay - Problems Client will send message to SMTP Relay MTA: brainbird.nl IPv4/IPv6 client SMTP Relay IPv4-only From: user@skimbee.net (IPv6) To: unknown_user@brainbird.nl (IPv4/IPv6) 10 / 33

  11. SMTP Relay - Problems Try to send it to mx10 using IPv4 MTA: brainbird.nl IPv4/IPv6 client SMTP Relay IPv4-only From: user@skimbee.net (IPv6) To: unknown_user@brainbird.nl (IPv4/IPv6) 11 / 33

  12. SMTP Relay - Problems Recipient address rejected: User unknown MTA: brainbird.nl IPv4/IPv6 client SMTP Relay IPv4-only From: user@skimbee.net (IPv6) To: unknown_user@brainbird.nl (IPv4/IPv6) 12 / 33

  13. SMTP Relay - Problems E-mail error needs to be send to sender, Not possible as domain is IPv6-only MTA: brainbird.nl IPv4/IPv6 client SMTP Relay IPv4-only From: user@skimbee.net (IPv6) To: unknown_user@brainbird.nl (IPv4/IPv6) MTA: skimbee.net IPv6-only 13 / 33

  14. SMTP Relay - Problems E-mail does not reach receiver and error code does not get returned to sender MTA: brainbird.nl IPv4/IPv6 client SMTP Relay IPv4-only From: user@skimbee.net (IPv6) To: unknown_user@brainbird.nl (IPv4/IPv6) MTA: skimbee.net IPv6-only 14 / 33

  15. MX Routing - Problems mx10 is down IPv4/IPv6 mx10 IPv6-only SMTP Relay mx20 relay IPv4-only From: user@skimbee.net IPv4/IPv6 15 / 33 To: unknown_user@brainbird.nl mx30 relay

  16. MX Routing - Problems No connectivity possible between SMTP Relay and mx20 IPv4/IPv6 mx10 IPv6-only SMTP Relay mx20 relay IPv4-only From: user@skimbee.net IPv4/IPv6 16 / 33 To: unknown_user@brainbird.nl mx30 relay

  17. MX Routing - Problems Deliver to mx30 IPv4/IPv6 mx10 IPv6-only SMTP Relay mx20 relay IPv4-only From: user@skimbee.net IPv4/IPv6 17 / 33 To: unknown_user@brainbird.nl mx30 relay

  18. MX Routing - Problems mx10 is still down IPv4/IPv6 mx10 IPv6-only SMTP Relay mx20 relay IPv4-only From: user@skimbee.net IPv4/IPv6 18 / 33 To: unknown_user@brainbird.nl mx30 relay

  19. MX Routing - Problems Deliver to mx20 IPv4/IPv6 mx10 IPv6-only SMTP Relay mx20 relay IPv4-only From: user@skimbee.net IPv4/IPv6 19 / 33 To: unknown_user@brainbird.nl mx30 relay

  20. MX Routing - Problems mx10 is still down IPv4/IPv6 mx10 IPv6-only SMTP Relay mx20 relay IPv4-only From: user@skimbee.net IPv4/IPv6 20 / 33 To: unknown_user@brainbird.nl mx30 relay

  21. MX Routing - Problems E-mail error needs to be send to sender, Not possible as domain is IPv4-only IPv4/IPv6 mx10 IPv6-only SMTP Relay mx20 relay IPv4-only MTA: skimbee.net IPv4-only From: user@skimbee.net IPv4/IPv6 21 / 33 To: unknown_user@brainbird.nl mx30 relay

  22. MX Routing - Problems E-mail does not reach receiver and error code does not get returned to sender IPv4/IPv6 mx10 IPv6-only SMTP Relay mx20 relay IPv4-only From: user@skimbee.net IPv4/IPv6 22 / 33 To: unknown_user@brainbird.nl mx30 relay

  23. Implementation problems on clients ● Most of the implementation problems were found on the client side ● Clients don't implement RFC 3484 correctly ● Windows will end up with the same metric for tunnels and native ● Outlook 2007/2010 does not fall back to IPv4 ● Apple Mac OSX 10.6 is broken by design... 23 / 33

  24. Apple's mDNSResponder ● Introduced in Mac OSx 10.6 (Snow Leopard) ● Simultaneous query for A and AAAA ● to speed up connectivity if there are DNS lookup problems Query: A Query: AAAA 24 / 33 Mac OSX 10.6 DNS Resolver

  25. Apple's mDNSResponder ● Introduced in Mac OSx 10.6 (Snow Leopard) ● Simultaneous query for A and AAAA ● to speed up connectivity if there are DNS lookup problems ● Only accepts first response Return: A Return: AAAA 25 / 33 Mac OSX 10.6 DNS Resolver

  26. Apple's mDNSResponder ● This does not comply with RFC 3484. ● Twice the amount of DNS queries on your resolver. ● Clients will randomly access over IPv4 or IPv6 depending on what record is returned first. ● This breaks many things ● No fall back possible!!! ● Problems when only AAAA is available but A “NOERROR” is returned first. 26 / 33

  27. Conclusion ● Reflecting back on our research question: What e-mail architecture components and configurations introduce connectivity problems in an IPv4/IPv6 mixed environment? 27 / 33

  28. Conclusion - MTA ● No implementation problems. ● Problems in IPv4/IPv6 mixed environments when doing MX routing. RFC 3974. ● Make sure YOU have implemented Dual-Stack (IPv4/IPv6) so in all situations MTAs can reach you. 28 / 33

  29. Conclusion - MUA ● Clients will give the biggest problems. ● Be careful before announcing AAAA for your SMTP Relay and POP3/IMAP services. ● Use a controlled environment to test impacted behaviour 29 / 33

  30. Keep in mind ● Transition mechanism are unreliable and unpredictable ● Do not configure them on a server (disable them on Windows Server 2008). ● Do not make any services available over transition mechanism, like configuring an AAAA that points to a Teredo interface!!!! ● RFC 4941 - Privacy addresses. ● Double the amount of monitoring. 30 / 33

  31. Acknowledgments ● SARA ● Ronald van der Pol ● Freek Dijkstra 31 / 33

  32. Questions? 32 / 33

  33. References Wiki for this research ● Apple IPv6 problems ● Things To Be Considered for RFC 3484 Revision ● 33 / 33

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend