Forum Discussion
KarimElsayad247
Altostratus
Feb 21, 2023Problem with connecting using f5 vpn on Ubuntu/Linux; stuck on "Connecting..."
This issue happens only on the machine I'm using, I treid the same account on multiple other machines, on the same network and other networks. The gist of it is that f5vpn gets stuck in the connectin...
Dec 06, 2005
You could do a HTTP::redirect to the other virtual. The only downside is that you will either need to have a unique domain name for the new virtual or redirect the client to the IP address (which will show up in their browser.
ie.
when HTTP_REQUEST {
HTTP::redirect "http://other.domain.com[HTTP::uri]"
- or -
HTTP::redirect "http://1.2.3.4[HTTP::uri]"
}
Either way, the client will see that the domain changed in their request.
-Joe
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