windows 使用命令開啟防火牆的連接埠

來源:互聯網
上載者:User

標籤:tor   put   ecif   microsoft   link   level   部落格   play   window   

Open TCP Port 80 in Windows Firewall Using Netsh [McNeel Wiki]
https://wiki.mcneel.com/zoo/zoo5netsh

參考我寫的 oracle xe遠端存取 - 一支小白 - 部落格園 http://www.cnblogs.com/startnow/p/7771535.html#autoid-0-1-0

=========================轉=====================

 

Open TCP Port 80 in Windows Firewall Using Netsh
Product:  Zoo
Summary:  Using Netsh to open Zoo required TCP Port 80

Zoo communicates with Rhino clients via TCP Port 80 (HTTP).

After installing the Zoo, you need to ensure that TCP Port 80 is open for both incoming and outgoing communications in the firewall software running on the Zoo server system.

Note, by default TCP Port 80 is open for outgoing communications in most firewall software. You should not have to open any ports in the firewall software running on Rhino workstations.

More information

Netsh is a Windows command-line scripting utility for you to, either locally or remotely, display or change the network configuration of a computer that is currently running.

Netsh also provides a scripting feature to run a group of commands in batch mode against a specified computer.

Netsh can be used, instead of the Firewall applet in the Control Panel, to automate the opening of required TCP/IP ports.

It is possible to open these ports on the Window Firewall using Netsh. The syntax is different depending on whether or not you are using Windows XP or Windows Server 2008, Windows Vista, or greater.

Windows XP

Important: If you are a member of the Administrators group, run the commands from a command prompt. To start a command prompt, find the icon or Start menu entry that you use to start a command prompt session.

rem Open TCP Port 80netsh firewall add portopening TCP 80 "Zoo TCP Port 80"
Windows Server 2008, Windows Vista, or greater

Important: If you are a member of the Administrators group, and User Account Control is enabled on your computer, run the commands from a command prompt with elevated permissions. To start a command prompt with elevated permissions, find the icon or Start menu entry that you use to start a command prompt session, right-click it, and then click Run as administrator.

rem Open TCP Port 80 inbound and outboundnetsh advfirewall firewall add rule name="Zoo TCP Port 80" dir=in action=allow protocol=TCP localport=80netsh advfirewall firewall add rule name="Zoo TCP Port 80" dir=out action=allow protocol=TCP localport=80
Reference

How to use the "netsh advfirewall firewall" context.

 

windows 使用命令開啟防火牆的連接埠

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.