What_Lies_Bene1
Dec 10, 2014Cirrostratus
Automatic Licensing via Proxy
Hi all. Is this actually possible?
I'm trying to license automatically (via API) and despite setting this;
tmsh modify sys db proxy.host value hostname 'host_name'
tmsh modify sys db proxy.port value port_number 8080
and doing this in bash;
export http_proxy=/">/
export https_proxy=/">/
I'm not getting anywhere. Initially DNS lookup was failing (shouldn't be used via a proxy right). To fix that I did this;
modify sys global-settings remote-host add { activate.f5.com { addr 208.85.210.4 hostname activate.f5.com } }
I now don't see errors of any kind in
/var/log/ltm
but a tcpdump filtering on the proxy and 208.85.210.4 address doesn't produce any output.
Am I missing something?