Forum Discussion
Rhys_Peters_770
Aug 20, 2012Historic F5 Account
Telnet from Floating Self IP
I am in the process of testing firewall rules for a HA pair of LTMs.
I need to be able to generate telnet traffic from the floating self IP to ensure that production traffic will be allowe...
nitass
Employee
is netcat useful i.e. using netcat as telnet client?
Dexter2508_1388
May 18, 2016Nimbostratus
Yes , Netcat can be used to generate all sorts of traffic including Udp and IPV6 type traffic .
See examples below :
nc -u -4 10.90.100.1 514 , the u option is udp , -4 option is Ipv4 and 514 is the port . In this example I am generating udp traffic for the syslog port 514 to test udp connectivity
nc -t -4 10.90.100.1 443 - the t option is tcp , -4 option is Ipv4 and 514 is the port . In this example I am generating tcp traffic for the https port 443 to test tcp connectivity
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