Forum Discussion
skyracer_174489
Oct 19, 2014Nimbostratus
How to connect VPN using batch file for BIG IP Edge Client
Can someone help to write the exact command to login to the vpn server thought command prompt in windows.
I tried with the following command but it is just launching the BIG EDGE IP client, but it is...
Andrew_Husking
Oct 20, 2014Cirrus
Worked for me. Just needed to ensure that the edge client wasn't running first.
in a batch file you could do the following:
@echo off
taskkill /im f5fpc.exe /f
f5fpc -start /h https://vpnxxx.server.com /u my_userid /p my_password
No reason why that wouldn't work. It would kill all instances of the f5fpc process then start the VPN for you/
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects