Forum Discussion
mfsaez_127780
Jul 22, 2003Nimbostratus
Find F5 machines in my network
Dose anybody knows how can I automatically search for F5 machines in my network from a Java program?. I tried to scan a F5 machine using nmap but it does not send any respond. I suppose F5 block or ig...
Jul 23, 2003
I don't have experience with nmap so unfortunately I cannot help out with that tool. BIG-IP does block ports by default. The problem with connecting to the iControl portal over HTTPS is that in Java you need to have the server certificates installed in the client truststore to allow a trusted connection to the server. Also, you would need the authentication credentials for each machine you are connecting to. You could determine if a machine was serving up https, but you couldn't know if it was a BIG-IP.
One solution that is possible is to scan the network for servers listening on ports 683 (CORBA IIOP) and 684 (CORBA IIOP+SSL). These are the ports that BIG-IP exposes the CORBA interface on. IIOP+SSL (684) is not likely to be supported on other products and would likely indicate it being a BIG-IP so I would look for this one first.
Good luck, and let usknow how it goes. Also, if you get some code working for this, we'd appreciate snippets you could contribute to this site.
-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