alternativly
dhclient eth0 (replace with whatever your netcard is called)
Main Topics
Browse All TopicsI have suse 9.3 installed on my laptop (Dell D500) and am using Kwifimanager to configure the WLAN's. This works correctly and will connect to various WLANS depending upon which config I activate. However the dhcp client for the wireless connection will not retreve a IP address without me going into the network card setup in YaST and entering all the details. Kwifimanager will fill in the wifi settings on the YaST network page upon activation (as it should do), however the dhcp does not refresh.
Is there a way via the commandline I can force the connection on eth1 (my wireless card) to poll for a new address. I intend to add this command as a post connection script in Kwifimanger, so everytime I activate a new config it will force a refresh (which should sort this problem).
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
ive got ifup-dhcp & ifdown-dhcp.
This starts a dhcp cleint on an adapter ie: ifup-dhcp eth1
but this still doesn't seem to grab an IP address. The DHCP server is a belkin wireless router, but i may turn it off and use my SuSE 9.2 server to act as the DHCP instead to see if it's a compatibility issue with the belkin dhcp server.
Ok found the problem.
A new "feature" of the SuSE9.3 firewall (over previous versions) is that you have to explicitly allow DHCP client requests out for the "external interfaces", which includes wireless devices. With this set, I get an IP address no problems. Will split points between all posters...many thx.
Business Accounts
Answer for Membership
by: rindiPosted on 2005-06-21 at 05:24:40ID: 14265207
try
ifconfig wlan0 down
ifconfig wlan0 up