Forum Discussion
Enable telnet on SSH
please advice how enable telnet on BIG-IP system in order check some ports open or no.
telnet example:
If you have multiple routing domains make sure you are in the right one.
If you only have the default one. Then it is ok.
Have you tried to ping it? ping <node_ip>
You can also check the node to see on what ports it is listening on, with : netstat
You can also check to see what ports are open from any other machine that can reach that node , using: telnet, nc , Nmap, etc
Also make sure that if you have a firewall in between, it allows this traffic on port 443.
once get the massage (Trying 10.220.3.70..... connected to 10.220.3.70 that means ports open through F5 please see attched.
yes, if it says connected then it means the port is opened.
Ping - uses the ICMP protocol to verify if the remote IP, the source (f5 in this case) issues an echo request and the destination (backend server? ) - responds with an echo reply. port ports need to be open via firewalls and acls for this function to work.
Although we cant see your full reply in the window, i would assume you are getting replys - or troubleshooting why you are not ...
On the telnet command - its no a "Sweep" of all ports opened its a very specific test to a specfic port, if you do not include a port- telnet will assume port 23
test to see if the default telnet is open:
telnet 10.223.3.70 OR telnet 10.223.3.70 23
Test to see if port 80 is open
telnet 10.223.3.70 80
telnet 10.223.3.70 443 <-tests for port 443
on the backend server from the command prompt you can search for active open port with netstat - or a dozen other utilites. For me i prefer to use netstat - with the -an switches and then filter to "LISTEN" for all the active ports or to the specific ports i am looking for. i.e
netstat -an |grep LISTEN (for linux)
netstat -an |find "LISTEN" (for window, depending on version or if powershell use findstr )
netstat -an |grep 443
netstat -an |findstr "443"
what version do you have? Are you talking about having cli commands on F5? I have both telnet an nc on version 16.
check these:
https://community.f5.com/t5/technical-forum/telnet-to-server-from-f5/td-p/52504
https://my.f5.com/manage/s/article/K10467
- NajmCirrus
I have version 14.1.5 acctually need to know if some ports open once node add to big-ip or no due to requested how perfrom telnet om cil command please let us know enforce it
- zamroni777Nacreous
i dont understand what do you mean.
please rephrase your reply.anyway, there is telnet in f5 linux as seen in picture below.
any telnet done in the linux shell will use ip routing of control plane.virtual server and pool works in data plane.
if you need tcp port test from data plane, then you can create a pool, put intended destination nodes in it and assign tcp monitor.
I don't really understand the question.
where are the ports you are trying to verify if they are open? From where do you want to do this check?
From F5 ltm device you could use telnet or nc.
- NajmCirrus
sure from F5 already node add to it but how use telent please mention the command.
I have already sent you a link for an article with an example:
https://community.f5.com/t5/technical-forum/telnet-to-server-from-f5/td-p/52504
telnet <node_ip> <port>
yes, if it says connected then it means the port is opened.
Recent Discussions
Related Content
* 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