إصلاح
المشكلة بنفسي
1. تشغيل
"المفكرة".
1.
نسخ ولصق التعليمات البرمجية
التالية في "المفكرة":
2.
netsh advfirewall firewall add rule name="Open Port 80"
dir=in action=allow protocol=TCP localport=80
3.
4.
@echo ========= SQL Server
Ports ===================
5.
@echo Enabling SQLServer default instance port 1433
6.
netsh advfirewall firewall add rule name="SQL Server"
dir=in action=allow protocol=TCP localport=1433
7.
@echo Enabling Dedicated Admin Connection port 1434
8.
netsh advfirewall firewall add rule name="SQL Admin
Connection" dir=in action=allow protocol=TCP localport=1434
9.
@echo Enabling Conventional SQL Server Service Broker port 4022
10.
netsh advfirewall firewall add rule name="SQL Service
Broker" dir=in action=allow protocol=TCP localport=4022
11.
@echo Enabling Transact SQL/RPC port 135
12.
netsh advfirewall firewall add rule name="SQL
Debugger/RPC" dir=in action=allow protocol=TCP localport=135
13.
@echo ========= Analysis
Services Ports ==============
14.
@echo Enabling SSAS Default Instance port 2383
15.
netsh advfirewall firewall add rule name="Analysis
Services" dir=in action=allow protocol=TCP localport=2383
16.
@echo Enabling SQL Server Browser Service port 2382
17.
netsh advfirewall firewall add rule name="SQL Browser"
dir=in action=allow protocol=TCP localport=2382
18.
19.
@echo ========= Misc
Applications ==============
20.
@echo Enabling HTTP port 80
21.
netsh advfirewall firewall add rule name="HTTP" dir=in
action=allow protocol=TCP localport=80
22.
@echo Enabling SSL port 443
23.
netsh advfirewall firewall add rule name="SSL" dir=in
action=allow protocol=TCP localport=443
24.
@echo Enabling port for SQL Server Browser Service's 'Browse'
Button
25.
netsh advfirewall firewall add rule name="SQL Browser"
dir=in action=allow protocol=UDP localport=1434
26.
@echo Allowing multicast broadcast response on UDP (Browser
Service Enumerations OK)
netsh firewall set multicastbroadcastresponse ENABLE
27. حفظ
الملف كملف.txt باستخدام الاسم التالي: OpenSqlServerPort.txt
28. إعادة
تسمية الملف OpenSqlServerPort.txt لما يلي: OpenSqlServerPort.bat
قبل تشغيل البرنامج النصي OpenSqlServerPort.bat، يجب نسخ البرنامج النصي للكمبيوتر يحتوي على جدار الحماية وقم بتشغيل البرنامج النصي على ذلك الكمبيوتر. لتشغيل البرنامج النصي، اتبع الخطوات التالية:
1. انقر
فوق ابدأ، ثم انقر فوق تشغيل، واكتب cmdوثم انقر فوق موافق.
2. في
موجه الأوامر، استخدم الأمر cd للانتقال إلى المجلد الذي تم
حفظ الملف OpenSqlServerPort.bat.
3. لتشغيل
البرنامج النصي OpenSqlServerPort.bat واكتب OpenSqlServerPort.bat في موجه الأوامر ثم اضغط Enter.
No comments:
Post a Comment