Generate IPsec related configurations and archives Generate IKEv2 IPSec remote-access VPN profiles Generate iOS profile for specified remote-access connection name vpn ipsec remote-access connection Remote address where the client will connect to <fqdn> sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" Connection name as seen in the VPN application <name> sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --name "$9" Profile name as seen under system profiles <name> sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --name "$9" --profile "${11}" Profile name as seen under system profiles <name> sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --profile "$9" Connection name as seen in the VPN application <name> sudo ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection "$5" --remote "$7" --profile "$9" --name "${11}" Generate iOS profile for specified remote-access connection name vpn ipsec remote-access connection Remote address where the client will connect to <fqdn> ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os windows --connection "$5" --remote "$7" Connection name as seen in the VPN application <name> ${vyos_op_scripts_dir}/ikev2_profile_generator.py --os windows --connection "$5" --remote "$7" --name "$9"