Bugzilla – Bug 131625
Yast wireless config does not set up gateway or dns information.
Last modified: 2005-11-08 09:25:58 UTC
When configuring wireless on my HP DV1000 with the ipw2200 through yast, it will connect to the access point, and receive a proper ip address through dhcp, but it will not set the gateway or the dns, i have tried this on 2 different networks, one with WPA-PSK, and one using WEP, both have the same results. Incedentily if i configure the WEP network using the kinternet dialog, it works fine. The wep network is a Netgear 302, and the WPA network is a Linksys WAP54G, both dhcp servers are Windows server 2003. BTW, this has existed since 9.3.
I discovered, killing dhcpcd and restarting it manualy on the command line it fixes the problem. So i would suspect that something is not being run corectly by the init scripts.
Please attach the yast2-logiles after you tried to set up your wireless card, thanks. Also attach the output of `hwinfo --network'. Thanks.
I had this problem too - there was a dhcpcd running on the wired interface, and the second on the wireless refused to set the default gateway and the dns. This is intended behaviour, see /etc/sysconfig/network/ifcfg.template
Created attachment 56544 [details] This should contain the information you need from yast during the configuration of the wireless network. If this is not what you need please let me know.
Created attachment 56545 [details] hwinfo --network Here is the hwinfo that you needed as well.
(In reply to comment #3) > I had this problem too - there was a dhcpcd running on the wired interface, and > the second on the wireless refused to set the default gateway and the dns. > > This is intended behaviour, see /etc/sysconfig/network/ifcfg.template > Thank you for this tibit of information, this helps partially solve the problem, though i feel as almost that if the network cable is not pluged into to the other card it should not be trying to run dhcpcd on it? perhaps there is a way of doing this?
Martin: Is this something for you?
Yes, two dhcp clients fighting over the default route is a known problem. We have one solution already in 10.1 Alpha, using ifplugd which only keeps one interface up. (bug 115448) Also, we will be using NetworkManager on the desktop to that same end. *** This bug has been marked as a duplicate of 115448 ***