如何避免 .pac 文件中 myIpAddress() 上的 127.0.0.1
知道如何避免 myIpAddress() 总是返回 127.0.0.1,而不是实际的主机 IP 地址吗?
环境是Ubuntu 11.04和Firefox 4.0.1。
Wikipedia 上从 /etc/hosts 文件中删除条目的标准答案没有'没有帮助。
Any idea how to avoid myIpAddress() always returning 127.0.0.1, instead of actual the host IP address?
Environment is Ubuntu 11.04 with Firefox 4.0.1.
The standard answer on Wikipedia of removing entries from the /etc/hosts file didn't help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最终起作用的是使用 IP 地址正确更新 /etc/hosts 中的条目。
在Ubuntu中,网络管理器配置网络接口后,将执行
/etc/network/if-up.d
目录中的可执行文件。该脚本会相应地更新 IP 地址:
What has finally worked, was to update the entry in /etc/hosts correctly with the IP address.
In Ubuntu, executable files in the
/etc/network/if-up.d
directory are being executed after the network manager configures a network interface.This script does update the ip address accordingly: