最近,我在我的Ubuntu18.04服务器上做了一个端口扫描(使用www.ipfingerprints.com),发现了一些我没有打开的端口。以下是开放的港口:
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
111/tcp filtered rpcbind
135/tcp filtered msrpc
136/tcp filtered profile
137/tcp filtered netbios-ns
138/tcp filtered netbios-dgm
我想像这样使用我的iptables文件。
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:FIREWALL - [0:0]
-A INPUT -i lo -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type any
建立到服务器的连接时出错。当连接到Server 2008时,此失败可能是由于在默认设置下Server不允许远程连接造成的。(提供者:命名管道提供程序,错误: 40 -无法打开到Server的连接) (Microsoft,错误: 2)
并且缺少Server服务(MSSQLServer)!
Name State Start Mode Log On As Process ID Service Type
SQL Server Integration Services 10.0 Running Manual NT AUTHORITY\NETWORKSERVICE 70
我想在亚马逊网络服务(Amazon Web services) EC2实例上设置SpagoBI。我已经下载了all in one软件包,并将其移动到AWS。我运行了启动脚本。我已经在我的本地机器上执行了相同的步骤,它工作得很好。
在AWS上,我为tomcat和EC2分别打开了8080端口和80端口。我不能访问软件。
任何关于我如何解决这个问题的想法,将非常感谢!