<?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: Beginners switch setup question. in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216846#M29338</link>
    <description>Hi,&lt;BR /&gt;your Router 192.168.10.1 needs a route&lt;BR /&gt;to know of the subnet 192.168.20.0/24&lt;BR /&gt;something like&lt;BR /&gt;192.168.20.0/24 192.168.10.10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and you need to enable routing at the switch with:&lt;BR /&gt;ip routing&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;alex</description>
    <pubDate>Tue, 05 Jan 2010 07:35:38 GMT</pubDate>
    <dc:creator>EckerA</dc:creator>
    <dc:date>2010-01-05T07:35:38Z</dc:date>
    <item>
      <title>Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216840#M29332</link>
      <description>I have a Procurve switch which I want to connect to a router. On the switch there are 2 VLANs - the default one and VLAN20.&lt;BR /&gt;&lt;BR /&gt;Port 1 on the switch is connected to the router (192.168.10.1)&lt;BR /&gt;&lt;BR /&gt;The switch is configured as follows:&lt;BR /&gt;IP address: 192.168.10.10&lt;BR /&gt;Default GW address: 192.168.10.1&lt;BR /&gt;&lt;BR /&gt;VLAN20 settings:&lt;BR /&gt;   name "LOCATION" &lt;BR /&gt;   untag 2-24&lt;BR /&gt;   tag 1&lt;BR /&gt;   ip address 192.168.20.1/24&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;From a pc connected to the switch I can ping the VLAN Ip address (192.168.20.1) and the default VLAN ip address (192.168.10.10). I can not ping anything beyond 192.168.10.10.&lt;BR /&gt;&lt;BR /&gt;Working from the switch's CLI I can ping the router so the connection is there.&lt;BR /&gt;&lt;BR /&gt;Not sure if I have tagged the right ports and what (static) route I need to setup to be able to ping the router from a pc in VLAN20.&lt;BR /&gt;&lt;BR /&gt;Any help would be grately welcomed!</description>
      <pubDate>Mon, 04 Jan 2010 04:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216840#M29332</guid>
      <dc:creator>Pete13</dc:creator>
      <dc:date>2010-01-04T04:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216841#M29333</link>
      <description>ip route 0.0.0.0/0 192.168.10.1</description>
      <pubDate>Mon, 04 Jan 2010 05:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216841#M29333</guid>
      <dc:creator>Shadow13</dc:creator>
      <dc:date>2010-01-04T05:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216842#M29334</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;please clarify what you want to achieve. Is VLAN 1 the transfer VLAN to the router and the VLAN 20 the user VLAN? &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 04 Jan 2010 12:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216842#M29334</guid>
      <dc:creator>Michael_Breuer</dc:creator>
      <dc:date>2010-01-04T12:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216843#M29335</link>
      <description>Yes, the idea was to use VLAN1 as the transfer VLAN to the router and use VLAN 20 as the user VLAN.&lt;BR /&gt;&lt;BR /&gt;Maybe there are better ways to do it, e.g. create a seperate VLAN for the transfer?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 01:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216843#M29335</guid>
      <dc:creator>Pete13</dc:creator>
      <dc:date>2010-01-05T01:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216844#M29336</link>
      <description>This is how my config looks like.&lt;BR /&gt;&lt;BR /&gt;@@@@@@@@@@@@@@@&lt;BR /&gt;&lt;BR /&gt;ip default-gateway 192.168.10.1&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   ip address 192.168.10.10 255.255.255.0&lt;BR /&gt;   tagged 1&lt;BR /&gt;   no untagged 2-24&lt;BR /&gt;   exit&lt;BR /&gt;vlan 20&lt;BR /&gt;   name "VLAN20"&lt;BR /&gt;   untagged 2-24&lt;BR /&gt;   ip address 192.168.20.1 255.255.255.0&lt;BR /&gt;   tagged 1&lt;BR /&gt;   exit&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.10.1&lt;BR /&gt;&lt;BR /&gt;@@@@@@@@@@@@@@@&lt;BR /&gt;&lt;BR /&gt;The switch is connected to a router via port 1 on the switch.</description>
      <pubDate>Tue, 05 Jan 2010 02:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216844#M29336</guid>
      <dc:creator>Pete13</dc:creator>
      <dc:date>2010-01-05T02:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216845#M29337</link>
      <description>Ignore the above message - This is how my config looks like.&lt;BR /&gt;&lt;BR /&gt;@@@@@@@@@@@@@@@&lt;BR /&gt;&lt;BR /&gt;vlan 1&lt;BR /&gt;name "LOCATION"&lt;BR /&gt;ip address 192.168.10.10 255.255.255.0&lt;BR /&gt;untagged 1&lt;BR /&gt;no untagged 2-24&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;vlan 20&lt;BR /&gt;name "VLAN20"&lt;BR /&gt;untagged 2-24&lt;BR /&gt;ip address 192.168.20.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.10.1&lt;BR /&gt;&lt;BR /&gt;@@@@@@@@@@@@@@@&lt;BR /&gt;&lt;BR /&gt;The switch is connected to a router via port 1 on the switch.&lt;BR /&gt;&lt;BR /&gt;When using the CLI on the switch I can ping VLAN 20 and the test machine which is connected to port 5. I can also ping the router on 192.168.10.1. &lt;BR /&gt;From the router I can ping the switch on 192.168.10.10. &lt;BR /&gt;From the test pc connected to the switch I can ping the VLAN IP (192.168.20.1) and the switch's IP address 192.168.10.10 but not 192.168.10.1. &lt;BR /&gt;When I do a trace, I can see the packages going from 192.168.20.2 (test machine's IP address - static IP) to 192.168.20.1 (VLAN 20's IP address) but then it stops. It does not direct traffic any further.</description>
      <pubDate>Tue, 05 Jan 2010 06:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216845#M29337</guid>
      <dc:creator>Pete13</dc:creator>
      <dc:date>2010-01-05T06:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216846#M29338</link>
      <description>Hi,&lt;BR /&gt;your Router 192.168.10.1 needs a route&lt;BR /&gt;to know of the subnet 192.168.20.0/24&lt;BR /&gt;something like&lt;BR /&gt;192.168.20.0/24 192.168.10.10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and you need to enable routing at the switch with:&lt;BR /&gt;ip routing&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;alex</description>
      <pubDate>Tue, 05 Jan 2010 07:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216846#M29338</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2010-01-05T07:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216847#M29339</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;i have "ip routing" enabled - just missed it when copying and pasting. &lt;BR /&gt;In regards to the router: I know what you mean but by the looks of it nothing gets to the router in the first place.&lt;BR /&gt;If I ping the router from 192.168.20.2 I would expect the route travelled to be as follows:&lt;BR /&gt;192.168.20.2 -&amp;gt; 192.168.20.1 -&amp;gt; 192.168.10.10 -&amp;gt; 192.168.10.1&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 05 Jan 2010 10:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216847#M29339</guid>
      <dc:creator>Pete13</dc:creator>
      <dc:date>2010-01-05T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216848#M29340</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;the config of the switch is fine. Can you ping from the router to 192.168.20.1? If this is not working then you router is the problem. Please check routing table and subnet masks on the router. &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Tue, 05 Jan 2010 11:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216848#M29340</guid>
      <dc:creator>Michael_Breuer</dc:creator>
      <dc:date>2010-01-05T11:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216849#M29341</link>
      <description>what is the gateway configured on the pc ?</description>
      <pubDate>Tue, 05 Jan 2010 12:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216849#M29341</guid>
      <dc:creator>Shadow13</dc:creator>
      <dc:date>2010-01-05T12:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216850#M29342</link>
      <description>Thanks for your replies.&lt;BR /&gt;&lt;BR /&gt;Michael: &lt;BR /&gt;Will test that tomorrow. If I can't ping 192.168.20.1 from the router what kind of route do I need to setup on the router?&lt;BR /&gt;A route from the router to the switch's IP adress (192.168.10.10) or to the specific VLAN IP?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shadow: &lt;BR /&gt;"what is the gateway configured on the pc ?"&lt;BR /&gt;Gateway address on the pc used for testing is set to 192.168.20.1, which is the IP address of VLAN20.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 12:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216850#M29342</guid>
      <dc:creator>Pete13</dc:creator>
      <dc:date>2010-01-05T12:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216851#M29343</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;as i wrote earlier you need a route like:&lt;BR /&gt;ip route 192.168.20.0 255.255.255.0 192.168.10.10&lt;BR /&gt;to stay in HP terms, but the syntax might be different on your router.&lt;BR /&gt;The route means that all traffic for clients in the 192.168.20.0 should go to the device with the ip 192.168.10.10, cos this device knows of that subnet.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;alex&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 12:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216851#M29343</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2010-01-05T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216852#M29344</link>
      <description>Adding the correct route on the router fixed it. Thanks all for ur input.</description>
      <pubDate>Wed, 06 Jan 2010 01:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216852#M29344</guid>
      <dc:creator>Pete13</dc:creator>
      <dc:date>2010-01-06T01:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Beginners switch setup question.</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216853#M29345</link>
      <description>-</description>
      <pubDate>Wed, 06 Jan 2010 01:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/beginners-switch-setup-question/m-p/5216853#M29345</guid>
      <dc:creator>Pete13</dc:creator>
      <dc:date>2010-01-06T01:17:57Z</dc:date>
    </item>
  </channel>
</rss>

