Hello! Thank you for your comment. You can definitely do this in PowerShell. The syntax is below: Add-VpnConnection -AllUserConnection -Name "VPN Connection" -ServerAddress "dynamicAddressFromDashboard.com" -TunnelType L2tp -EncryptionLevel Optional -L2tpPsk "PSKFromDashboard" -AuthenticationMethod Pap -Force There are also a few deployment options you can consider by utilizing this script. You can deploy the script via Group Policy for automated deployment or through an RMM service as a script. Thanks! Itechra
Hello there, In order to integrate MFA with the VPN connection, you’ll need to use a third party product such as Cisco Duo. We’ve had great luck using that product. Thanks for the question! The Itechra team
Hello, You are limited to one VPN connection per Meraki network. If you are trying to scope out access over the VPN connection, we recommend utilizing the group policy feature in Dashboard and applying those policies to different devices. Thanks, Itechra
this is the greatest instructional video on vpn in the history of the world.
How can I set up this from powershell? looks like it only works when done manually
Hello! Thank you for your comment. You can definitely do this in PowerShell. The syntax is below:
Add-VpnConnection -AllUserConnection -Name "VPN Connection" -ServerAddress "dynamicAddressFromDashboard.com" -TunnelType L2tp -EncryptionLevel Optional -L2tpPsk "PSKFromDashboard" -AuthenticationMethod Pap -Force
There are also a few deployment options you can consider by utilizing this script. You can deploy the script via Group Policy for automated deployment or through an RMM service as a script.
Thanks!
Itechra
if your user requires mfa on the meraki portal, can it be used as a vpn user?
Hello there,
In order to integrate MFA with the VPN connection, you’ll need to use a third party product such as Cisco Duo. We’ve had great luck using that product.
Thanks for the question!
The Itechra team
Hi, can we create more than one VPN on meraki?
Hello,
You are limited to one VPN connection per Meraki network. If you are trying to scope out access over the VPN connection, we recommend utilizing the group policy feature in Dashboard and applying those policies to different devices.
Thanks,
Itechra
This video has helped us. Thank you!
Thanks for the feedback! Glad it helped!