<?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 Routing to multinetted VLAN in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222130#M29411</link>
    <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Very simple question.&lt;BR /&gt;VLAN 1 -&amp;gt; 10.0.0.254&lt;BR /&gt;VLAN 2 -&amp;gt; 192.168.76.254 and 192.168.100.254.&lt;BR /&gt;IP Routing is enabled.&lt;BR /&gt;&lt;BR /&gt;It surely possible to a device in VLAN 1 to communicate to a device in 192.168.100.0 scope in VLAN 2. How can I achieve this?&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
    <pubDate>Thu, 28 Jan 2010 14:29:29 GMT</pubDate>
    <dc:creator>Yan Henrichon</dc:creator>
    <dc:date>2010-01-28T14:29:29Z</dc:date>
    <item>
      <title>Routing to multinetted VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222130#M29411</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Very simple question.&lt;BR /&gt;VLAN 1 -&amp;gt; 10.0.0.254&lt;BR /&gt;VLAN 2 -&amp;gt; 192.168.76.254 and 192.168.100.254.&lt;BR /&gt;IP Routing is enabled.&lt;BR /&gt;&lt;BR /&gt;It surely possible to a device in VLAN 1 to communicate to a device in 192.168.100.0 scope in VLAN 2. How can I achieve this?&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Thu, 28 Jan 2010 14:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222130#M29411</guid>
      <dc:creator>Yan Henrichon</dc:creator>
      <dc:date>2010-01-28T14:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to multinetted VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222131#M29412</link>
      <description>as long as client in vlan 1 has a default gateway of 10.0.0.254 and the client in vlan 2 has a default gateway of 192.168.100.254, then they can communicate with each other...&lt;BR /&gt;&lt;BR /&gt;this assumes the only router is this switch...&lt;BR /&gt;&lt;BR /&gt;if the DHCP server is in vlan 1, and you need devices to get a DHCP address for either of the vlan 2 subnets, then in vlan 2 context add 'ip helper-address 10.0.0.x' and add the 2 scopes of vlan 2 subnets in the DHCP server...&lt;BR /&gt;&lt;BR /&gt;hth...jeff</description>
      <pubDate>Thu, 28 Jan 2010 14:46:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222131#M29412</guid>
      <dc:creator>Jeff Carrell</dc:creator>
      <dc:date>2010-01-28T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to multinetted VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222132#M29413</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Here is the config of my switch. I can ping VLAN 1 IP Address and 192.168.76.254 but I can't ping 192.168.100.254. Can you tell why?&lt;BR /&gt;&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged 13-28&lt;BR /&gt;   ip address 10.0.0.254 255.255.0.0&lt;BR /&gt;   no untagged 1-12&lt;BR /&gt;   exit&lt;BR /&gt;vlan 20&lt;BR /&gt;   name "VLAN20"&lt;BR /&gt;   untagged 1-12&lt;BR /&gt;   ip address 192.168.76.254 255.255.255.0&lt;BR /&gt;   ip address 192.168.100.254 255.255.255.0&lt;BR /&gt;   ip helper-address 10.0.0.10&lt;BR /&gt;   ip forward-protocol udp 10.0.0.13 2024&lt;BR /&gt;   exit</description>
      <pubDate>Mon, 01 Feb 2010 13:44:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222132#M29413</guid>
      <dc:creator>Yan Henrichon</dc:creator>
      <dc:date>2010-02-01T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to multinetted VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222133#M29414</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;you have to enable ip routing in the configuration context of the switch. Just type "ip routing" and press enter. Then make sure that the clients in the VLANs habe the ip interface of the switch as default gateway configured.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Mon, 01 Feb 2010 14:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222133#M29414</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2010-02-01T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to multinetted VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222134#M29415</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;Has mentionned in the initial post, IP Routing is enable. From the switch, I can ping all three gateways.&lt;BR /&gt;&lt;BR /&gt;Thx</description>
      <pubDate>Wed, 03 Feb 2010 15:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222134#M29415</guid>
      <dc:creator>Yan Henrichon</dc:creator>
      <dc:date>2010-02-03T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routing to multinetted VLAN</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222135#M29416</link>
      <description>Thank you</description>
      <pubDate>Thu, 14 Apr 2011 13:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/routing-to-multinetted-vlan/m-p/5222135#M29416</guid>
      <dc:creator>Yan Henrichon</dc:creator>
      <dc:date>2011-04-14T13:00:01Z</dc:date>
    </item>
  </channel>
</rss>

