LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: What are the Send Expect Options

To: lvs-users <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: What are the Send Expect Options
From: "isplist@xxxxxxxxxxxx" <isplist@xxxxxxxxxxxx>
Date: Tue, 24 Apr 2007 10:08:39 -0500
Yes, that makes sense, I get the idea now, thanks very much!

Mike


On Tue, 24 Apr 2007 17:06:50 +0200, Sébastien BONNET wrote:
> isplist@xxxxxxxxxxxx a écrit : >  >  Check / adjust following lines in your
> config, this may help. send = "GET / HTTP/1.0\r\n\r\n" expect = "HTTP"
>
>> I've been trying to find the answer to this but am not having any luck.
>> Anyone know the proper send/expect combinations for the following
>> services;
> On my guinea pig :
>
> [root@calendal ~]# echo -n '' | nc 0 smtp
> 220 FQDN ESMTP Sendmail 8.13.1/8.13.1; Tue, 24 Apr 2007 17:03:53 +0200
>
> So, for SMTP, send = "" and except = "220"
>
> [root@calendal ~]# echo -n '' | nc 0 imap
> * OK dovecot ready.
>
> So, for IMAP, send = "" and except = "* OK"
>
> I don't have a POP3 server but I think you've understood the trick.
>
> For SSL services it's a bit harder. You'd better bundle the raw service
> with the SSL service using firewall marks.




<Prev in Thread] Current Thread [Next in Thread>