Forum Discussion

starboy's avatar
starboy
Icon for Cirrus rankCirrus
Feb 12, 2018

Telnet VIP

Hi All I have 2 servers(nodes) in the same pool and Virtual server and i want to telnet to this VIP so how can i telnet the virtual server both in http and https assume the virtual server ip is 192.168.100.1 and i type in cmd telnet 192.168.100.1 443 telnet 192.168.100.1 80

 

7 Replies

  • Hi,

     

    I am not sure what your question is, but if you want a virtual server on port 80 and port 443, you need to create two vitual servers on the same IP. One VS for HTTP and one VS for HTTPS.

     

    Off course you can create a virtual server on any port, but maybe this is not what you want.

     

    Regards,

     

    Martijn.

     

    • starboy's avatar
      starboy
      Icon for Cirrus rankCirrus

      Hi Martijn i already create this virtual servers on the same IP and is that possible to telnet this virtual servers ?

       

    • oguzy's avatar
      oguzy
      Icon for Cirrostratus rankCirrostratus

      Hi starboy,

       

      You can telnet no doubt. What is your purpose with telnetting?

       

  • Hi,

     

    I am not sure what your question is, but if you want a virtual server on port 80 and port 443, you need to create two vitual servers on the same IP. One VS for HTTP and one VS for HTTPS.

     

    Off course you can create a virtual server on any port, but maybe this is not what you want.

     

    Regards,

     

    Martijn.

     

    • starboy's avatar
      starboy
      Icon for Cirrus rankCirrus

      Hi Martijn i already create this virtual servers on the same IP and is that possible to telnet this virtual servers ?

       

    • oguzy's avatar
      oguzy
      Icon for Cirrostratus rankCirrostratus

      Hi starboy,

       

      You can telnet no doubt. What is your purpose with telnetting?

       

  • Telnet should work for Port 80 but it will not work for SSL ports. Note that backend pool member will not respond unless it receives some data request (e.g. GET/POST etc). You should use curl type of utility to test connectivity.