I think your inbound to pound connection is working okay. It's your
pound->back_end that is failing. In the jail, you need to allow the pound
server to connect outbound to your inside network.
So you have:
USER -> { jail [pound] }
|
|--> back_end
The USER -> { jail [pound] } appears to be working just fine. The other
connection is where you are seeing the failure, and I bet that your jail
configuration is preventing that connection from occurring.
When jail prevents a connection from occurring, does it log that somewhere??
User "xxx"
Group "xxx"
ListenHTTP
Address 192.168.0.161 <--- this is okay
Port 80
LogLevel 2
# Virtual Host xxxxx.com
#
Service
HeadRequire "Host: .* xxxxx.com/home.*"
BackEnd
Address 192.168.0.160 <---- This is being stopped by jail
(I theorize)
Port 8080
End
End
End
-- Jake
> -----Original Message-----
> From: Human Servers [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 05, 2008 8:09 PM
> To: [email protected]
> Subject: RE: [Pound Mailing List] URGENT HELP NEEDED
>
> Thanks for the question and link Jake!
>
> I checked using the jls command, and the jail Pound is in, is
> listening on
> 192.168.0.161.
>
> Also, I have no problem using SSH to connect to this jail.
>
> I hope this answers your question.
>
>
>
> -----------------------------------------------------------------------
> ------------------------------------------------
> Send big files for free. Simple steps. No registration.
> Visit now http://www.nawelny.com
>
> --
> To unsubscribe send an email with subject unsubscribe to
> [EMAIL PROTECTED]
> Please contact [EMAIL PROTECTED] for questions.
--
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.