<?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: HP2650 VLAN routing in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313998#M16671</link>
    <description>hostname "ProCurve Switch 2650"&lt;BR /&gt;ip default-gateway 192.168.1.1****!!!!!no need!!!&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-16,21-50&lt;BR /&gt;ip address 192.168.1.104 255.255.255.0&lt;BR /&gt;no untagged 17-20&lt;BR /&gt;exit&lt;BR /&gt;vlan 100&lt;BR /&gt;name "VLAN100"&lt;BR /&gt;untagged 17-20&lt;BR /&gt;ip address 192.168.100.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;your switch conf true but no need ip default gateway &lt;BR /&gt;&lt;BR /&gt;you make must be write static route on internet router&lt;BR /&gt;and check pc ip config&lt;BR /&gt;**************************&lt;BR /&gt;internet router config&lt;BR /&gt;****************************************************&lt;BR /&gt;&lt;BR /&gt;192.168.100.0 255.255.255.0 192.168.1.104&lt;BR /&gt;and this router connect vlan 1 untag port&lt;BR /&gt;(internet router lan ip address must be 192.168.1.1)&lt;BR /&gt;&lt;BR /&gt;*****************************************************&lt;BR /&gt;&lt;BR /&gt;*************************&lt;BR /&gt;pc config&lt;BR /&gt;*****************************************************&lt;BR /&gt;vlan 1 member pc &lt;BR /&gt;for example&lt;BR /&gt;ip address :192.168.1.10&lt;BR /&gt;subnet mask:255.255.255.0&lt;BR /&gt;default gateway:192.168.1.104&lt;BR /&gt;and connect vlan 1 untag port&lt;BR /&gt;&lt;BR /&gt;vlan 100 member pc&lt;BR /&gt;for example&lt;BR /&gt;ip address:192.168.100.10&lt;BR /&gt;subnet mask:255.255.255.0&lt;BR /&gt;default gateway:192.168.100.1&lt;BR /&gt;and connect vlan 100 untag port</description>
    <pubDate>Thu, 27 Nov 2008 10:20:21 GMT</pubDate>
    <dc:creator>cenk sasmaztin</dc:creator>
    <dc:date>2008-11-27T10:20:21Z</dc:date>
    <item>
      <title>HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313996#M16669</link>
      <description>I am wondering if someone can help. I think this should be an easy fix but I am just overlooking something simple.&lt;BR /&gt;&lt;BR /&gt;I have a couple of VLANS and I want to route between them. My ISP router is 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;From the switch CLI I can ping everywhere. From the 192.168.100.0/24 network I can only ping the VLAN100 IP 192.168.100.1 and the Default Vlan IP 192.168.1.104. From the Default VLAN I can ping nodes on the 192.168.100.1/24 network.&lt;BR /&gt;&lt;BR /&gt;What do I need to do to get the node on the 192.168.100.0/24 to talk to the other VLAN and get out to the internet?&lt;BR /&gt;&lt;BR /&gt;**********************************************&lt;BR /&gt;hostname "ProCurve Switch 2650"&lt;BR /&gt;ip default-gateway 192.168.1.1&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-16,21-50&lt;BR /&gt;   ip address 192.168.1.104 255.255.255.0&lt;BR /&gt;   no untagged 17-20&lt;BR /&gt;   exit&lt;BR /&gt;vlan 100&lt;BR /&gt;   name "VLAN100"&lt;BR /&gt;   untagged 17-20&lt;BR /&gt;   ip address 192.168.100.1 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.1</description>
      <pubDate>Thu, 27 Nov 2008 05:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313996#M16669</guid>
      <dc:creator>Harold Parker</dc:creator>
      <dc:date>2008-11-27T05:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313997#M16670</link>
      <description>Hi,&lt;BR /&gt;the Clients in the 192.168.100.0/24 subnet needs the 192.168.100.1 to be their gateway and clients in 192.168.1.0/24 the 192.168.1.104.&lt;BR /&gt;then you need a static route at the device with the ip 192.168.1.1. Something like this&lt;BR /&gt;ip route 192.168.100.0/24 192.168.1.104&lt;BR /&gt;hope this helps&lt;BR /&gt;alex</description>
      <pubDate>Thu, 27 Nov 2008 05:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313997#M16670</guid>
      <dc:creator>EckerA</dc:creator>
      <dc:date>2008-11-27T05:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313998#M16671</link>
      <description>hostname "ProCurve Switch 2650"&lt;BR /&gt;ip default-gateway 192.168.1.1****!!!!!no need!!!&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-16,21-50&lt;BR /&gt;ip address 192.168.1.104 255.255.255.0&lt;BR /&gt;no untagged 17-20&lt;BR /&gt;exit&lt;BR /&gt;vlan 100&lt;BR /&gt;name "VLAN100"&lt;BR /&gt;untagged 17-20&lt;BR /&gt;ip address 192.168.100.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;your switch conf true but no need ip default gateway &lt;BR /&gt;&lt;BR /&gt;you make must be write static route on internet router&lt;BR /&gt;and check pc ip config&lt;BR /&gt;**************************&lt;BR /&gt;internet router config&lt;BR /&gt;****************************************************&lt;BR /&gt;&lt;BR /&gt;192.168.100.0 255.255.255.0 192.168.1.104&lt;BR /&gt;and this router connect vlan 1 untag port&lt;BR /&gt;(internet router lan ip address must be 192.168.1.1)&lt;BR /&gt;&lt;BR /&gt;*****************************************************&lt;BR /&gt;&lt;BR /&gt;*************************&lt;BR /&gt;pc config&lt;BR /&gt;*****************************************************&lt;BR /&gt;vlan 1 member pc &lt;BR /&gt;for example&lt;BR /&gt;ip address :192.168.1.10&lt;BR /&gt;subnet mask:255.255.255.0&lt;BR /&gt;default gateway:192.168.1.104&lt;BR /&gt;and connect vlan 1 untag port&lt;BR /&gt;&lt;BR /&gt;vlan 100 member pc&lt;BR /&gt;for example&lt;BR /&gt;ip address:192.168.100.10&lt;BR /&gt;subnet mask:255.255.255.0&lt;BR /&gt;default gateway:192.168.100.1&lt;BR /&gt;and connect vlan 100 untag port</description>
      <pubDate>Thu, 27 Nov 2008 10:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313998#M16671</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-11-27T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313999#M16672</link>
      <description>finally&lt;BR /&gt;&lt;BR /&gt;you can write ip route command on internet router&lt;BR /&gt;&lt;BR /&gt;[ip route 192.168.100.0 255.255.255.0 192.168.1.104] &lt;BR /&gt;&lt;BR /&gt;and check pc ip config</description>
      <pubDate>Thu, 27 Nov 2008 10:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4313999#M16672</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-11-27T10:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314000#M16673</link>
      <description>Thanks for your help. I have made progress but I have another problem.&lt;BR /&gt;&lt;BR /&gt;I removed the "ip default-gateway 192.168.1.1"  as suggested and I was missing the route to the 192.168.100.0/24 on my ISP router. Now I can ping back and forth between nodes on both sub nets. I am seeing one other issue - DNS does not seem to work for the client on VLAN100. When I try to do an nslookup I get &lt;BR /&gt;&lt;BR /&gt;DNS request timed out.&lt;BR /&gt;    timeout was 2 seconds.&lt;BR /&gt;*** Can't find server name for address 68.87.71.226: Timed out&lt;BR /&gt;DNS request timed out.&lt;BR /&gt;    timeout was 2 seconds.&lt;BR /&gt;*** Can't find server name for address 68.87.73.242: Timed out&lt;BR /&gt;*** Default servers are not available&lt;BR /&gt;Default Server:  UnKnown&lt;BR /&gt;Address:  68.87.71.226&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DNS server 68.87.71.226 &amp;amp; 68.87.73.242 are valid for my ISP and works for clients on the DEFAULT_VLAN&lt;BR /&gt;&lt;BR /&gt;Seems like DNS request fails from VLAN100&lt;BR /&gt;&lt;BR /&gt;Do I need to do something to have the switch forward DNS requests similar to DHCP helper?</description>
      <pubDate>Sat, 29 Nov 2008 01:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314000#M16673</guid>
      <dc:creator>Harold Parker</dc:creator>
      <dc:date>2008-11-29T01:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314001#M16674</link>
      <description>please send me sh run print</description>
      <pubDate>Sat, 29 Nov 2008 06:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314001#M16674</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-11-29T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314002#M16675</link>
      <description>unable switch dns request like ip helper very different aplication &lt;BR /&gt;&lt;BR /&gt;if you can not reachable dns server &lt;BR /&gt;you have routing problem on switch or internet router&lt;BR /&gt;&lt;BR /&gt;please send me sh run print switch</description>
      <pubDate>Sat, 29 Nov 2008 06:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314002#M16675</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-11-29T06:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314003#M16676</link>
      <description>here is the show run, thanks&lt;BR /&gt;&lt;BR /&gt;hostname "HRC_CORE_1"&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-16,21-50&lt;BR /&gt;   ip address 192.168.1.104 255.255.255.0&lt;BR /&gt;   no untagged 17-20&lt;BR /&gt;   exit&lt;BR /&gt;vlan 100&lt;BR /&gt;   name "VLAN100"&lt;BR /&gt;   untagged 17-20&lt;BR /&gt;   ip address 192.168.100.1 255.255.255.0&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.1&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Nov 2008 16:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314003#M16676</guid>
      <dc:creator>Harold Parker</dc:creator>
      <dc:date>2008-11-29T16:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314004#M16677</link>
      <description>please you take me routing command on internet router</description>
      <pubDate>Sun, 30 Nov 2008 11:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314004#M16677</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-11-30T11:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314005#M16678</link>
      <description>this shows static routes on my isp router&lt;BR /&gt;&lt;BR /&gt;Destination LAN IP   Subnet Mask   Gateway   Hop Count   Interface&lt;BR /&gt;192.168.100.0 255.255.255.0 192.168.1.104 0 LAN &amp;amp; Wireless&lt;BR /&gt;192.168.1.0 255.255.255.0 0.0.0.0 0 LAN &amp;amp; Wireless&lt;BR /&gt;192.168.30.0 255.255.255.0 192.168.1.104 0 LAN &amp;amp; Wireless&lt;BR /&gt;192.168.200.0 255.255.255.0 192.168.1.104 0 LAN &amp;amp; Wireless&lt;BR /&gt;98.229.32.0 255.255.240.0 0.0.0.0 0 WAN (Internet)&lt;BR /&gt;0.0.0.0 0.0.0.0 98.229.32.1 0 WAN (Internet)</description>
      <pubDate>Mon, 01 Dec 2008 17:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314005#M16678</guid>
      <dc:creator>Harold Parker</dc:creator>
      <dc:date>2008-12-01T17:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314006#M16679</link>
      <description>I did some more troubleshooting last night. It is not only DNS that does not work from VLAN 100. I can ping an IP on the internet from the Default VLAN but not from VLAN 100. Looks like I cant get out to the internet from VLAN 100. I can only get as far as my ISP gateway 192.168.1.1 from VLAN 100.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2008 14:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314006#M16679</guid>
      <dc:creator>Harold Parker</dc:creator>
      <dc:date>2008-12-02T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314007#M16680</link>
      <description>please check vlan 100 member pc must be default gateway address 192.168.100.1</description>
      <pubDate>Tue, 02 Dec 2008 15:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314007#M16680</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-12-02T15:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314008#M16681</link>
      <description>Yes, vlan 100 member does have default gateway address 192.168.100.1&lt;BR /&gt;&lt;BR /&gt;VLAN 100 member can ping ISP gateway 192.168.1.1 but that is as far as I can get.&lt;BR /&gt;&lt;BR /&gt;I am using a Linksys WRT54G v4 as my ISP router. Dont know if that matters - should just route packets right? I have a static route to get back to VLAN 100</description>
      <pubDate>Tue, 02 Dec 2008 16:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314008#M16681</guid>
      <dc:creator>Harold Parker</dc:creator>
      <dc:date>2008-12-02T16:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314009#M16682</link>
      <description>no need any routing check access control list on router or firewall</description>
      <pubDate>Tue, 02 Dec 2008 20:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314009#M16682</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-12-02T20:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: HP2650 VLAN routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314010#M16683</link>
      <description>vlan 100 routing overlap other routing command on isp router&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Destination LAN IP Subnet Mask Gateway Hop Count Interface&lt;BR /&gt;***192.168.100.0 255.255.255.0 192.168.1.104 0 LAN &amp;amp; Wireless&lt;BR /&gt;192.168.1.0 255.255.255.0 0.0.0.0 0 LAN &amp;amp; Wireless&lt;BR /&gt;***192.168.30.0 255.255.255.0 192.168.1.104 0 LAN &amp;amp; Wireless&lt;BR /&gt;***192.168.200.0 255.255.255.0 192.168.1.104 0 LAN &amp;amp; Wireless&lt;BR /&gt;98.229.32.0 255.255.240.0 0.0.0.0 0 WAN (Internet)&lt;BR /&gt;0.0.0.0 0.0.0.0 98.229.32.1 0 WAN (Internet)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't understand some routing commad &lt;BR /&gt;&lt;BR /&gt;this routing command make any ip ,any subnet go to 98.229.32.1 &lt;BR /&gt;what for necessary this routing on router ?&lt;BR /&gt;&lt;BR /&gt;0.0.0.0 0.0.0.0 98.229.32.1 0 WAN (Internet)(what for ?)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this routing commad make 98.229.32.0 network go to any ip address &lt;BR /&gt;what for necessary this routing on router ?&lt;BR /&gt;98.229.32.0 255.255.240.0 0.0.0.0 0 WAN (Internet)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;192.168.1.0 255.255.255.0 0.0.0.0 0 LAN &amp;amp; Wireless (what for)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and for full routing performance must be associate some routing commad (***)&lt;BR /&gt;&lt;BR /&gt;associate same command all (star)&lt;BR /&gt;&lt;BR /&gt;192.168.0.0 255.255.0.0 192.168.1.104&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my advice clear all routing command your isp router&lt;BR /&gt;&lt;BR /&gt;and write one command and test&lt;BR /&gt;&lt;BR /&gt;one commad&lt;BR /&gt;&lt;BR /&gt;192.168.0.0 255.255.0.0 192.168.1.104 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2008 20:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp2650-vlan-routing/m-p/4314010#M16683</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-12-02T20:28:52Z</dc:date>
    </item>
  </channel>
</rss>

