trailofbits / algo

Set up a personal VPN in the cloud
https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/
GNU Affero General Public License v3.0
29.02k stars 2.33k forks source link

Sudden Malfunction of iOS using ikev2 always on vpn. Cannot make or receive calls. Tested on multiple devices. #14440

Open sanketshahc opened 2 years ago

sanketshahc commented 2 years ago

Suddenly, cannot make calls on iphones with config profile....

A clear and concise description of what the bug is.

sanketshahc commented 2 years ago

So I think I've resolved this....if youre using Always On Vpn on ios, you need to add this to the vpn config dictionary:


<key>Tunnel Configurations</key>
.....

<key>ServiceExceptions</key>
    <array>
        <dict>
            <key>ServiceName</key>
            <string>CellularServices</string>
            <key>Action</key>
            <string>Allow</string>
        </dict>
    </array>

otherwise calls fail.