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 ignore that kind of traffic to improve the security. Can someone give me some idea?. I have thought to try to connect to the iControl portal using https for each ip, but I think ther must be a better method.
Thanks:
Miguel Fernandez
- 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.
- mfsaez_127780NimbostratusAs I commented in my last post, I managed to get a response from Big-IP using NMap. The command I used to get the information is:
nmap -sS -PT -PI -p 443,22 -O -T 3 host
Starting nmap V. 3.00 ( www.insecure.org/nmap ) Warning: OS detection will be MUCH less reliable because we did not find at least 1 open and 1 closed TCP port Interesting ports on (host): Port State Service 22/tcp open ssh 443/tcp open https Remote operating system guess: F5 labs BigIp Load balancer Kernel 4.1.1PTF-03 (X86) Uptime 19.009 days (since Fri Jul 04 09:44:08 2003) Nmap run completed -- 1 IP address (1 host up) scanned in 32 seconds
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