Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 20:06:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 219930] blacklistd do not remove (unblock) ip from ipfw table
Message-ID:  <bug-219930-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219930

            Bug ID: 219930
           Summary: blacklistd do not remove (unblock) ip from ipfw table
           Product: Base System
           Version: 11.0-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: freebsd@ihead.ru

1)
cat /etc/blacklistd.conf | grep -v ^#
[local]
ftp             stream  *       *               *       3       1m

[remote]

2) Run blacklistd in console for debug with 1 second checking interval:
blacklistd -v -d -t 1

3) Connect to ftpd and make some invalid auths.

4) The output in console (blacklistd -v -d -t 1):
[local]
              target    type    proto   owner   name    nfail   duration
                  21    6       *       *       *       3       60
[remote]
              source    type    proto   owner   name    nfail   duration
Connected to blacklist server
processing type=3D1 fd=3D5 remote=3D192.168.10.250:59383 msg=3DLogin incorr=
ect uid=3D0
gid=3D0
listening socket: 192.168.10.22:21
look:   target:192.168.10.22:21, proto:6, family:2, uid:0, name:=3D, nfail:=
*,
duration:*
check:  target:21, proto:6, family:*, uid:*, name:*, nfail:3, duration:60
found:  target:21, proto:6, family:*, uid:*, name:*, nfail:3, duration:60
conf_apply: merge:      target:21, proto:6, family:*, uid:*, name:*, nfail:=
3,
duration:60
conf_apply: to: target:192.168.10.22:21, proto:6, family:2, uid:0, name:=3D,
nfail:*, duration:*
conf_apply: result:     target:192.168.10.22:21, proto:6, family:2, uid:*,
name:*, nfail:3, duration:60
Applied address 192.168.10.250:21
Applied address 192.168.10.250:21
process: db state info for 192.168.10.250:59383: count=3D0/3 last=3D1970/01=
/01
03:00:00 now=3D2017/06/11 22:36:33
processing type=3D1 fd=3D5 remote=3D192.168.10.250:59415 msg=3DLogin incorr=
ect uid=3D0
gid=3D0
listening socket: 192.168.10.22:21
look:   target:192.168.10.22:21, proto:6, family:2, uid:0, name:=3D, nfail:=
*,
duration:*
check:  target:21, proto:6, family:*, uid:*, name:*, nfail:3, duration:60
found:  target:21, proto:6, family:*, uid:*, name:*, nfail:3, duration:60
conf_apply: merge:      target:21, proto:6, family:*, uid:*, name:*, nfail:=
3,
duration:60
conf_apply: to: target:192.168.10.22:21, proto:6, family:2, uid:0, name:=3D,
nfail:*, duration:*
conf_apply: result:     target:192.168.10.22:21, proto:6, family:2, uid:*,
name:*, nfail:3, duration:60
Applied address 192.168.10.250:21
Applied address 192.168.10.250:21
process: db state info for 192.168.10.250:59415: count=3D1/3 last=3D2017/06=
/11
22:36:33 now=3D2017/06/11 22:36:38
processing type=3D1 fd=3D5 remote=3D192.168.10.250:59437 msg=3DLogin incorr=
ect uid=3D0
gid=3D0
listening socket: 192.168.10.22:21
look:   target:192.168.10.22:21, proto:6, family:2, uid:0, name:=3D, nfail:=
*,
duration:*
check:  target:21, proto:6, family:*, uid:*, name:*, nfail:3, duration:60
found:  target:21, proto:6, family:*, uid:*, name:*, nfail:3, duration:60
conf_apply: merge:      target:21, proto:6, family:*, uid:*, name:*, nfail:=
3,
duration:60
conf_apply: to: target:192.168.10.22:21, proto:6, family:2, uid:0, name:=3D,
nfail:*, duration:*
conf_apply: result:     target:192.168.10.22:21, proto:6, family:2, uid:*,
name:*, nfail:3, duration:60
Applied address 192.168.10.250:21
Applied address 192.168.10.250:21
process: db state info for 192.168.10.250:59437: count=3D2/3 last=3D2017/06=
/11
22:36:38 now=3D2017/06/11 22:36:44
run /usr/libexec/blacklistd-helper [control add blacklistd tcp 192.168.10.2=
50
32 21 ]
add returns (null)

5)
ipfw table port21 list
--- table(port21), set(0) ---
192.168.10.250/32 0

6) Blocked IP-address is not automatically removed from ipfw table port21.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219930-8>