-
Re: iPhone does not navigate with NAT64 Network
pmills May 31, 2016 11:12 AM (in response to ignazioc)By "doesn't navigate at all" do you mean other apps, such as Safari, also fail to make network connections?
Does the Mac itself connect OK while sharing is enabled?
-
Re: iPhone does not navigate with NAT64 Network
eskimo Jun 1, 2016 1:19 AM (in response to ignazioc)This is the network configuration
Can’t see anything weird there. The screen shots shows that the device has acquired an IPv4 link-local address (169.254/16) and is using an IPv6 DNS server. This is exactly what I’d expect to see for a device attached to an Internet Sharing-based DNS64/NAT64 test network.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
WWDC runs Mon, 13 Jun through to Fri, 17 Jun. During that time all of DTS will be at the conference, helping folks out face-to-face. http://developer.apple.com/wwdc/
-
Re: iPhone does not navigate with NAT64 Network
sylvanco Aug 26, 2016 9:48 AM (in response to eskimo)Although I haven't set up the test IPv6 environment as described, My app rejection appears to be related. The application test by apple failed to resolve a network host name in the test lab. The host does not support IPv6 but DNS in the IPv6 network should perform the necessary translation to find the hosts IPv4 address. That is how the app will function once released and the app does not use any IPv4 specific code, addressing, etc. Strictly domain names.
I would think others are having similar problems. Is there any solution?
~L
-
Re: iPhone does not navigate with NAT64 Network
eskimo Aug 29, 2016 2:13 AM (in response to sylvanco)To start, I recommend that you read the Supporting IPv6-only Networks pinned post, and specifically the article reference by FAQ #6.
Although I haven't set up the test IPv6 environment as described …
Testing your app on the Internet Sharing-based DNS64/NAT64 is literally step one here. It will flush out a lot (but not all, alas) DNS64/NAT64 compatibility problems. You should do that now.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
Re: iPhone does not navigate with NAT64 Network
iGore May 3, 2017 3:22 AM (in response to sylvanco)Did you solve the problem with NAT64 internet sharing?
I'd configured it as described, connected my iPhone to newly created network but nor the my app nor Safari/Chrome can't open any URL…
in Console.app i see a lots of 'NSURLSessionTask finished with error - code: -1001' (timeout) errors.
on Mac the internet connection working well, iPhone got an IPv6 adresses and router address is a Mac's one, but iPhone can't communicate at all…
UPD: if i just switching off the checkmark 'Create NAT64 Network' - the internet on iPhone (via Mac's shared wifi network) become working.
UPD2:
macOS version 10.12.4 (16E195)
iOS version 10.3.1 (14E304)
checked on several different iPhones with same iOS version. same issue.
-
Re: iPhone does not navigate with NAT64 Network
KiyoungPark May 30, 2017 11:58 PM (in response to iGore)I am experiencing the same phenomenon.
Are there improvements in troubleshooting?
-
Re: iPhone does not navigate with NAT64 Network
iGore May 31, 2017 1:12 AM (in response to KiyoungPark)Nope. I just used collegue's macbook for test an app…
-
-
Re: iPhone does not navigate with NAT64 Network
NtwkEngineer Jun 7, 2017 7:05 PM (in response to iGore)Do you see an IPv6 only DNS server configured while you're on the NAT64 network?
If so, are you able to resolve DNS names and receive synthesized IPv6 addresses (RFC 7050)?
-Matt
-
-
-