Why do I have to setup the IPSEC local and remote IDs 2 times in 23.7?
In both "Pre-shared Keys" menu and in Authentication section of Connection setup.
In both "Pre-shared Keys" menu and in Authentication section of Connection setup.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
// redirect on successful login
if (data['clientState'] == 'AUTHORIZED') {
if (getURLparams()['redirurl'] != undefined) {
window.location = 'http://'+getURLparams()['redirurl']+'?refresh';
} else {
window.location.reload();