<?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: Find DHCP Server from client in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132980#M572097</link>
    <description>Well, what I really wanted to do from my DHCP is client is to find out which DHCP server has acutually leased an IP address to me ...!!! With Windows as you said it is possible to find that out using ipconfig /all. &lt;BR /&gt;&lt;BR /&gt;I wonder if there is any file/command using which we can find this out...&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
    <pubDate>Mon, 01 Dec 2003 17:29:55 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2003-12-01T17:29:55Z</dc:date>
    <item>
      <title>Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132977#M572094</link>
      <description>How can a DHCP client can determine from which DHCP server has it got the IP address??&lt;BR /&gt;Is there any command for that??&lt;BR /&gt;&lt;BR /&gt;Pl. help&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Mon, 01 Dec 2003 16:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132977#M572094</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-01T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132978#M572095</link>
      <description>To the best of my knowledge, the client will send a dhcp broadcast and the server, hearing the broadcast will respond. Now this assumes that your routers will pass dhcp broadcasts across subnets. If it is not working then check with the network folks and see if they have shutdown broadcasts. If they have and won't re-enable them you will need a dhcp server on the same subnet as your dhcp clients.</description>
      <pubDate>Mon, 01 Dec 2003 17:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132978#M572095</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-12-01T17:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132979#M572096</link>
      <description>Boy did I read your message wrong and gave a completely off target answer. Sorry about that.&lt;BR /&gt;&lt;BR /&gt;It depends on the client, in Windows it is ipconfig /all if you are using HPUX I think all you can do is run arp -a and look for the server.&lt;BR /&gt;&lt;BR /&gt;Maybe someone else has a better answer.</description>
      <pubDate>Mon, 01 Dec 2003 17:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132979#M572096</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-12-01T17:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132980#M572097</link>
      <description>Well, what I really wanted to do from my DHCP is client is to find out which DHCP server has acutually leased an IP address to me ...!!! With Windows as you said it is possible to find that out using ipconfig /all. &lt;BR /&gt;&lt;BR /&gt;I wonder if there is any file/command using which we can find this out...&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Mon, 01 Dec 2003 17:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132980#M572097</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-01T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132981#M572098</link>
      <description>Try the following:&lt;BR /&gt;/usr/sbin/dhcptools -t ct=20&lt;BR /&gt;I'm not sure if this will only work on the DHCP server or if it will also work on the DHCP client. What it does is it traces packets going back and forth to the dhcp server and places it in the /tmp/dhcptrace file. Hope that will help.&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
      <pubDate>Mon, 01 Dec 2003 18:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132981#M572098</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2003-12-01T18:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132982#M572099</link>
      <description>Did you check the 'dhcpclient' command? If you enable DHCP, you can make use of this command to get DHCP details. Also check the file /etc/dhcpclient.data&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90008/00/00/81-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90008/00/00/81-toc.html&amp;amp;searchterms=dhcpclient&amp;amp;queryid=20031202-091025" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90008/00/00/81-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90008/00/00/81-toc.html&amp;amp;searchterms=dhcpclient&amp;amp;queryid=20031202-091025&lt;/A&gt;</description>
      <pubDate>Tue, 02 Dec 2003 11:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132982#M572099</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-12-02T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132983#M572100</link>
      <description>Sorry about that. I didnt try yesterday.&lt;BR /&gt;&lt;BR /&gt;I created a VIF using,&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0:1 plumb&lt;BR /&gt;ifconfig lan0:1 up&lt;BR /&gt;&lt;BR /&gt;Configured lan0:1 as DHCP client in&lt;BR /&gt;/etc/rc.config.d/netconf &lt;BR /&gt;&lt;BR /&gt;Restarted the network daemons. But lan0:1 still doesnt obtain any lease. I also tried,&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/dhclpclient -b lan0:1&lt;BR /&gt;&lt;BR /&gt;Is this the right way to configure a DHCP client??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik S S</description>
      <pubDate>Tue, 02 Dec 2003 11:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132983#M572100</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-02T11:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132984#M572101</link>
      <description>this link may be helpful&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;javascript&amp;amp;colon;openExternal("&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/56-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/56-toc.html&amp;amp;searchterms=configuration%7cdhcp&amp;amp;queryid=20031110-165843" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/56-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/56-toc.html&amp;amp;searchterms=configuration%7cdhcp&amp;amp;queryid=20031110-165843&lt;/A&gt;")</description>
      <pubDate>Wed, 03 Dec 2003 02:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132984#M572101</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2003-12-03T02:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132985#M572102</link>
      <description>Thanx .. but, It doesn't discuss about configuring the client.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Wed, 03 Dec 2003 14:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132985#M572102</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-03T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132986#M572103</link>
      <description>HOW DO I CONFIGURE HP-UX AS A DHCP CLIENT???&lt;BR /&gt;&lt;BR /&gt;Pl. help :-(&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Fri, 05 Dec 2003 17:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132986#M572103</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-05T17:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132987#M572104</link>
      <description>Check out this link on how to reconfigure for DHCP.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=91624" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=91624&lt;/A&gt;</description>
      <pubDate>Fri, 05 Dec 2003 17:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132987#M572104</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-12-05T17:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find DHCP Server from client</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132988#M572105</link>
      <description>Here is the documentation on configuring DHCP for HP-UX:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90775/B2355-90775_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90775/00/00/14-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90775/00/00/14-toc.html&amp;amp;searchterms=dhcp&amp;amp;queryid=20031205-153920" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90775/B2355-90775_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90775/00/00/14-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90775/00/00/14-toc.html&amp;amp;searchterms=dhcp&amp;amp;queryid=20031205-153920&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also take a look at the following forum:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140537" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140537&lt;/A&gt;</description>
      <pubDate>Fri, 05 Dec 2003 17:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-dhcp-server-from-client/m-p/3132988#M572105</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2003-12-05T17:44:21Z</dc:date>
    </item>
  </channel>
</rss>

