<?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 DHCP-relay problem with 2 VLANs in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237129#M29523</link>
    <description>Hello everyone!&lt;BR /&gt;&lt;BR /&gt;The story:&lt;BR /&gt;We need to create two separate VLANs for Office and Service-center. We have Procurve 4204vl switch. Office-VLAN (192.168.10.0/24) contains DNS, DHCP, NAS and GW for internet access. Service-VLAN (192.168.11.0/24) will have a lot of incoming PCs. Computers from Service-VLAN must not see computers from Office-VLAN.&lt;BR /&gt;&lt;BR /&gt;Primary task:&lt;BR /&gt;Computers from Service-VLAN should be able to receive IP configuration from DHCP (192.168.10.7) and have access to internet through GW (192.168.10.99).&lt;BR /&gt;&lt;BR /&gt;Secondary task:&lt;BR /&gt;Computers from Service-VLAN should be able to access files on NAS (192.168.10.3).&lt;BR /&gt;&lt;BR /&gt;I've created two VLANs. Configured two scopes on DHSP server (192.168.10.0/24 and 192.168.11.0/24). Enabled "ip routing" and "dhcp-relay" on switch. Added ip helper-address in Service-VLAN pointing to DHCP (192.168.10.7).&lt;BR /&gt;&lt;BR /&gt;The problem - clients in Service-VLAN do not receive configuration from DHCP server.&lt;BR /&gt;&lt;BR /&gt;Please see attached image and config for refence.&lt;BR /&gt;&lt;BR /&gt;Please advise.</description>
    <pubDate>Tue, 27 Apr 2010 11:55:15 GMT</pubDate>
    <dc:creator>Zahar</dc:creator>
    <dc:date>2010-04-27T11:55:15Z</dc:date>
    <item>
      <title>DHCP-relay problem with 2 VLANs</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237129#M29523</link>
      <description>Hello everyone!&lt;BR /&gt;&lt;BR /&gt;The story:&lt;BR /&gt;We need to create two separate VLANs for Office and Service-center. We have Procurve 4204vl switch. Office-VLAN (192.168.10.0/24) contains DNS, DHCP, NAS and GW for internet access. Service-VLAN (192.168.11.0/24) will have a lot of incoming PCs. Computers from Service-VLAN must not see computers from Office-VLAN.&lt;BR /&gt;&lt;BR /&gt;Primary task:&lt;BR /&gt;Computers from Service-VLAN should be able to receive IP configuration from DHCP (192.168.10.7) and have access to internet through GW (192.168.10.99).&lt;BR /&gt;&lt;BR /&gt;Secondary task:&lt;BR /&gt;Computers from Service-VLAN should be able to access files on NAS (192.168.10.3).&lt;BR /&gt;&lt;BR /&gt;I've created two VLANs. Configured two scopes on DHSP server (192.168.10.0/24 and 192.168.11.0/24). Enabled "ip routing" and "dhcp-relay" on switch. Added ip helper-address in Service-VLAN pointing to DHCP (192.168.10.7).&lt;BR /&gt;&lt;BR /&gt;The problem - clients in Service-VLAN do not receive configuration from DHCP server.&lt;BR /&gt;&lt;BR /&gt;Please see attached image and config for refence.&lt;BR /&gt;&lt;BR /&gt;Please advise.</description>
      <pubDate>Tue, 27 Apr 2010 11:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237129#M29523</guid>
      <dc:creator>Zahar</dc:creator>
      <dc:date>2010-04-27T11:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP-relay problem with 2 VLANs</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237130#M29524</link>
      <description>Here is config from switch:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hostname "YYY" &lt;BR /&gt;ip routing &lt;BR /&gt;snmp-server community "public" Unrestricted &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "DEFAULT_VLAN" &lt;BR /&gt;   untagged 1-20,23-26 &lt;BR /&gt;   ip address 192.168.10.111 255.255.255.0 &lt;BR /&gt;   no untagged 21-22 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 2 &lt;BR /&gt;   name "SERVICE_VLAN" &lt;BR /&gt;   untagged 21-22 &lt;BR /&gt;   ip address 192.168.11.111 255.255.255.0 &lt;BR /&gt;   ip helper-address 192.168.10.7 &lt;BR /&gt;   exit</description>
      <pubDate>Tue, 27 Apr 2010 11:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237130#M29524</guid>
      <dc:creator>Zahar</dc:creator>
      <dc:date>2010-04-27T11:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP-relay problem with 2 VLANs</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237131#M29525</link>
      <description>Verify that the DHCP scope is active and also the gateway address of the DHCP server is right. If it is using the GW(192.168.10.99) make sure that it knows where 192.167.11.0/24 network is&lt;BR /&gt;&lt;BR /&gt;Also add a route a default route and point it to the GW&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 28 Apr 2010 01:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237131#M29525</guid>
      <dc:creator>Usaia Tawakevou</dc:creator>
      <dc:date>2010-04-28T01:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP-relay problem with 2 VLANs</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237132#M29526</link>
      <description>You was right.&lt;BR /&gt;&lt;BR /&gt;I've added to switch GW address and 192.168.11.0/24 subnet to router.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 28 Apr 2010 05:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237132#M29526</guid>
      <dc:creator>Zahar</dc:creator>
      <dc:date>2010-04-28T05:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP-relay problem with 2 VLANs</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237133#M29527</link>
      <description>Got it working =)</description>
      <pubDate>Wed, 28 Apr 2010 05:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/dhcp-relay-problem-with-2-vlans/m-p/5237133#M29527</guid>
      <dc:creator>Zahar</dc:creator>
      <dc:date>2010-04-28T05:08:27Z</dc:date>
    </item>
  </channel>
</rss>

