المتطلبات: لابد من تركيب APF Firewall
- You MUST have APF Firewall Installed before installing BFD - it works with APF and requires some APF files to operate.
- Root SSH access to your server
Lets begin!
Login to your server through SSH and su to the root user.
1. نقوم بتنزيل الملف على أى مكان نخصص لتحميل الملفات .
2. wget http://www.rfxn.com/downloads/bfd-current.tar.gz
3. tar -xvzf bfd-current.tar.gz
4. cd bfd-0.9
5. قم بالتنصيب :
./install.sh
You will receive a message saying it has been installed
.: BFD installed
مكان الملفات : /usr/local/bfd
ملف النظام : /usr/local/bfd/conf.bfd
Executable path: /usr/local/sbin/bfd
6. Lets edit the configuration file: pico /usr/local/bfd/conf.bfd
7. قم بتفعيل الارسال على البريد فى حالة خدوث محاولة كراك للأف تى بى
Find: *****_USR="0" CHANGE TO: *****_USR="1"
Find: EMAIL_USR="root" CHANGE TO: EMAIL_USR=" [email protected]"
Save the changes: Ctrl+X then Y
8. أمنع حظر نفسك !
pico -w /usr/local/bfd/ignore.hosts and add your own trusted IPs
Eg: 192.168.1.1
Save the changes: Ctrl+X then Y
BFD uses APF' cli insert feature
and as such will override any allow_hosts.rules entries users have in-place.
So be sure to add your trusted ip addresses to the ignore file to prevent
locking yourself out.
9. قم بتشغيل البرنامج!
/usr/local/sbin/bfd -s
10. و لتشغيل BFD بشكل دائم فقط قم بتعديل
/etc/rc.local
/usr/local/sbin/bfd -s
Save the changes: Ctrl+X then Y
و لمزيد من المعلومات
- You MUST have APF Firewall Installed before installing BFD - it works with APF and requires some APF files to operate.
- Root SSH access to your server
Lets begin!
Login to your server through SSH and su to the root user.
1. نقوم بتنزيل الملف على أى مكان نخصص لتحميل الملفات .
2. wget http://www.rfxn.com/downloads/bfd-current.tar.gz
3. tar -xvzf bfd-current.tar.gz
4. cd bfd-0.9
5. قم بالتنصيب :
./install.sh
You will receive a message saying it has been installed
.: BFD installed
مكان الملفات : /usr/local/bfd
ملف النظام : /usr/local/bfd/conf.bfd
Executable path: /usr/local/sbin/bfd
6. Lets edit the configuration file: pico /usr/local/bfd/conf.bfd
7. قم بتفعيل الارسال على البريد فى حالة خدوث محاولة كراك للأف تى بى
Find: *****_USR="0" CHANGE TO: *****_USR="1"
Find: EMAIL_USR="root" CHANGE TO: EMAIL_USR=" [email protected]"
Save the changes: Ctrl+X then Y
8. أمنع حظر نفسك !
pico -w /usr/local/bfd/ignore.hosts and add your own trusted IPs
Eg: 192.168.1.1
Save the changes: Ctrl+X then Y
BFD uses APF' cli insert feature
and as such will override any allow_hosts.rules entries users have in-place.
So be sure to add your trusted ip addresses to the ignore file to prevent
locking yourself out.
9. قم بتشغيل البرنامج!
/usr/local/sbin/bfd -s
10. و لتشغيل BFD بشكل دائم فقط قم بتعديل
/etc/rc.local
/usr/local/sbin/bfd -s
Save the changes: Ctrl+X then Y
و لمزيد من المعلومات
تعليق