<?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: Configuring DHCP Server for multiple subnets in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dhcp-server-for-multiple-subnets/m-p/2626565#M591998</link>
    <description>Wim&lt;BR /&gt;&lt;BR /&gt;Thanks so much for your dhcptab file&lt;BR /&gt;&lt;BR /&gt;I made a cut and paste into mine; &lt;BR /&gt;edited it to my needs and now DHCP for multiple subnets is working.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Dec 2001 10:22:41 GMT</pubDate>
    <dc:creator>Rainer von Bongartz</dc:creator>
    <dc:date>2001-12-06T10:22:41Z</dc:date>
    <item>
      <title>Configuring DHCP Server for multiple subnets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dhcp-server-for-multiple-subnets/m-p/2626563#M591996</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;I want to configure my DHCP Server (11.i based) to support serving DHCP requests coming from two different subnets&lt;BR /&gt;&lt;BR /&gt;so it should contain something like&lt;BR /&gt;&lt;BR /&gt;addr-pool-start-address=10.1.1.1:addr-pool-last-address=10.1.1.200:subnet-mask=255.255.255.0 :gw=10.1.1.254 :\   &lt;BR /&gt;&lt;BR /&gt;AND&lt;BR /&gt;&lt;BR /&gt;addr-pool-start-address=10.1.2.1:addr-pool-last-address=10.1.2.200:subnet-mask=255.255.255.0 :gw=10.1.2.254 :\   &lt;BR /&gt;&lt;BR /&gt;Any hints how to configure since since I'm only able to configure it in a way that the servers supports only one of these subnets.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;rainer&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 09:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dhcp-server-for-multiple-subnets/m-p/2626563#M591996</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-12-06T09:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DHCP Server for multiple subnets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dhcp-server-for-multiple-subnets/m-p/2626564#M591997</link>
      <description>A first thing to do is to configure your routers to forward DHCP request from different subnets to your server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Configuring DHCP for multiple subnets should not be that difficult. I configured DHCP with SAM. I compared your entries with mine, and those are the only differences that I can detect between different subnets. Of course, you need to supply a different pool-name.&lt;BR /&gt;&lt;BR /&gt;Thiese are the contents of my /etc/dhcptab :&lt;BR /&gt;&lt;BR /&gt;dhcp_pool_group: pool-name=Zandvliet: addr-pool-start-address=10.134.192.1: addr-pool-last-address=10.134.192.254: lease-time=2419200: lease-policy=accept-new-clients: allow-bootp-clients=FALSE: subnet-mask=255.255.240.0: gw=10.134.207.253: ds=172.24.4.1 172.24.4.2: dn=haven.antwerpen.be: na=172.24.4.1 172.24.4.2: nc=0x8&lt;BR /&gt;&lt;BR /&gt;dhcp_pool_group: pool-name=Haven_63: addr-pool-start-address=10.128.228.1: addr-pool-last-address=10.128.228.254: lease-time=2419200: lease-policy=accept-new-clients: allow-bootp-clients=FALSE: subnet-mask=255.255.240.0: gw=10.128.239.254: ds=172.24.4.1 172.24.4.2: dn=haven.antwerpen.be: na=172.24.4.1 172.24.4.2: nc=0x8&lt;BR /&gt;&lt;BR /&gt;dhcp_pool_group: pool-name=Amaris_K170: addr-pool-start-address=10.134.48.51: addr-pool-last-address=10.134.48.100: lease-time=2419200: lease-policy=accept-new-clients: allow-bootp-clients=FALSE: subnet-mask=255.255.240.0: gw=10.134.63.254: ds=172.24.4.1 172.24.4.2: dn=haven.antwerpen.be: na=172.24.4.1 172.24.4.2: nc=0x8&lt;BR /&gt;&lt;BR /&gt;dhcp_pool_group: pool-name=Amaris_Ethernet: addr-pool-start-address=10.134.128.51: addr-pool-last-address=10.134.128.150: lease-time=2419200: lease-policy=accept-new-clients: allow-bootp-clients=FALSE: subnet-mask=255.255.240.0: gw=10.134.128.254: ds=172.24.4.1 172.24.4.2: dn=haven.antwerpen.be: na=172.24.4.1 172.24.4.2: nc=0x8&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 09:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dhcp-server-for-multiple-subnets/m-p/2626564#M591997</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2001-12-06T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DHCP Server for multiple subnets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dhcp-server-for-multiple-subnets/m-p/2626565#M591998</link>
      <description>Wim&lt;BR /&gt;&lt;BR /&gt;Thanks so much for your dhcptab file&lt;BR /&gt;&lt;BR /&gt;I made a cut and paste into mine; &lt;BR /&gt;edited it to my needs and now DHCP for multiple subnets is working.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2001 10:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dhcp-server-for-multiple-subnets/m-p/2626565#M591998</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-12-06T10:22:41Z</dc:date>
    </item>
  </channel>
</rss>

