<?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 Connect Two Buildings Different Subnets in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208589#M29276</link>
    <description>I have two schools that are on different subnets.  The main location has a ProCurve 5412zl and is on the subnet 172.20.0.0/16, the second remote school has a ProCurve 3500yl and is on the subnet 172.21.0.0/16.  I recently connected the two buildings via a wireless bridge.  The remote school needs to connect to the main site to communicate with Servers and connect to the Internet.  I have attempted to setup VLANS between the two switches and enabled ip routing, however they are still unable to communicate.  &lt;BR /&gt;&lt;BR /&gt;What is the proper way to configure this link and enable routing between the two subnets/locations?&lt;BR /&gt;&lt;BR /&gt;Thank You.</description>
    <pubDate>Tue, 10 Nov 2009 14:41:14 GMT</pubDate>
    <dc:creator>Ty Kolff</dc:creator>
    <dc:date>2009-11-10T14:41:14Z</dc:date>
    <item>
      <title>Connect Two Buildings Different Subnets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208589#M29276</link>
      <description>I have two schools that are on different subnets.  The main location has a ProCurve 5412zl and is on the subnet 172.20.0.0/16, the second remote school has a ProCurve 3500yl and is on the subnet 172.21.0.0/16.  I recently connected the two buildings via a wireless bridge.  The remote school needs to connect to the main site to communicate with Servers and connect to the Internet.  I have attempted to setup VLANS between the two switches and enabled ip routing, however they are still unable to communicate.  &lt;BR /&gt;&lt;BR /&gt;What is the proper way to configure this link and enable routing between the two subnets/locations?&lt;BR /&gt;&lt;BR /&gt;Thank You.</description>
      <pubDate>Tue, 10 Nov 2009 14:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208589#M29276</guid>
      <dc:creator>Ty Kolff</dc:creator>
      <dc:date>2009-11-10T14:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Two Buildings Different Subnets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208590#M29277</link>
      <description>Ty,&lt;BR /&gt;&lt;BR /&gt;The wireless bridge is your 3rd subnet. Configure a seperate vlan on each of the switches (example VLAN 999) and assign and IP address to each side with a /30. Enable IP routing and add static routes. &lt;BR /&gt;On 35xx (vlan 999): IP = 192.168.1.1/30&lt;BR /&gt;on 54xx (vlan 999): IP = 192.168.1.2/30&lt;BR /&gt;&lt;BR /&gt;On 35xx: ip route 0.0.0.0/0 192.168.1.2&lt;BR /&gt;which routes all traffic that is not local to the main site.&lt;BR /&gt;On 54xx: ip route 172.21.0.0/16 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;That assumes that the wireless bridges ethernet port are connected to VLAN 999 on each side.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Olaf&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 23:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208590#M29277</guid>
      <dc:creator>Olaf Borowski</dc:creator>
      <dc:date>2009-11-10T23:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Two Buildings Different Subnets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208591#M29278</link>
      <description>Olaf,&lt;BR /&gt;&lt;BR /&gt;Thank You.  That seems to be working great! I had RIP enabled and I think that was messing things up.  One other quick question.  Do I need to set the default gateway on client computers to the ip address of the 3500 switch?  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Ty</description>
      <pubDate>Wed, 11 Nov 2009 12:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208591#M29278</guid>
      <dc:creator>Ty Kolff</dc:creator>
      <dc:date>2009-11-11T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Two Buildings Different Subnets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208592#M29279</link>
      <description>One other issue I have now is that when I attempt to ping an internal address, say 172.20.0.1 at the main site it works just fine, however when I ping say 74.125.95.104 it comes back with "Destination port unreachable."</description>
      <pubDate>Wed, 11 Nov 2009 14:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208592#M29279</guid>
      <dc:creator>Ty Kolff</dc:creator>
      <dc:date>2009-11-11T14:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Two Buildings Different Subnets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208593#M29280</link>
      <description>Ty,&lt;BR /&gt;&lt;BR /&gt;Yes, you do. The default gateway for the 172.21.0.0/16 network should be the IP address of the VLAN on the switch (something with 172.21.x.x).&lt;BR /&gt;&lt;BR /&gt;Regarding your second question: You need to do the same thing for the 172.20.x.x network. Configure the clients to point to the IP address of the VLAN they are in as their default gateway. To get to an external network, you need a static route to your Internet router or firewall and you also need to tell the router/firewall about the networks that the 54xx and 35xx have attached. Two static routes on the router/firewall: ip route 172.20.0.0/16 &lt;IP address="" of="" vlan="" that="" is="" attached="" to="" router=""&gt;&lt;BR /&gt;2nd route: ip route 172.21.0.0/16 &lt;SAME as="" above=""&gt;.&lt;BR /&gt;&lt;BR /&gt;Olaf&lt;BR /&gt;&lt;/SAME&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 11 Nov 2009 15:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208593#M29280</guid>
      <dc:creator>Olaf Borowski</dc:creator>
      <dc:date>2009-11-11T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Two Buildings Different Subnets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208594#M29281</link>
      <description>Olaf,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your assistance.  Everything is working great now.&lt;BR /&gt;&lt;BR /&gt;Ty</description>
      <pubDate>Wed, 11 Nov 2009 16:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208594#M29281</guid>
      <dc:creator>Ty Kolff</dc:creator>
      <dc:date>2009-11-11T16:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Two Buildings Different Subnets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208595#M29282</link>
      <description>The solution above worked perfectly.</description>
      <pubDate>Wed, 11 Nov 2009 19:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208595#M29282</guid>
      <dc:creator>Ty Kolff</dc:creator>
      <dc:date>2009-11-11T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connect Two Buildings Different Subnets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208596#M29283</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Need to know that is that possible to connect two building through one subnet?&lt;BR /&gt;&lt;BR /&gt;Or have to need of two subnet for connecting?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.groupsmsindia.com/" target="_blank"&gt;http://www.groupsmsindia.com/&lt;/A&gt;</description>
      <pubDate>Mon, 16 Nov 2009 00:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/connect-two-buildings-different-subnets/m-p/5208596#M29283</guid>
      <dc:creator>tanu47</dc:creator>
      <dc:date>2009-11-16T00:33:17Z</dc:date>
    </item>
  </channel>
</rss>

