Skip to content

WIP: request same IP address(es) on reconnect, and add `--request-ip` option

Daniel Lenski requested to merge (removed):request_same_address_reconnect into master
  • GlobalProtect has a way to request a specific IP address (preferred-ip form field in /ssl-vpn/getconfig.esp request)
  • AnyConnect:
    • Some Cisco servers appear to follow X-CSTP-Address headers in CONNECT request… others don't
    • ocserv currently has no support for this, but it could be added
  • Juniper: no known way to request a specific IP address with the NC protocol
Edited by Daniel Lenski

Merge request reports