Linux « エントリーの並び順 | HOME | コンビニでツケ?? »
■ Block the access from Cracker
After created a Linux server, you will be attacked from the Cracker everyday through FTP, SSH for example and you can check it from a daily log. This is how to block the access from Cracker.
Add IP address of Cracker in below file
# nano /etc/hosts.deny
ALL:12.345.678.90
(daemon_name:host_name)
Then, all access from the IP address "12.345.678.90" will be blocked.
投稿者 tomopugh : 2008年11月21日 17:15

