Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
hi,meraki support can definitely do this. we asked them to enable it for one of our customer sites which gives you a tickbox under network-wide settingscheersjames
Hi @WadeAlsupi have found a Powershell script we can run on startup:Add-VpnConnection -AllUserConnection -Name "(vpn_name)" -ServerAddress "(vpn_address)" -TunnelType L2tp -EncryptionLevel Optional -L2tpPsk "(vpn_sharedsecret)" -AuthenticationMethod ...