|
Bugzilla – Full Text Bug Listing |
| Summary: | DNS queries take a long time after reconfiguring the network | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Michael Stather <kontakt> |
| Component: | YaST2 | Assignee: | Christian Zoz <zoz> |
| Status: | RESOLVED INVALID | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
YaST2 logs
one config file the w-lan card config file |
||
|
Description
Michael Stather
2005-11-21 18:05:00 UTC
Created attachment 57926 [details]
YaST2 logs
Please provide the output of `ifconfig', `route -n' and your /etc/resolv.conf (both things if plugged and unplugged would be helpful). Without WLAn adapter:
r098089:/home/michael # ifconfig
eth0 Protokoll:Ethernet Hardware Adresse 00:02:A5:B8:1B:0F
inet Adresse:10.150.98.89 Bcast:10.150.98.255 Maske:255.255.255.0
inet6 Adresse: fe80::202:a5ff:feb8:1b0f/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1753 errors:0 dropped:0 overruns:0 frame:0
TX packets:623 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:1000
RX bytes:592421 (578.5 Kb) TX bytes:132431 (129.3 Kb)
lo Protokoll:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:218 errors:0 dropped:0 overruns:0 frame:0
TX packets:218 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:0
RX bytes:16012 (15.6 Kb) TX bytes:16012 (15.6 Kb)
r098089:/home/michael # route -n
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
10.150.98.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.150.98.254 0.0.0.0 UG 0 0 0 eth0
r098089:/home/michael # cat /etc/resolv.conf
nameserver 10.150.126.2
nameserver 10.150.127.2
search stusta.mhn.de
With WLAN plugged, but not in a network (don´t have one here) but the problems are also without a WLAN network:
r098089:/home/michael # ifconfig
eth0 Protokoll:Ethernet Hardware Adresse 00:02:A5:B8:1B:0F
inet Adresse:10.150.98.89 Bcast:10.150.98.255 Maske:255.255.255.0
inet6 Adresse: fe80::202:a5ff:feb8:1b0f/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1989 errors:0 dropped:0 overruns:0 frame:0
TX packets:738 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:1000
RX bytes:689648 (673.4 Kb) TX bytes:148608 (145.1 Kb)
lo Protokoll:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:218 errors:0 dropped:0 overruns:0 frame:0
TX packets:218 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:0
RX bytes:16012 (15.6 Kb) TX bytes:16012 (15.6 Kb)
wlan0 Protokoll:Ethernet Hardware Adresse 00:01:24:B0:5C:B3
inet6 Adresse: fe80::201:24ff:feb0:5cb3/64 Gültigkeitsbereich:Verbindung
UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
r098089:/home/michael # route -n
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
10.150.98.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.150.98.254 0.0.0.0 UG 0 0 0 eth0
r098089:/home/michael # cat /etc/resolv.conf
nameserver 10.150.126.2
nameserver 10.150.127.2
search stusta.mhn.de
We need help from the kernel maintainers here. Nothing to do with us (initially). Suspect network misconfiguration. Christian, please reassign if you don't think its the fault of someone else. Networkmanager comes to mind. Is name resolution slow in the case that you describe in comment 4? That means wlan device plugged but not connected to an access point? Or is it slow as soon as you get a wlan connection? Please attach all /etc/sysconfig/network/ifcfg-* The problem occurs without the W-LAN adapter attached. Sorry, perhaps I should have written this before. Created attachment 58744 [details]
one config file
Created attachment 58747 [details]
the w-lan card config file
I attached the config files. What I noticed, the file for the W-LAN interface is readable only by root. I don´t know if this is intended (perhaps it is because of the WEP key in it) but I just noticed it. I have no idea up to now. Your setup looks sane so far. The name resolution is slow if the wlan device is not attached. And is it fast as soon as the wlan device - is attached? - is attached and has a working connection to an access point? Did you enable the firewall? Plugging in the W-LAN adapter without a network doesn´t help. If I´m in a WLAN the name resolution works instantly, it´s only the problem here within my network. And before I set up the WLAN-interface everything worked fine. Did you enable the firewall? Does it work if you call 'rcnascd restart' after you removed the wlan device? Also please provide the information like in comment 3 and 4 but when the wlan interface has a working connection. I changed my network settings and now I can´t reproduce this any more. I think you can close the bug, if it happens again I´ll reopen. cannot see a bug here |