0

Set-WSManQuickConfig在 Powershell 中尝试过命令,但它无法配置防火墙:

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 中,怎么做?

4

2 回答 2

1

正如您在 Windows 中所知道的那样,Linux 没有任何“网络类型”的概念。

我假设网络类型基本上是一种防火墙预配置。您可以使用 iptables 配置防火墙。

是对 iptables 的众多介绍之一。要记住的最重要的事情是,与典型的 Windows 防火墙不同,iptables 不过滤应用程序,而是过滤端口。

于 2012-04-07T21:54:01.770 回答
0

首先 -> 小心更改为 domain 或 private :

七 网络配置

第二 -> 在 7 或 W2K8 上,小心使用真正的管理员用户,而不是在安装时创建的伪用户。

于 2012-04-08T06:47:13.693 回答