IE 未检测到虚拟机上托管的代理服务器
我正在用 C#.NET 编写一个代理服务器。我的代理服务器托管在虚拟机上(例如 vm1)。现在,当我通过 vm1 中的 IE 访问互联网时,请求将按预期通过代理服务器。但是,如果我使用另一个虚拟机(例如 vm2)通过 IE 访问互联网,则会显示“Internet Explorer 无法显示网页”。我检查了 IE 的代理设置。看起来是正确的。我认为该请求根本没有到达 vm1。否则,代理服务器将记录请求者。
需要帮助。
-达特
I was writing a proxy server in C#.NET. My Proxy server has been hosted on a VM (say vm1). Now when I access internet through IE in vm1 the request goes through the proxy server as expected. But if I use another VM say vm2 to access internet through IE the 'Internet Explorer cannot display the webpage' is displayed. I checked the proxy settings for IE. It looks correct. The request is not reaching the vm1 at all I think. Otherwise, the proxy server would have logged who requested.
Need help guys.
-datte
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的“路线打印”输出。这是在虚拟机上。
而且,这是我的 ipconfig 输出
我的代理服务器托管在 IP 为 192.168.0.102 的计算机上。
帮助将不胜感激。
-达特
This is my 'route print' output. This is on a VM.
And, this is my ipconfig output
My proxy server is hosted in a machine with IP 192.168.0.102.
Help would be greatly appreciated.
-Datte