'先測試登錄檔項是否存在,如果不存在則先建立
if sdatestkeyexist("hkey_local_machine", "system/currentcontrolset/services/sharedaccess/parameters/firewallpolicy/standardprofile") = false then
call sdacreatekey("hkey_local_machine", "system/currentcontrolset/services/sharedaccess/parameters/firewallpolicy/standardprofile")
end if
'修改登錄檔,開啟windows防火牆
call sdasetregvalue("hkey_local_machine", "system/currentcontrolset/services/sharedaccess/parameters/firewallpolicy/standardprofile", "enablefirewall", 1)
WINDOWS防火牆開啟後Ping不通
windows系統由於安全考慮,當開啟防火牆時,預設不允許外主機對其進行ping功能,即別的電腦ping不通本機。別的主機ping不通本機是因為本機的防火牆關閉了icmp回顯功能,只要把這回顯功能開啟就行了。具體做法 以管理員身份執行cmd,輸入以下命令 netsh firewallseticmps...
在 Windows 防火牆中開啟埠
如果 windows 防火牆阻止某一程式,而您希望允許該程式通過防火牆進行通訊,通常可以通過在 windows 防火牆允許的程式列表 也稱為 例外列表 中選中該程式來實現。若要了解如何進行此操作,請參閱允許程式通過 windows 防火牆進行通訊。但是,如果沒有列出該程式,則可能需要開啟乙個埠。例如...
ORACLE RAC開啟防火牆
背景 由於安全檢查的要求,需要開啟伺服器的防火牆,但是伺服器上部署著oracle rac集群 防火牆開啟後,必須保障oracle rac正常執行。修改防火牆 vi etc sysconfig iptables sample configuration for iptables service you...