-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 3.2.7
-
Component/s: None
-
None
-
Environment:Windows 10 with ipv6 enabled, driver used by Compass
-
(copied to CRM)
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Connections that do not use an IP address are failing on some Windows 10 systems.
The reported problem is with specifying the family as ipv6 or not specifying a family:
dns.lookup(host, (error, address, 6)) dns.lookup(host, (error, address))
The default fallback from ipv6 to ipv4 is not working with hostnames (IP addresses succeed). One possible workaround is to drop support for ipv6:
dns.lookup(host, (error, address, 4))
- related to
-
COMPASS-3801 Compass on Windows 10 fails to connect to replica set (except via IP address)
-
- Closed
-
-
NODE-1747 Replica set causes MongoNetworkError due to not connecting with fully qualified domain name
-
- Closed
-