17 Sep
2019
17 Sep
'19
6:34 p.m.
On Sep 17, 2019, at 6:17 PM, Volodymyr Litovka <doka.ua@gmx.com> wrote:
thanks for pointing, it seems I got it working. Could you, please, check whether I did it in a right way?
If it works, it's right. ;)
1) modified sites-enabled/inner-tunnel, added in ‘post-auth’:
# --- if(&control:Pool-Name) { update outer.session-state { Pool-Name := &control:Pool-Name } } # ---
2) modified sites-enabled/default, added in ‘post-auth’, immediately before main_pool:
# --- if (&session-state:Pool-Name) { update control { Pool-Name := &session-state:Pool-Name } } # --- main_pool
Yup. That's fine. Alan DeKok.