(我已将这个问题从网络工程 StachExchange 移过来。)
我有两个问题,我觉得它们有关联,但我不确定。如果这不是一个合适的论坛,我欢迎您就在哪里发布我的问题提出建议。
我无法从 PC 访问路由器配置页面,但我可以从同一网络上的其他设备访问它。我可以通过运行 ipconfig 看到默认网关是 192.168.1.1,并且我可以通过 Android 设备和另一台 PC 上的 Chrome 访问设置页面。在我的 PC 上,我有时会被提示输入用户名和密码,但页面从未加载。在 Chrome 中,它最终会询问我是否要关闭它,而在 Firefox 和 Edge 中它也无法加载。互联网访问一直没有问题,我重启了多次,打开和关闭路由器和调制解调器,重启它们,重置路由器并让我的 ISP 重新配置它,但都无济于事。
大约一个月前我第一次注意到了这个问题。
路由器是 Cisco Linksys E900。我下载了手册,但没有看到任何关于配置页面无法加载的情况。我还尝试在重置路由器时运行 Linksys Connect 来重新配置网络,但配置从未成功完成。
当我无法通过 FTP 连接到我管理的网站并寻找解决方案时,我意识到了这个问题。在 FileZilla 中,日志显示:
Status: Resolving address of grahamvdr.com
Status: Connecting to 196.41.123.237:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (196,41,123,237,152,106)
Command: MLSD
Error: The data connection could not be established: ECONNREFUSED - Connection refused by server
我联系了网站托管商,他们说他们这边没有问题,并将我的公共 IP 列入了白名单。我可以通过 cPanel 访问该网站,并且可以通过 FileZilla 访问我使用同一托管商管理的另一个网站。
如果我尝试在 FileZilla 中运行网络配置向导,我会得到以下信息:
Connecting to probe.filezilla-project.org
Response: 220 FZ router and firewall tester ready
USER FileZilla
Response: 331 Give any password.
PASS 3.14.0
Response: 230 logged on.
Checking for correct external IP address
Retrieving external IP address from http://ip.filezilla-project.org/ip.php
Checking for correct external IP address
IP 197.211.219.227 bjh-cbb-cbj-cch
Response: 200 OK
PREP 57083
Response: 200 Using port 57083, data token 1922781548
PORT 197,211,219,227,222,251
Response: 501 IP Mismatch. Tainted by router or firewall.
PORT command tainted by router or firewall.
Connection closed
FileZilla FTP 客户端在我的 Windows 防火墙允许的公共和私人连接的应用程序和功能中列出。
运行 ipconfig 得到以下结果:
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Users\Graham>ipconfig
Windows IP Configuration
Ethernet adapter Ethernet:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 5:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . : zol.co.zw
Link-local IPv6 Address . . . . . : fe80::f850:7853:6428:9561%10
IPv4 Address. . . . . . . . . . . : 192.168.1.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Tunnel adapter isatap.zol.co.zw:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : zol.co.zw
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:2c45:ca1e:3a2c:2444
Link-local IPv6 Address . . . . . : fe80::2c45:ca1e:3a2c:2444%2
Default Gateway . . . . . . . . . : ::
C:\Users\Graham>
上述信息适用于我的家庭网络,但我在工作网络中的 FileZilla 中也遇到了同样的问题。
我运行了 Windows 网络疑难解答程序,发现网络上有多个设备正在执行 NAT。(我现在在工作网络上,因此无法检查确切的措辞或详细信息。我可以稍后确认是否有用。)
过去,我可以通过这台电脑上的 FTP 访问路由器配置页面和我的站点,但自从我从 8.1 升级到 Windows 10 后,可能就无法访问了。我不确定上次成功连接的时间,也不确定自那时以来设置发生了哪些变化。
还有其他有用的信息吗?