- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DHCP client on SuSE 9.3 Professional for inter...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2005 02:50 AM
тАО09-05-2005 02:50 AM
DHCP client on SuSE 9.3 Professional for interface wlan0
I have my WLAN (D-Link DWL-122) running on interface wlan0, iwconfig shows me the interface is up.
To get the TCP/IP stack running on this interface, I need to use ifconfig to get the connection between wlan0 and the TCP/IP stack, correct?
How do I get wlan0 working as a DHCP client, any ideas? I don't need dhcpd for that do I?
Thanks for any helpful hints and tips, points will be awarded.
Kind regards, Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2005 05:16 AM
тАО09-05-2005 05:16 AM
Re: DHCP client on SuSE 9.3 Professional for interface wlan0
dhclient wlan0
should do it, after having assigned the ssid and stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2005 07:48 PM
тАО09-05-2005 07:48 PM
Re: DHCP client on SuSE 9.3 Professional for interface wlan0
Thanks for the hint, but could it be that SuSE 9.3 doesn't include a "dhclient" binary?
I'll do some more looking around and asking around.
Kind regards, Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2005 08:41 PM
тАО09-05-2005 08:41 PM
Re: DHCP client on SuSE 9.3 Professional for interface wlan0
Check the /etc/sysconfig/network/ifcfg-wlan0 for:
BOOTPROTO='dhcp'
If you use 2 NIC's and only one at the time is up you may want to use
DHCLIENT_PRIMARY_DEVICE='yes'
In this file because the dhcp client for this interface will then also update your resolve.conf etc..
Also this file good be updated using Yast.
HTH,
Peter Geluk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2005 08:42 PM
тАО09-05-2005 08:42 PM
Re: DHCP client on SuSE 9.3 Professional for interface wlan0
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2005 08:44 PM
тАО09-05-2005 08:44 PM
Re: DHCP client on SuSE 9.3 Professional for interface wlan0
/etc/sysconfig/network/dhcp
# Which DHCP client should be used?
# If empty, dhcpcd is tried, then dhclient
# Other possible values:
# dhcpcd (DHCP client daemon)
# dhclient (ISC dhclient)
DHCLIENT_BIN=""
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2005 08:46 PM
тАО09-05-2005 08:46 PM
Re: DHCP client on SuSE 9.3 Professional for interface wlan0
Yes thanks for the hints. I did see the "dhcpd" package including a DHCP client and also the "dhcp-client" package.
I'll try now according to your advice.
Almost there, this was a tough one (for me anyway).
Thanks again everyone, Christian