Difference between revisions of "Talk:Vsftpd"
From Fail2ban
Jump to navigationJump to searchm (<pre></pre> added) |
Lostcontrol (talk | contribs) |
||
Line 3: | Line 3: | ||
Here is my regex again: | Here is my regex again: | ||
− | + | ||
− | \[.+\] \[.+\] FAIL LOGIN: Client "(?P<host>\S+)"$ | + | \[.+\] \[.+\] FAIL LOGIN: Client "(?P<host>\S+)"$ |
− | + | ||
Enjoy | Enjoy | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Thank you. However, didn't this work? | ||
+ | |||
+ | \[.+\] FAIL LOGIN: Client "<HOST>"$ | ||
+ | |||
+ | Are you using 0.6.2 or 0.7.x? If you use 0.6.2, could you try this? | ||
+ | |||
+ | \[.+\] FAIL LOGIN: Client "(?P<host>\S+)"$ | ||
+ | |||
+ | Thank you | ||
+ | --[[User:Lostcontrol|Lostcontrol]] 21:56, 21 January 2007 (CET) |
Revision as of 22:56, 21 January 2007
I had some trouble finding the right regex under Fedora Core 6 (it might works under other FC distro or else), so I thought adding it to the Wiki. I didn't want to be rude by adding it directly to the article but what's the point of discussion if nobody sees it and then comment on it.
Here is my regex again:
\[.+\] \[.+\] FAIL LOGIN: Client "(?P<host>\S+)"$
Enjoy
Thank you. However, didn't this work?
\[.+\] FAIL LOGIN: Client "<HOST>"$
Are you using 0.6.2 or 0.7.x? If you use 0.6.2, could you try this?
\[.+\] FAIL LOGIN: Client "(?P<host>\S+)"$
Thank you --Lostcontrol 21:56, 21 January 2007 (CET)