Forum Discussion
Mohit_Rathee
Nimbostratus
Sep 17, 2019Proxy Setting in F5
Can anyone tell me how to set proxy setting in F5 LTM,
I have a big f5 ltm which license needs to be reactivated but the appliance lies behind the firewall and only option for internet connectivity is proxy.
2 Replies
- youssef1
Cumulonimbus
Hi,
BugID:
When licensing through a proxy, setting the db variables for proxy.host, proxy.port, etc., has no effect.
https://cdn.f5.com/product/bugtracker/ID714626.html
So I suppose that if you follow this kb could enable license trough proxy:
https://support.f5.com/csp/article/K10942531
- Log in to tmsh by typing the following command:
- tmsh
- Set the destination proxy server by using the following command syntax :
- modify /sys db proxy.host value <hostname>
- Note: In this command syntax, <hostname> is the destination proxy host name.
- Set the destination proxy server port by using the following command syntax:
- modify /sys db proxy.port value <port>
- Note: In this command syntax, <port> is the numeric port value of your proxy host.
- Set the destination proxy server protocol by using the following command syntax:
- modify /sys db proxy.protocol value <protocol>
- Note: In this command syntax, <protocol> is http or https.
- To set the destination proxy server username, use the following command syntax:
- modify /sys db proxy.username value <username>
- Note: In this command syntax, <username> is the username for authentication to the proxy server.
- To set the destination proxy server username password, use the following command syntax:
- modify /sys db proxy.password value <password>
- Note: In this command syntax, <password> is the username password when authenticating to the proxy server.
- Exit tmsh by typing the following command:
- quit
regards
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