Forum Discussion

Muhammad_Irfan1's avatar
Nov 16, 2014

Simple UDP virtual server is not working

I have created a standard VS and assign the port 55666. Attached UDP protocol, assign udp client profile. Made a pool of 2 members with port 55666. But its not working. I can not get the reponse from member. But directly its working. What should be the configuration of simple UDP virtual server?

 

10 Replies

  • have you tried tcpdump?

     tcpdump -nni 0.0:nnn -s0 -w /var/tmp/output.pcap port 55666 -v
    
    • It started working, I needed to make a VS with all services not a specific port of that udp.
    • MOHIT_125417's avatar
      MOHIT_125417
      Icon for Altostratus rankAltostratus
      Hi Muhammad, I am facing the same Issue.Could you please tell how you resolve this...
    • Make pool and members with specific udp port. Then make a standard Virtual server with service port all means* select automap and auto last hope enabled. And select UDP protocol instead of TCP in configuration.
  • have you tried tcpdump?

     tcpdump -nni 0.0:nnn -s0 -w /var/tmp/output.pcap port 55666 -v
    
    • Muhammad_Irfan1's avatar
      Muhammad_Irfan1
      Icon for Cirrus rankCirrus
      It started working, I needed to make a VS with all services not a specific port of that udp.
    • MOHIT_125417's avatar
      MOHIT_125417
      Icon for Altostratus rankAltostratus
      Hi Muhammad, I am facing the same Issue.Could you please tell how you resolve this...
    • Muhammad_Irfan1's avatar
      Muhammad_Irfan1
      Icon for Cirrus rankCirrus
      Make pool and members with specific udp port. Then make a standard Virtual server with service port all means* select automap and auto last hope enabled. And select UDP protocol instead of TCP in configuration.