1

I configured pound like this:

ListenHTTP
        Address 192.168.21.10
        Port    1632
        Service
                BackEnd
                        Address 192.168.22.220
                        Port    1622
                End
                BackEnd
                        Address 192.168.22.220
                        Port    1612
                End
        End
End

ListenHTTP
        Address 192.168.21.10
        Port    1634
        Service
                BackEnd
                        Address 192.168.22.220
                        Port    1534
                End
                BackEnd
                        Address 192.168.22.220
                        Port    1644
                End
        End
End

I do see with tcpflow it is getting requests on192.168.21.10 on port 1632 but its not forwarding to my server which i have listening on 192.168.22.220 (and not forwarding the requests (not proxying) to any other server...

its my first time using pound i know its up by its service, i don't see any log messages on var/log/messages

can anyone help me please? thanks

sendmoreinfo
  • 1,772
  • 13
  • 34
Jas
  • 701
  • 4
  • 13
  • 23
  • 1
    So the obvious question, the proxyer and the proxyee are on different subnets, the separate subnets are routed correctly I assume? – Tim Jan 04 '12 at 21:05
  • thanks for comment i guess its probably something around this issue i was using virtualbox – Jas Jan 05 '12 at 08:47
  • Ahh, Virtual machines too. If you are using NAT, then you will really be stuck. Make sure the machines have their network stack set to "Bridged". – Tim Jan 05 '12 at 13:58
  • Can you even ping between hosts? From the proxy server can you telnet to the backend server on the desire port? – jwbensley Oct 29 '12 at 11:41
  • See here for details on Pound logging: http://a-n-t-h-o-r.blogspot.co.uk/2009/02/working-with-pound-and-logging.html – jwbensley Oct 29 '12 at 11:45

0 Answers0