Synology-Forum.nl
Firmware => Synology DSM 5.1 en eerder => Topic gestart door: kuba op 22 juli 2014, 22:43:14
-
Hallo,
Na het leeggooien van de autoblockip database op 4 juli j.l. werkt IP Blocking niet meer in mijn ds713+ met DSM 5.0-4493 Update 2.
De permissies van het bestand staan op
-rw------- 1 root root 5120 Jul 22 22:33 synoautoblock.db
Ik tref geen berichten meer in de logging en de synoautoblockdb blijft leeg.
Ik kan me niet voorstellen dat de wereld in een klap braaf is geworden.
Kan iemand svp de instellingen met me nalopen om zeker te weten dat het daar goed zit?
Control Panel => Security => Auto Block => Enable auto block is aangevinkt.
Login attempts: 10
Within (minutes): 5
Enable Block expiration: (niets)
Allow/Block list is niet in gebruik
Inhoud blocklist.db
g> sqlite3 /etc/synoautoblock.db
SQLite version 3.8.0.2 2013-09-03 17:11:13
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .tables
AutoBlockIP
sqlite> select * from AutoBlockIP;
......................................................
-
-rw------- 1 root root 5120 Jul 22 22:33 synoautoblock.db
Ik heb:
-rw------- 1 root root 5120 Mar 30 20:32 /etc/synoautoblock.db
Control Panel => Security => Auto Block => Enable auto block is aangevinkt.
Login attempts: 10
Within (minutes): 5
Enable Block expiration: (niets)
Is goed.
Inhoud blocklist.db
g> sqlite3 /etc/synoautoblock.db
SQLite version 3.8.0.2 2013-09-03 17:11:13
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .tables
AutoBlockIP
sqlite> select * from AutoBlockIP;
......................................................
Ik krijg:
DS111> sqlite3 /etc/synoautoblock.db
SQLite version 3.8.0.2 2013-09-03 17:11:13
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .tables
AutoBlockIP
sqlite> select * from AutoBlockIP;
sqlite>
-
Hallo, dank voor je antwoord. De stippellijn onder
sqlite> select * from AutoBlockIP;
heb ik neergezet om aan te duiden dat daarna niets meer komt.
Dus dat is ook gelijk met jouw sitiuatie.
Heeft iemand nog een idee waarom autoblocking niet meer werkt?
Tnx.
-
Mmmmm.... ik vond zojuist de volgende email van mijn synology systeem:
"The IP address [107.150.44.82] experienced 10 failed attempts when attempting to log into Mail Server running on....."
En inderdaad, in de database staat nu:
> sqlite3 /etc/synoautoblock.db
SQLite version 3.8.0.2 2013-09-03 17:11:13
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .tables
AutoBlockIP
sqlite> select * from AutoBlockIP;
107.150.44.82|1406072482|0|1|0000:0000:0000:0000:0000:FFFF:6B96:2C52
sqlite>
Ik heb gisterenavond de service AutoblockIp verschillende keren herstart, misschien ligt het daar aan.
Maar het blijft wel vaag....