Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Avatar for Username

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее
Решён Архивировано

Firefox ignores settings in /etc/hosts Mac Mavericks

glassdimly отвечено
glassdimly

Firefox only sees the first entry defined in /etc/hosts for 127.0.0.1.

Basically, Firefox is not seeing the modifications to the DNS entries I've made in /etc/hosts. Chrome is. However, later I noticed that Safari is not seeing them as well. After the troubleshooting below, I fixed the problem by moving all my /etc/hosts declarations to different lines as per here: http://www.justincarmony.com/blog/2011/07/27/mac-os-x-lion-etc-hosts-bugs-and-dns-resolution/

I have no idea why that works. But it does fix the issue for Firefox and Safari.

I tried a couple of things as per this thread: https://support.mozilla.org/en-US/questions/1011327

Things I tried (typing about:config into address bar): set keyword.enabled to false set browser.fixup.alternate.enabled to false turned of DNS caching.

None of these things worked, but migrating all my /etc/hosts config from multiple domains on a single line to separate lines did. Hope this helps someone.

Firefox only sees the first entry defined in /etc/hosts for 127.0.0.1. Basically, Firefox is not seeing the modifications to the DNS entries I've made in /etc/hosts. Chrome is. However, later I noticed that Safari is not seeing them as well. After the troubleshooting below, I fixed the problem by moving all my /etc/hosts declarations to different lines as per here: http://www.justincarmony.com/blog/2011/07/27/mac-os-x-lion-etc-hosts-bugs-and-dns-resolution/ I have no idea why that works. But it does fix the issue for Firefox and Safari. I tried a couple of things as per this thread: https://support.mozilla.org/en-US/questions/1011327 Things I tried (typing about:config into address bar): set keyword.enabled to false set browser.fixup.alternate.enabled to false turned of DNS caching. None of these things worked, but migrating all my /etc/hosts config from multiple domains on a single line to separate lines did. Hope this helps someone.

Все ответы (2)

"Windows: "3-bar" menu button (or Tools menu) > Options > Advanced > Network mini-tab > "Settings" button"

When you say disabled DNS cache, are you using a Remote DNS?

Did the operating system notice the change? http://apple.stackexchange.com/questi.../how-can-i-get-osx-mavericks-to-notice-a-dns-change-in-etc-hosts

Выбранное решение

migrating all my /etc/hosts config from multiple domains on a single line to separate lines did. Hope this helps someone.