Forum Discussion

Rodrigo_Freitas's avatar
Rodrigo_Freitas
Icon for Nimbostratus rankNimbostratus
Aug 29, 2017

Telnet application does not work on virtual server F5

I have an application that does not work when passing through the virtual server does not connect can help me?

 

ltm virtual VS_GAMA_HMOL_TMS_TELENT { connection-limit 4000 destination 10.41.1.156:cosmocall mask 255.255.255.255 persist { source_addr { default yes } } pool POOL_GAMA_HMOL_TMS_TELNET profiles { prof_rodrigo_l4 { } } source 0.0.0.0/0 source-address-translation { type automap } vs-index 87 }

 

1 Reply

  • Hello Rodrigo,

    Could you post the ouput of this command while trying to connect via telnet :

    tcpdump -nni 0.0 '(host client_ip and host 10.41.1.156) or (host node_ip)'

    if you are in cluster use this one

    tcpdump -nni 0.0:p '(host client_ip and host 10.41.1.156) or (host self_ip and host node_ip)'