On 16 May 2005 16:37:33 -0700,
(E-Mail Removed) wrote:
> I have two boxes I use as desktops on my network. One runs Windows XP
> and the Other Mandrake Linux (10.0). The Linux box seems to take a long
> time for DNS resolution while the Windows system is a lot quicker. Is
> there any way to speed this up?
Depends.
One or both problems may exist. If you placed something in the
zeroconf box during configuration you need to disable tmdns.
click up a terminal and do the following:
su -l root
export DISPLAY=:0.0
chkconfig tmdns off
chkconfig --del tmdns
service network restart
cat /etc/resolv.conf
Now you should not see the node's ip address or 127.0.0.1
If so, remove them.
Now test if it is still slow.
If still slow, you can disable IPV6
kwrite /etc/modules.conf and add the line
alias net-pf-10 off (note: add a carriage return)
click File->Quit and Save
kwrite /etc/modprobe.conf and add the line
alias net-pf-10 off (note: add a carriage return)
click File->Quit and Save
kwrite /etc/sysconfig/network and add the line
NETWORKING_IPV6=no (note: add a carriage return)
click File->Quit and Save
Now reboot the system with
shutdown -r now