2012-04-07 99 views
0

我試圖在Powershell的Set-WSManQuickConfig命令,但它可能不配置防火牆:更改linux的網絡連接類型

Set-WSManQuickConfig : WinRM firewall exception will not work since one of the network connection types on this machine is set to Public. Change the network connection type to either Domain or Private and try again. 

的問題是與遠程(虛擬機)Linux操作系統。我如何在Linux中更改網絡連接類型?我想它是默認公開的。這在Windows中很明顯:將連接類型更改爲「工作」?但在Linux中,如何?

回答

1

Linux沒有任何'網絡類型'的概念,就像你從Windows中知道的那樣。

我假設網絡類型基本上是一種防火牆預配置。您可以使用iptables配置防火牆。

This是iptables的許多介紹之一。需要記住的最重要的事情是,與典型的Windows防火牆不同,iptables不會過濾應用程序,而是過濾端口。

0

第一 - >小心chhange域或私人:

Seven Network configuration

二 - >上七或W2K8,小心o使用真正的管理員用戶,而不是在安裝時創建的僞之一。