Author Topic: Redirects using the Responder Module  (Read 5479 times)

Offline jmelika

  • Administrator
  • Hero Member
  • *****
  • Posts: 294
  • Karma: 5
Re: Redirects using the Responder Module
« on: January 25, 2008, 05:37:48 AM »
jlabadie,

I see that your redirection method redirects CS VServers.  When I tried binding it to an LB VServer, I received an error message:
Code: [Select]
ERROR: Binding invalid policy
When I tried binding it to a CS VServer, I got this error:

Code: [Select]
bind cs vserver cs_testfarm -policy responder_policy1 -priority 1
ERROR: Policy redirection not supported with NNTP


The interesting part is my cs_TestFarm is HTTP not NNTP:
Code: [Select]
show cs vserver cs_TestFarm
        1 virtual server:
1)      cs_TestFarm (IP_ADDRESS_HERE:80) - HTTP   Type: CONTENT
        State: UP
        Client Idle Timeout: 180 sec
        Down state flush: ENABLED
        Port Rewrite : DISABLED
        Default: lb_TestLiveFarm        Content Precedence: RULE
        Vserver IP and Port insertion: OFF
        Case Sensitivity: OFF

Any ideas?