我正在Win7机器上的Virtualbox环境中运行Win7。我可以通过SSH从主机(win7)连接到那里,但是Apache的httpd没有应答。
我可以在CentOS中通过curl localhost、curl 172.27.59.38获得响应,但是IP地址在主机上没有响应:
C:\Users\username>telnet 172.27.59.38 80
Connecting To 172.27.59.38...Could not open connection to the host, on port 80:
Connect failed
另外,nmap localhost没有显示
I am implementing a SocketServer for an Android device.
The device I am using is Samsung G2 I9100.
1. The device is connected to LAN through WiFi
2. The IP returned to the device using 'NetworkInterface.getNetworkInterfaces()' & friends is 192.168.2.9
3. The server implementation is as
我让SQL Server 2000在Win7上运行。没有管理工具,所以我想知道如何配置/与服务器交互。我的主要目的是启用远程连接。我知道如何使用SQL Server 2008/Win7,但不知道如何使用SQL Server 2000?
1433是SQL Server 2000的默认端口吗?
允许通过Windows Firewall通过Win7 Home Basic端口吗?
谢谢!