Hi,
I have updated SimpleTunnel sample and I could build and run it but I have an issue with connecting to the tunnel_server.
tunnel_server is running on some port (for example 14143). The log shows:
2018-06-04 13:48:39.128 tunnel_server[28417:2022564] Starting network service on port 14143
2018-06-04 13:48:39.838 tunnel_server[28417:2022564] Network service published successfully
SimpleTunnel client app has a VPN configuration with Server Address set to macbook ip where tunnel_server is running (for example 192.168.82.191:14143)
When I click VPN toggle in SimpleTunnel app in iPhone device, I see Connecting status forever.
There is no any messages from tunnel_server.
Wireshark log shows incoming [SYN] from the client to 14143 port but there is no any response from the server.
Could you pl advice how to make it working?