Excuse me, I need you help
longbkhn opened this issue · 2 comments
longbkhn commented
@Lax , I have a question:
When I use apple's SimpleTunnel app, make a VPN connection from client to the tunnel_server but unable to browse the internet on the device?
Thank you!
Lax commented
@longbkhn :
Can you give more technical details about your code, environments, or how can reproduce the problem?
longbkhn commented
@Lax
Thank you for reply:
Environments:
SimpleTunnel client : iOS 9.3.5
Tunnel server : mac OS 10.12
Our configuration :
Client IP: 192.168.43.241
Tunnel_server (VPN server): 192.168.43.162
config.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IPv4</key>
<dict>
<key>Pool</key>
<dict>
<key>EndAddress</key>
<string>10.10.5.10</string>
<key>StartAddress</key>
<string>10.10.5.3</string>
</dict>
</dict>
</dict>
</plist>
Reproduce
- Client connects tunnel_server (VPN server)
On MAC:
$ sudo ./tunnel_server 9999 ../../tunnel_server/config.plist
Response :
tunnel_server[1113:36731] Starting network service on port 9999 tunnel_server[1113:36731] Network service published successfully
On IOS device:
Run SimpleTunnel App:
Add config : 192.168.43.162:9999
Response on the screen running tunnel_server :
tunnel_server[1113:36731] Accepted a new connection tunnel_server[1113:36731] Allocated address Optional("10.10.5.3")
- I start Safari at the client (Ex: google.com)
- Safari on the IOS device (it times out)