<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076499#M6747</link>
    <description>The windows machines are probably making their names available to the router via netbios or WINS, not DNS.&lt;BR /&gt; &lt;BR /&gt;This functionality is thankfully not available in Linux.  If you are getting an IP address, DHCP is set up correctly.&lt;BR /&gt; &lt;BR /&gt;ifconfig&lt;BR /&gt; &lt;BR /&gt;Will display a matching address to the router table.&lt;BR /&gt; &lt;BR /&gt;In this setup, the only way to get a hostname on that router table is to set up the router to hand out names at the same time as it hands out addresses.  I'm not sure whether that router can do that.&lt;BR /&gt; &lt;BR /&gt;That router does DNS as a default, forwarding information from your ISP.&lt;BR /&gt; &lt;BR /&gt;I think in this case its situation normal, just not quite what you expected.&lt;BR /&gt; &lt;BR /&gt;I would check that the hostname is set correct, though I don't believe it will help. I would do a dig and nslookup and make sure /etc/ressolv.conf is working(if you can browse you are okay).  I don't think any of these steps will actually update that router table, but I've been wrong before.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
    <pubDate>Tue, 23 Sep 2003 12:54:15 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-09-23T12:54:15Z</dc:date>
    <item>
      <title>DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076495#M6743</link>
      <description>Just set up Linux server on a PC - my home network.  I have a Linksys router/switch which serves DHCP, so I configured Linux to use DHCP.  I gave the linux box a hostname, checked the 'DHCP' option, and that was it.&lt;BR /&gt;&lt;BR /&gt;My router assigns an address OK, but when I look at the router's DCHP client table, it shows the address of the Linux box, but not it's name.&lt;BR /&gt;&lt;BR /&gt;Windows clients on my network -do- show the name in the router's DHCP client table.&lt;BR /&gt;&lt;BR /&gt;So I must be missing something in the Linux config.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 10:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076495#M6743</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-09-23T10:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076496#M6744</link>
      <description>The question - what needs to be configured in Linux to have it register the hostname with DHCP, when it requests an address?&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 10:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076496#M6744</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-09-23T10:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076497#M6745</link>
      <description>seems like your linux client doesn't update the dns itself. Look for the option in the router to do it for the client.&lt;BR /&gt;In windows there's a check box in DHCP configuration. In linux there's an option dynamic dns something.Look at the manual for your router.</description>
      <pubDate>Tue, 23 Sep 2003 10:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076497#M6745</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-09-23T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076498#M6746</link>
      <description>I'm not running DNS specifically; DNS is coming from my ISP via the router.  So I'm not sure that I understand what you mean.  I don't see any settings on the router that apply (Linksys BEFSR11).&lt;BR /&gt;&lt;BR /&gt;Since my Windows clients do pass their name on to the router, I figured it was a DHCP client-side setting someplace.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 12:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076498#M6746</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-09-23T12:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076499#M6747</link>
      <description>The windows machines are probably making their names available to the router via netbios or WINS, not DNS.&lt;BR /&gt; &lt;BR /&gt;This functionality is thankfully not available in Linux.  If you are getting an IP address, DHCP is set up correctly.&lt;BR /&gt; &lt;BR /&gt;ifconfig&lt;BR /&gt; &lt;BR /&gt;Will display a matching address to the router table.&lt;BR /&gt; &lt;BR /&gt;In this setup, the only way to get a hostname on that router table is to set up the router to hand out names at the same time as it hands out addresses.  I'm not sure whether that router can do that.&lt;BR /&gt; &lt;BR /&gt;That router does DNS as a default, forwarding information from your ISP.&lt;BR /&gt; &lt;BR /&gt;I think in this case its situation normal, just not quite what you expected.&lt;BR /&gt; &lt;BR /&gt;I would check that the hostname is set correct, though I don't believe it will help. I would do a dig and nslookup and make sure /etc/ressolv.conf is working(if you can browse you are okay).  I don't think any of these steps will actually update that router table, but I've been wrong before.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Sep 2003 12:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076499#M6747</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-23T12:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076500#M6748</link>
      <description>Steven, I'm inclinded to think you are correct, esp. about the Windows thing.  I've decided to contact Linksys tech support via email, they're responsive.  I'll ask them about names.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 13:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076500#M6748</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-09-23T13:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076501#M6749</link>
      <description>If it is a NetBIOS thing (which I doubt), I can't see how it would work, given thatn NetBIOS needs an IP to work..&lt;BR /&gt; &lt;BR /&gt;Windows has the irritating ability to send out names here and there.  You could probably get the DHCP client on Linux to do the same thing with prompting..  I vaguely remember reading about it... gimmie a tick.&lt;BR /&gt; &lt;BR /&gt;...&lt;BR /&gt; &lt;BR /&gt;...&lt;BR /&gt; &lt;BR /&gt;If you are using 'pump' for your dhcp client, it has a flag '--win-client-id' of which is listed in the help file as "Windows-like client identifier".&lt;BR /&gt; &lt;BR /&gt;If you are using 'dhcpcd', uses the '-I' flag to specify a "Client ID".&lt;BR /&gt; &lt;BR /&gt;To get these to work, you may need to modify the network startup routines.  As you've not mentioned what distribution you are using, we can't give you too much help at this point.&lt;BR /&gt; &lt;BR /&gt;Good luck!  Let us know how you get on!</description>
      <pubDate>Tue, 23 Sep 2003 19:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076501#M6749</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-09-23T19:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076502#M6750</link>
      <description>Thanks Stuart.  I'm currently running RH6 but soon to install RH8.  I did send an email to Linksys but alas, we're starting with 'is your router plugged in?' so it'll be a while.  In any case, since it's OK for WIN clients I suspect now it's not the router and I will look at your suggestions.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 08:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076502#M6750</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-09-24T08:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076503#M6751</link>
      <description>1) there is a bug in all RH 7.x, 8.0, 9 versions - DHCP client doesn't send its hostname.&lt;BR /&gt;&lt;BR /&gt;in order to fix this, you need add &lt;BR /&gt;&lt;BR /&gt;DHCP_HOSTNAME=your_hostname&lt;BR /&gt;&lt;BR /&gt;to /etc/sysconfig/network&lt;BR /&gt;&lt;BR /&gt;2) and if you want to update WINS from linux box, you can do this using Samba&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 25 Sep 2003 03:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp/m-p/3076503#M6751</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-09-25T03:07:32Z</dc:date>
    </item>
  </channel>
</rss>

