<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DHCP client on SuSE 9.3 Professional for interface wlan0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618799#M19432</link>
    <description>from the dhcp config file you can choose (if you installed it via Yast)&lt;BR /&gt;/etc/sysconfig/network/dhcp&lt;BR /&gt;&lt;BR /&gt;# Which DHCP client should be used?&lt;BR /&gt;# If empty, dhcpcd is tried, then dhclient&lt;BR /&gt;# Other possible values:&lt;BR /&gt;#       dhcpcd   (DHCP client daemon)&lt;BR /&gt;#       dhclient (ISC dhclient)&lt;BR /&gt;DHCLIENT_BIN=""&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Sep 2005 03:44:47 GMT</pubDate>
    <dc:creator>Hoefnix</dc:creator>
    <dc:date>2005-09-06T03:44:47Z</dc:date>
    <item>
      <title>DHCP client on SuSE 9.3 Professional for interface wlan0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618794#M19427</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;I have my WLAN (D-Link DWL-122) running on interface wlan0, iwconfig shows me the interface is up.&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;How do I get wlan0 working as a DHCP client, any ideas? I don't need dhcpd for that do I?&lt;BR /&gt;&lt;BR /&gt;Thanks for any helpful hints and tips, points will be awarded.&lt;BR /&gt;&lt;BR /&gt;Kind regards, Christian</description>
      <pubDate>Mon, 05 Sep 2005 09:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618794#M19427</guid>
      <dc:creator>Christian Deutsch_1</dc:creator>
      <dc:date>2005-09-05T09:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP client on SuSE 9.3 Professional for interface wlan0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618795#M19428</link>
      <description>issuing&lt;BR /&gt;&lt;BR /&gt;dhclient wlan0&lt;BR /&gt;&lt;BR /&gt;should do it, after having assigned the ssid and stuff.</description>
      <pubDate>Mon, 05 Sep 2005 12:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618795#M19428</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-09-05T12:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP client on SuSE 9.3 Professional for interface wlan0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618796#M19429</link>
      <description>Dear Florian,&lt;BR /&gt;&lt;BR /&gt;Thanks for the hint, but could it be that SuSE 9.3 doesn't include a "dhclient" binary?&lt;BR /&gt;&lt;BR /&gt;I'll do some more looking around and asking around.&lt;BR /&gt;&lt;BR /&gt;Kind regards, Christian</description>
      <pubDate>Tue, 06 Sep 2005 02:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618796#M19429</guid>
      <dc:creator>Christian Deutsch_1</dc:creator>
      <dc:date>2005-09-06T02:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP client on SuSE 9.3 Professional for interface wlan0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618797#M19430</link>
      <description>Christian,&lt;BR /&gt;&lt;BR /&gt;Check the /etc/sysconfig/network/ifcfg-wlan0 for:&lt;BR /&gt;BOOTPROTO='dhcp'&lt;BR /&gt;&lt;BR /&gt;If you use 2 NIC's and only one at the time is up you may want to use &lt;BR /&gt;DHCLIENT_PRIMARY_DEVICE='yes'&lt;BR /&gt;&lt;BR /&gt;In this file because the dhcp client for this interface will then also update your resolve.conf etc..&lt;BR /&gt;&lt;BR /&gt;Also this file good be updated using Yast.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Peter Geluk&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Sep 2005 03:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618797#M19430</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2005-09-06T03:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP client on SuSE 9.3 Professional for interface wlan0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618798#M19431</link>
      <description>Ps. SuSE 9.3 does include a dhcp client (2 infact)&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 06 Sep 2005 03:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618798#M19431</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2005-09-06T03:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP client on SuSE 9.3 Professional for interface wlan0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618799#M19432</link>
      <description>from the dhcp config file you can choose (if you installed it via Yast)&lt;BR /&gt;/etc/sysconfig/network/dhcp&lt;BR /&gt;&lt;BR /&gt;# Which DHCP client should be used?&lt;BR /&gt;# If empty, dhcpcd is tried, then dhclient&lt;BR /&gt;# Other possible values:&lt;BR /&gt;#       dhcpcd   (DHCP client daemon)&lt;BR /&gt;#       dhclient (ISC dhclient)&lt;BR /&gt;DHCLIENT_BIN=""&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Sep 2005 03:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618799#M19432</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2005-09-06T03:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP client on SuSE 9.3 Professional for interface wlan0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618800#M19433</link>
      <description>Dear Peter,&lt;BR /&gt;&lt;BR /&gt;Yes thanks for the hints. I did see the "dhcpd" package including a DHCP client and also the "dhcp-client" package.&lt;BR /&gt;&lt;BR /&gt;I'll try now according to your advice.&lt;BR /&gt;&lt;BR /&gt;Almost there, this was a tough one (for me anyway).&lt;BR /&gt;&lt;BR /&gt;Thanks again everyone, Christian</description>
      <pubDate>Tue, 06 Sep 2005 03:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-client-on-suse-9-3-professional-for-interface-wlan0/m-p/3618800#M19433</guid>
      <dc:creator>Christian Deutsch_1</dc:creator>
      <dc:date>2005-09-06T03:46:18Z</dc:date>
    </item>
  </channel>
</rss>

