Good morning everyone.
I have recently been playing around with OpenZiti. This question is with the free Teams account on NetFoundry and the iOS Ziti Mobile Edge client. I have successfully set up three services. One of them is using specific IPs on a private network and that service works without issue.
I have set up two more that use a private DNS name to access the service. These have issues, but let me get to that. To test that these work fine if I provide their IP address, I added this to the service and I can successfully access it (as expected). It only fails by name.
So, I set logging to TRACE and checked to see what was happening. I see the DNS resolution happen, the request is intercepted as expected and the response was for 100.64.0.26. However, everything stops there. There is no request to access the resource, it just stops. I tried putting in this IP with the same results, nothing happens.
It felt like the IP was not getting routed into the tunnel, so out of curiosity, I went into the advanced settings and changed the NETMASK for the Ziti network to 255.224.0.0 (or /11 instead of the /10). Interestingly, that got both of these other services working. Now, this is on my mobile connection, which might be important here. However, has this come up before? A quick search of the discourse did not turn anything up for me, but I wanted to check. What is the right thing to do here? Thanks.
Mike