<?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: VLAN's and IP Helper in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661386#M23154</link>
    <description>If SonicWall  perform L3 routing, then DHCP scope must be:&lt;BR /&gt;Scope 1 Name = Default_VLAN&lt;BR /&gt;Range 192.192.10.50 to 192.192.10.100&lt;BR /&gt;Default Gateway 192.192.10.11 (Sonicwall)&lt;BR /&gt;&lt;BR /&gt;Scope 2 Name = VOIP&lt;BR /&gt;Range 192.192.14.50 to 192.192.14.100&lt;BR /&gt;Default Gateway 192.192.14.11 (Sonicwall)&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Jul 2010 20:18:21 GMT</pubDate>
    <dc:creator>Natasha Samoylenko</dc:creator>
    <dc:date>2010-07-14T20:18:21Z</dc:date>
    <item>
      <title>VLAN's and IP Helper</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661383#M23151</link>
      <description>&lt;!--!*#--&gt;Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;I am trying to get the IP helper-address command working.&lt;BR /&gt;&lt;BR /&gt;My equipment is 1 x 4204vl and 1 x 2610-24.  I've included the configs of both below.&lt;BR /&gt;&lt;BR /&gt;I have 2 VLAN’s, VLAN 1 = Default_VLAN and VLAN 2 = VOIP&lt;BR /&gt;VLAN 1 = 192.192.10.x&lt;BR /&gt;VLAN 2 = 192.192.14.x&lt;BR /&gt;&lt;BR /&gt;The device that performs L3 routing is a Sonicwall 3060 firewall.  I am happy that my VLAN’s are working.  I am able to configure a device with a static IP of 192.192.14.x on VLAN 2 and communicate with the switches, the firewall and other devices on the 192.192.14.x and 192.192.10.x subnets.&lt;BR /&gt;&lt;BR /&gt;I want my DHCP server to assign IP addresses to both VLAN’s and therefore I have configured 2 x DHCP scopes on the server:&lt;BR /&gt;DHCP server = 192.192.10.7 (plugged into A15 on the 4204 and tagged on VLAN 2)&lt;BR /&gt;&lt;BR /&gt;Scope 1 Name = Default_VLAN&lt;BR /&gt;Range 192.192.10.50 to 192.192.10.100&lt;BR /&gt;Default Gateway 192.192.10.11 (Sonicwall)&lt;BR /&gt;&lt;BR /&gt;Scope 2 Name = VOIP&lt;BR /&gt;Range 192.192.14.50 to 192.192.14.100&lt;BR /&gt;Default Gateway 192.192.14.1 (The IP address of the 4204 on VLAN 2) – Is this correct?&lt;BR /&gt;&lt;BR /&gt;I have enabled the IP Helper-Address on VLAN 2.  The DHCP server does not give out any addresses to devices on VLAN 2. Can anyone tell me why it isn't working?  I've spent so long looking at the configuration that I'm sure the answer is staring me in the face.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;; J8770A Configuration Editor; Created on release #L.11.20&lt;BR /&gt;&lt;BR /&gt;hostname "ProCurve Switch 4204vl" &lt;BR /&gt;module 1 type J8768A &lt;BR /&gt;module 2 type J9033A &lt;BR /&gt;interface A12 &lt;BR /&gt;   lacp Passive &lt;BR /&gt;exit&lt;BR /&gt;interface A13 &lt;BR /&gt;   lacp Passive &lt;BR /&gt;exit&lt;BR /&gt;interface A14 &lt;BR /&gt;   lacp Passive &lt;BR /&gt;exit&lt;BR /&gt;interface A15 &lt;BR /&gt;   lacp Passive &lt;BR /&gt;exit&lt;BR /&gt;interface A16 &lt;BR /&gt;   lacp Passive &lt;BR /&gt;exit&lt;BR /&gt;interface A17 &lt;BR /&gt;   lacp Passive &lt;BR /&gt;exit&lt;BR /&gt;interface A18 &lt;BR /&gt;   lacp Passive &lt;BR /&gt;exit&lt;BR /&gt;trunk A1 Trk1 Trunk &lt;BR /&gt;ip default-gateway 192.192.14.11 &lt;BR /&gt;sntp server 192.192.10.7 &lt;BR /&gt;ip routing &lt;BR /&gt;timesync sntp &lt;BR /&gt;sntp unicast &lt;BR /&gt;snmp-server community "public" Unrestricted &lt;BR /&gt;snmp-server host 192.192.10.70 "public" &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "DEFAULT_VLAN" &lt;BR /&gt;   untagged A2-A20,B1-B24,Trk1 &lt;BR /&gt;   ip address 192.192.10.253 255.255.255.0 &lt;BR /&gt;   no untagged A21-A24 &lt;BR /&gt;   ip igmp &lt;BR /&gt;   exit &lt;BR /&gt;vlan 2 &lt;BR /&gt;   name "VOIP" &lt;BR /&gt;   untagged A23-A24 &lt;BR /&gt;   ip address 192.192.14.1 255.255.255.0 &lt;BR /&gt;   qos priority 6 &lt;BR /&gt;   ip helper-address 192.192.10.7 &lt;BR /&gt;   tagged A12,A15,A21-A22,Trk1 &lt;BR /&gt;   voice &lt;BR /&gt;   exit &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.192.14.11 &lt;BR /&gt;no stack &lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;&lt;BR /&gt;; J9085A &lt;BR /&gt;Configuration Editor; Created on release #R.11.30&lt;BR /&gt;&lt;BR /&gt;hostname "ProCurve Switch 2610-24" &lt;BR /&gt;trunk 26 Trk1 Trunk &lt;BR /&gt;ip default-gateway 192.192.14.11 &lt;BR /&gt;sntp server 192.192.10.7 &lt;BR /&gt;ip routing &lt;BR /&gt;timesync sntp &lt;BR /&gt;sntp unicast &lt;BR /&gt;snmp-server community "public" Unrestricted &lt;BR /&gt;snmp-server host 192.192.10.70 "public" &lt;BR /&gt;vlan 1 &lt;BR /&gt;   name "DEFAULT_VLAN" &lt;BR /&gt;   untagged 7-25,27-28,Trk1 &lt;BR /&gt;   ip address 192.192.10.252 255.255.255.0 &lt;BR /&gt;   no untagged 1-6 &lt;BR /&gt;   exit &lt;BR /&gt;vlan 2 &lt;BR /&gt;   name "VOIP" &lt;BR /&gt;   untagged 1-2 &lt;BR /&gt;   ip address 192.192.14.2 255.255.255.0 &lt;BR /&gt;   qos priority 6&lt;BR /&gt;   tagged 3-6,Trk1 &lt;BR /&gt;   voice &lt;BR /&gt;   exit &lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;&lt;BR /&gt;Jonathan</description>
      <pubDate>Wed, 14 Jul 2010 15:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661383#M23151</guid>
      <dc:creator>Jonathan de Beere</dc:creator>
      <dc:date>2010-07-14T15:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN's and IP Helper</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661384#M23152</link>
      <description>Hi, Jonathan&lt;BR /&gt;&lt;BR /&gt;If L3 routing performs a Sonicwall, then why you enable ip routing on both switches?&lt;BR /&gt;&lt;BR /&gt;Did you configure a tagged link (or trunk) between switch and Sonicwall?&lt;BR /&gt;Sonicwall has ip addresses in both VLANs?&lt;BR /&gt;&lt;BR /&gt;Then you test network with a static IP addresses that default gateway you use on host? &lt;BR /&gt;That default gateway you use for DHCP server?&lt;BR /&gt;&lt;BR /&gt;I think that the DHCP server does not give out any addresses to devices on VLAN 2 because of routing misconfiguration.&lt;BR /&gt;&lt;BR /&gt;And, also, DHCP server don't need to be tagged in VLAN 2 to assign addresses to hosts in that VLAN.&lt;BR /&gt;I attach topology like I understand it from your configs.&lt;BR /&gt;&lt;BR /&gt;I think you have some unnecessary commands on switches. But to say that for sure I need some clarification about your exact topology</description>
      <pubDate>Wed, 14 Jul 2010 20:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661384#M23152</guid>
      <dc:creator>Natasha Samoylenko</dc:creator>
      <dc:date>2010-07-14T20:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN's and IP Helper</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661385#M23153</link>
      <description>sorry, wrong topology :)</description>
      <pubDate>Wed, 14 Jul 2010 20:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661385#M23153</guid>
      <dc:creator>Natasha Samoylenko</dc:creator>
      <dc:date>2010-07-14T20:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN's and IP Helper</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661386#M23154</link>
      <description>If SonicWall  perform L3 routing, then DHCP scope must be:&lt;BR /&gt;Scope 1 Name = Default_VLAN&lt;BR /&gt;Range 192.192.10.50 to 192.192.10.100&lt;BR /&gt;Default Gateway 192.192.10.11 (Sonicwall)&lt;BR /&gt;&lt;BR /&gt;Scope 2 Name = VOIP&lt;BR /&gt;Range 192.192.14.50 to 192.192.14.100&lt;BR /&gt;Default Gateway 192.192.14.11 (Sonicwall)&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jul 2010 20:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661386#M23154</guid>
      <dc:creator>Natasha Samoylenko</dc:creator>
      <dc:date>2010-07-14T20:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN's and IP Helper</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661387#M23155</link>
      <description>Different way to do the same thing (topology)&lt;BR /&gt;&lt;BR /&gt;You can route between VLANs on switch, for example, on 4204. And assign Sonicwall as a default gateway to let switches know how to go to other networks.&lt;BR /&gt;&lt;BR /&gt;On sonicwall you will need to add route to 192.192.14.0/24 subnet if L3 routing will perform 4204 switch ("ip route 192.192.14.0/24 192.192.10.253" or somethig like this)&lt;BR /&gt;&lt;BR /&gt;If 4204 perform L3 routing, then DHCP scope must be:&lt;BR /&gt;Scope 1 Name = Default_VLAN&lt;BR /&gt;Range 192.192.10.50 to 192.192.10.100&lt;BR /&gt;Default Gateway 192.192.10.253 (4204)&lt;BR /&gt;&lt;BR /&gt;Scope 2 Name = VOIP&lt;BR /&gt;Range 192.192.14.50 to 192.192.14.100&lt;BR /&gt;Default Gateway 192.192.14.1 (4204)&lt;BR /&gt;&lt;BR /&gt;I delete some command (sntp, snmp...) for simplification&lt;BR /&gt;&lt;BR /&gt;======&lt;BR /&gt;hostname "ProCurve Switch 4204vl"&lt;BR /&gt;trunk A1 Trk1 Trunk&lt;BR /&gt;#delete ip default-gateway command&lt;BR /&gt;ip routing&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged A2-A20,B1-B24,Trk1&lt;BR /&gt;   ip address 192.192.10.253 255.255.255.0&lt;BR /&gt;   no untagged A21-A24&lt;BR /&gt;   ip igmp&lt;BR /&gt;   exit&lt;BR /&gt;vlan 2&lt;BR /&gt;   name "VOIP"&lt;BR /&gt;   untagged A23-A24&lt;BR /&gt;   ip address 192.192.14.1 255.255.255.0&lt;BR /&gt;   qos priority 6&lt;BR /&gt;   ip helper-address 192.192.10.7&lt;BR /&gt;#delete a12 (sonicwall) and a15 (DHCP) from vlan2 &lt;BR /&gt;   tagged A12,A21-A22,Trk1&lt;BR /&gt;   voice&lt;BR /&gt;   exit&lt;BR /&gt;#change DG &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.192.10.11&lt;BR /&gt;=========&lt;BR /&gt;hostname "ProCurve Switch 2610-24"&lt;BR /&gt;trunk 26 Trk1 Trunk&lt;BR /&gt;ip default-gateway 192.192.10.11&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged 7-25,27-28,Trk1&lt;BR /&gt;   ip address 192.192.10.252 255.255.255.0&lt;BR /&gt;   no untagged 1-6&lt;BR /&gt;   exit&lt;BR /&gt;vlan 2&lt;BR /&gt;   name "VOIP"&lt;BR /&gt;   untagged 1-2&lt;BR /&gt;   qos priority 6&lt;BR /&gt;   tagged 3-6,Trk1&lt;BR /&gt;   voice&lt;BR /&gt;   exit</description>
      <pubDate>Wed, 14 Jul 2010 20:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661387#M23155</guid>
      <dc:creator>Natasha Samoylenko</dc:creator>
      <dc:date>2010-07-14T20:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: VLAN's and IP Helper</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661388#M23156</link>
      <description>Hello Jonatan,&lt;BR /&gt;&lt;BR /&gt;Turn off Routing on the smaler Switch.&lt;BR /&gt;If possible, connect the Sonicwall with a small transfer Network to the routing switch and make the routingswitch to your only gateway for the Subnets.&lt;BR /&gt;Set dhcp helper address on the routing switch.&lt;BR /&gt;&lt;BR /&gt;More than one Gateway in Client Networks con cause Problems that are haevy to understand. Specially when one off the Gateways is a Firewall.&lt;BR /&gt;The Firewall should be the last hop in you network. It must not be the default Gateway if there is a second Gateway in the same Network.&lt;BR /&gt;&lt;BR /&gt;If you don't configure the second Switch as Gateway on any Clients, there ist absolutly no reason to turn on ip-routing.&lt;BR /&gt;&lt;BR /&gt;If you want - whyever - the Firewall as default Gateway for any hosts, turn off ip-routing on BOTH switches. Otherwise you will cause stateless connections.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2010 04:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vlan-s-and-ip-helper/m-p/4661388#M23156</guid>
      <dc:creator>Ralf.Reinartz</dc:creator>
      <dc:date>2010-07-15T04:46:38Z</dc:date>
    </item>
  </channel>
</rss>

