Re: firefox is not working in FC5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jerin Jacob K wrote:
> On Tue, 2006-09-05 at 13:20 +0800, Chong Yu Meng wrote:
> In Konqueror i am able browse  it is connect through wireless lan
> point . 
> 

Firefox has a nasty habit of querying DNS using TCP, instead of UDP.
Therefore, it requires a DNS Server that allows clients to query it
using TCP. Some routers and modems do not allow DNS queries over TCP,
simply because it isn't standard (In DNS, TCP is used for zone
transfers, and UDP is used for querying).

You can determine if this is the case, by obtaining the DNS servers that
your system has in /etc/resolv.conf, and executing the following commands:

dig @<dns-server> +tcp www.google.com (which should fail, if the router
is not able to handle DNS queries over TCP)

and

dig @<dns-server> +notcp www.google.com (which should complete anyway)

If your router appears not to be able to handle DNS queries over TCP,
edit your /etc/resolv.conf to include some nameservers that do (for
example, your own DNS server with the router as one of its forwarders,
or the DNS servers that your router has listed as forwarders).

Hope this helps!

Kind regards,

-kanarip

-- 
Jeroen van Meeuwen, LPIC-1, MCP
http://www.kanarip.com/
C6B0 7FB4 43E6 CDDA D258  F70B 28DE 9FDA 9342 BF08

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux