عرض مشاركة واحدة
قديم 02-Aug-2009, 11:36 AM   #1
العز
كان الرياح اللي بقلبك تهزكـ
انا جبل ماكل ريح(ن) تهزهـ

الصورة الرمزية العز
تاريخ التسجيل:  2 - 5 - 2007
رقم العضوية :  1
المشاركات: 6,338
عدد النقاط : 1162
تقييم المستوى: العز has much to be proud ofالعز has much to be proud ofالعز has much to be proud ofالعز has much to be proud ofالعز has much to be proud ofالعز has much to be proud ofالعز has much to be proud ofالعز has much to be proud ofالعز has much to be proud of
المدينه : الرياض
القسم المفضل : المنتدى كله
My SMS :

ضَحِكْتُ فقالوا ألا تحتشم ... بَكَيْتُ فقالوا ألا تبتســـــم!! بسمتُ فقالوا يُرائي بهــا ... عبستُ فقالوا بدا ما كتــم!! صَمَتُّ فقالوا كليل اللسان ... نطقتُ فقالوا كثير الكَــــلِم!! حَلِمتُ فقالوا صنيع الجبان ... ولو كان مقتدراً لانتقــــــم!! بسلتُ فقالوا لطيشٍ بـــــه ... وما كان مجترئاً لو حــكم!! يقولون شَذَّ إذا قلــتُ لا ... وإمَّعةً حين وافقتهــــــم!! فأيقنت أني مهمـــــا أردت ...

My SmSMMS ضَحِكْتُ فقالوا ألا تحتشم ... بَكَيْتُ فقالوا ألا تبتســـــم!! بسمتُ فقالوا يُرائي بهــا ... عبستُ فقالوا بدا ما كتــم!! صَمَتُّ فقالوا كليل اللسان ... نطقتُ فقالوا كثير الكَــــلِم!! حَلِمتُ فقالوا صنيع الجبان ... ولو كان مقتدراً لانتقــــــم!! بسلتُ فقالوا لطيشٍ بـــــه ... وما كان مجترئاً لو حــكم!! يقولون شَذَّ إذا قلــتُ لا ... وإمَّعةً حين وافقتهــــــم!! فأيقنت أني مهمـــــا أردت ...
الأوسمة التي حصل عليها
الإداره   مجموع الأوسمة: 1
 

المستوى : []
الحياة /

النشاط /
المؤشر %

العز متواجد حالياً

افتراضي الحماية من هجمات الدوس


السلام عليكم ورحمة الله وبركاته
هجمات للدوس هي سيل من الطلبات يقوم الروت بالرد عليها فاذا كنت لا ترغب بالرد على هاذه الطلبات
قم بفتح الشل ولصق هذا الامر
nano -w /etc/sysctl.conf
قم بلصق هذا المحتوى
================================================== ====
#Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.

# Disables packet forwarding
net.ipv4.ip_forward=0

# Disables IP source routing
net.ipv4.conf.all.accept_source_route = 0
net.ipv4.conf.lo.accept_source_route = 0
net.ipv4.conf.eth0.accept_source_route = 0
net.ipv4.conf.default.accept_source_route = 0

# Enable IP spoofing protection, turn on source route verification
net.ipv4.conf.all.rp_filter = 1
net.ipv4.conf.lo.rp_filter = 1
net.ipv4.conf.eth0.rp_filter = 1
net.ipv4.conf.default.rp_filter = 1

# Disable ICMP Redirect Acceptance
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.lo.accept_redirects = 0
net.ipv4.conf.eth0.accept_redirects = 0
net.ipv4.conf.default.accept_redirects = 0

# Enable Log Spoofed Packets, Source Routed Packets, Redirect Packets
net.ipv4.conf.all.log_martians = 0
net.ipv4.conf.lo.log_martians = 0
net.ipv4.conf.eth0.log_martians = 0

# Disables IP source routing
net.ipv4.conf.all.accept_source_route = 0
net.ipv4.conf.lo.accept_source_route = 0
net.ipv4.conf.eth0.accept_source_route = 0
net.ipv4.conf.default.accept_source_route = 0

# Enable IP spoofing protection, turn on source route verification
net.ipv4.conf.all.rp_filter = 1
net.ipv4.conf.lo.rp_filter = 1
net.ipv4.conf.eth0.rp_filter = 1
net.ipv4.conf.default.rp_filter = 1

# Disable ICMP Redirect Acceptance
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.lo.accept_redirects = 0
net.ipv4.conf.eth0.accept_redirects = 0
net.ipv4.conf.default.accept_redirects = 0

# Disables the magic-sysrq key
kernel.sysrq = 0

# Decrease the time default value for tcp_fin_timeout connection
net.ipv4.tcp_fin_timeout = 15

# Decrease the time default value for tcp_keepalive_time connection
net.ipv4.tcp_keepalive_time = 1800

# Turn off the tcp_window_scaling
net.ipv4.tcp_window_scaling = 0

# Turn off the tcp_sack
net.ipv4.tcp_sack = 0

# Turn off the tcp_timestamps
net.ipv4.tcp_timestamps = 0

# Enable TCP SYN ****** Protection
net.ipv4.tcp_syn******s = 1

# Enable ignoring broadcasts request
net.ipv4.icmp_echo_ignore_broadcasts = 1

# Enable bad error message Protection
net.ipv4.icmp_ignore_bogus_error_responses = 1

# Log Spoofed Packets, Source Routed Packets, Redirect Packets
net.ipv4.conf.all.log_martians = 1

# Increases the size of the socket queue (effectively, q0).
net.ipv4.tcp_max_syn_backlog = 1024

# Increase the tcp-time-wait buckets pool size
net.ipv4.tcp_max_tw_buckets = 1440000

# Allowed local port range
net.ipv4.ip_local_port_range = 16384 65536
================================================== =====
ومن ثم احفض الملف
بعدها قم بتنفيذ هذا الامر
/sbin/sysctl -p
وايضا
sysctl -w net.ipv4.route.flush=1
ومن ثم قم باعادة تشغيل الروت


 

Array
[add_to_xs_reputation]

 

أخر مواضيع العز :

0 استبدل ايميلك القديم بآخر جديد (m@.cn )
0 [ برنامج ] : آهم برامج Google
0 [ لعبة ] : حصريا وبانفراد لعابه demigod 2009 برابط واحد مباش
0 بوفيه في رجال المع تسمم أكثر من 10شبان
0 علماء إندونيسيون يحرمون الغزل على موقع فيس بوك

رد مع اقتباس