You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
Tom Chiverton edited this page May 30, 2023
·
1 revision
Basic start up script
#make sure the daemon is running
ps -eaf|grep iked|grep -v grep ; if [ $? -eq 1 ] ; then sudo snap run ike-qt-lts.iked;echo done; fi ;
# then start the GUI
/snap/bin/ike-qt-lts.qikea
# Or use a profile from the command line
/snap/bin/ike-qt-lts.ikec -r "ipsec-users-3" -a -u your-user-name -p your-password