mirror of https://github.com/fail2ban/fail2ban
Add asterisk ipv6 test cases with and without port (related to #2317)
parent
d3f6d6ffdd
commit
62acaae327
|
@ -37,6 +37,10 @@
|
|||
[2013-11-11 14:33:38] WARNING[6756][C-0000001d] Ext. s: "Rejecting unknown SIP connection from 192.168.55.152"
|
||||
# failJSON: { "time": "2013-11-11T14:33:38", "match": true , "host": "192.168.55.152" }
|
||||
[2013-11-11 14:33:38] WARNING[8447][C-00000244] Ext. s: "Rejecting unknown SIP connection from 192.168.55.152:52126"
|
||||
# failJSON: { "time": "2013-11-11T14:33:38", "match": true , "host": "2003:e7:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa" }
|
||||
[2013-11-11 14:33:38] WARNING[12124][C-00000001] Ext. s: "Rejecting unknown SIP connection from 2003:e7:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa"
|
||||
# failJSON: { "time": "2013-11-11T14:33:38", "match": true , "host": "2003:e7:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa" }
|
||||
[2013-11-11 14:33:38] WARNING[12124][C-00000001] Ext. s: "Rejecting unknown SIP connection from [2003:e7:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa]:5060"
|
||||
|
||||
# failJSON: { "time": "2004-11-04T18:30:40", "match": true , "host": "192.168.200.100" }
|
||||
Nov 4 18:30:40 localhost asterisk[32229]: NOTICE[32257]: chan_sip.c:23417 in handle_request_register: Registration from '<sip:301@example.com>' failed for '192.168.200.100:36998' - Wrong password
|
||||
|
|
Loading…
Reference in New Issue