<?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: Interconnecting Vlan on HP procurve 4204vl using static route in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390944#M18007</link>
    <description>please be carefully read my advice &lt;BR /&gt;&lt;BR /&gt;you write ip route command on switch to internet router&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.3.254*** and connect vlan 3 untag port&lt;BR /&gt;&lt;BR /&gt;and you write ip route command on internet router to your LAN &lt;BR /&gt;192.168.0.0 255.255.0.0 192.168.3.1 (3.1 vlan 3 ip address)&lt;BR /&gt;in this way all vlan between routing and reach internet &lt;BR /&gt;</description>
    <pubDate>Tue, 31 Mar 2009 10:44:55 GMT</pubDate>
    <dc:creator>cenk sasmaztin</dc:creator>
    <dc:date>2009-03-31T10:44:55Z</dc:date>
    <item>
      <title>Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390941#M18004</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Iam having a little problem connecting my vlans to a single vlan. The thing is i have vlan3(192.168.3.0) that is connected to the internet and i have 3 other Vlan on my switch&lt;BR /&gt;vlan4(192.168.4.0),&lt;BR /&gt;vlan5(192.168.5.0),&lt;BR /&gt;vlan6(192.168.6.0).&lt;BR /&gt;I want to use static route to interconnect vlan4,5,6===&amp;gt;vlan3; so vlan4,5,6 can connect to internet.&lt;BR /&gt;An other thing i have a single DHCP who distribute ip addresses to all my vlans.&lt;BR /&gt;i have on my L3 4204vl(192.168.1.1) &lt;BR /&gt;route 0.0.0.0 0.0.0.0 192.168.1.254&lt;BR /&gt;on my dhcp(192.168.1.254) a router that have static routes like this:&lt;BR /&gt;route 192.168.4.0 255.255.255.0 192.168.1.1&lt;BR /&gt;route 192.168.5.0 255.255.255.0 192.168.1.1&lt;BR /&gt;route 192.168.6.0 255.255.255.0 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;My vlan3 is connected to internet using his gatway 192.168.3.254. How can i use static route to get internet vlan4,5,6===&amp;gt;vlan3 ???&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 06:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390941#M18004</guid>
      <dc:creator>jamalator</dc:creator>
      <dc:date>2009-03-31T06:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390942#M18005</link>
      <description>hi&lt;BR /&gt;I want to use static route to interconnect vlan4,5,6===&amp;gt;vlan3; so vlan4,5,6 can connect to internet.&lt;BR /&gt;*******************************************&lt;BR /&gt;no need static route for inter vlan routing &lt;BR /&gt;&lt;BR /&gt;must be enable ip route on switch&lt;BR /&gt;with &amp;lt;(config)#ip routing &amp;gt;comand &lt;BR /&gt;in this way routing between vlan &lt;BR /&gt;&lt;BR /&gt;for all vlan connect to internet you can must be write static route command on switch and internet router &lt;BR /&gt;&lt;BR /&gt;for example &lt;BR /&gt;your internet router ip address 192.168.3.254 &lt;BR /&gt;&lt;BR /&gt;you write ip route command on switch to internet router&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.3.254 and connect vlan 3 untag port&lt;BR /&gt;&lt;BR /&gt;and you write ip route command on internet router to your LAN &lt;BR /&gt;192.168.0.0 255.255.0.0 192.168.3.1 (3.1 vlan 3 ip address)&lt;BR /&gt;in this way all vlan between routing and reach internet &lt;BR /&gt;&lt;BR /&gt;An other thing i have a single DHCP who distribute ip addresses to all my vlans.&lt;BR /&gt;*****************************************&lt;BR /&gt;yes it is possible &lt;BR /&gt;&lt;BR /&gt;create in vlan 3 dhcp server &lt;BR /&gt;connect vlan 3 untag port this server&lt;BR /&gt;&lt;BR /&gt;for example microsfot 2003 server and assign ip address 192.168.3.10 dhcp server ip address &lt;BR /&gt;dhcp server subnet mask 255.255.255.0,default gateway address 192.168.3.1 &lt;BR /&gt;create scobes on server&lt;BR /&gt;&lt;BR /&gt;scobe vlan 3&lt;BR /&gt;ip range 192.168.3.20----192.168.3.200&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default route 192.168.3.1 (vlan 3 ip address)&lt;BR /&gt;&lt;BR /&gt;scobe vlan 4&lt;BR /&gt;ip range 192.168.4.20----192.168.4.200&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default route 192.168.4.1 (vlan 4 ip address)&lt;BR /&gt;&lt;BR /&gt;scobe vlan 5&lt;BR /&gt;ip range 192.168.5.20----192.168.5.200&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default route 192.168.5.1 (vlan 5 ip address&lt;BR /&gt;&lt;BR /&gt;scobe vlan 6&lt;BR /&gt;ip range 192.168.6.20----192.168.6.200&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default route 192.168.6.1 (vlan 6 ip address&lt;BR /&gt;&lt;BR /&gt;and asign each vlan ip helper address command for dhcp frame &lt;BR /&gt;&lt;BR /&gt;in vlan 4 &lt;BR /&gt;ip-helper address 192.168.3.10&lt;BR /&gt;in vlan 5&lt;BR /&gt;ip-helper address 192.168.3.10&lt;BR /&gt;in vlan 6&lt;BR /&gt;ip-helper address 192.168.3.10&lt;BR /&gt;&lt;BR /&gt;**************************************&lt;BR /&gt;static client ip address config&lt;BR /&gt;&lt;BR /&gt;vlan 3 member client ip address config&lt;BR /&gt;ip address 192.168.3.21&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default gateway 192.168.3.1&lt;BR /&gt;&lt;BR /&gt;vlan 4 member client ip address config&lt;BR /&gt;ip address 192.168.4.21&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default gateway 192.168.4.1&lt;BR /&gt;&lt;BR /&gt;each vlan member client default gateway address must be vlan ip address &lt;BR /&gt;&lt;BR /&gt;may it be easy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 08:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390942#M18005</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-03-31T08:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390943#M18006</link>
      <description>Hi and thank you for your quick response. My internet is not on 192.168.1.254 but on vlan 3 look at the attach jpeg architecture for more details. I already have the dhcp working well, i just want to get throw form VLAN 2 and 4 to VLAN 3 (INTERNET)&lt;BR /&gt;&lt;BR /&gt;Thanks Again for your help :)</description>
      <pubDate>Tue, 31 Mar 2009 10:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390943#M18006</guid>
      <dc:creator>jamalator</dc:creator>
      <dc:date>2009-03-31T10:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390944#M18007</link>
      <description>please be carefully read my advice &lt;BR /&gt;&lt;BR /&gt;you write ip route command on switch to internet router&lt;BR /&gt;0.0.0.0 0.0.0.0 192.168.3.254*** and connect vlan 3 untag port&lt;BR /&gt;&lt;BR /&gt;and you write ip route command on internet router to your LAN &lt;BR /&gt;192.168.0.0 255.255.0.0 192.168.3.1 (3.1 vlan 3 ip address)&lt;BR /&gt;in this way all vlan between routing and reach internet &lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 10:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390944#M18007</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-03-31T10:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390945#M18008</link>
      <description>please see attach</description>
      <pubDate>Tue, 31 Mar 2009 10:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390945#M18008</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-03-31T10:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390946#M18009</link>
      <description>please send me sh run print your switch</description>
      <pubDate>Tue, 31 Mar 2009 11:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390946#M18009</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-03-31T11:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390947#M18010</link>
      <description>This is my configuration, the thing is this configuration works for all my vlan getting dhcp request&lt;BR /&gt;&lt;BR /&gt;===========================================&lt;BR /&gt;ProCurve Switch 4204vl# show running-config&lt;BR /&gt;&lt;BR /&gt;Running configuration:&lt;BR /&gt;&lt;BR /&gt;; J8770A Configuration Editor; Created on release #L.10.23&lt;BR /&gt;&lt;BR /&gt;hostname "ProCurve Switch 4204vl"&lt;BR /&gt;max-vlans 25&lt;BR /&gt;module 1 type J8768A&lt;BR /&gt;module 2 type J9033A&lt;BR /&gt;ip default-gateway 192.168.1.253&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "services"&lt;BR /&gt;   untagged A2-A24,B3-B17,B19-B24&lt;BR /&gt;   ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;   no untagged A1,B1-B2,B18&lt;BR /&gt;   exit&lt;BR /&gt;vlan 2&lt;BR /&gt;   name "atlas"&lt;BR /&gt;   untagged B1-B2&lt;BR /&gt;   ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;   ip helper-address 192.168.1.254&lt;BR /&gt;   tagged A1&lt;BR /&gt;   exit&lt;BR /&gt;vlan 3&lt;BR /&gt;   name "adarr"&lt;BR /&gt;   untagged B3-B4&lt;BR /&gt;   ip address 172.16.3.1 255.255.255.0&lt;BR /&gt;   ip helper-address 192.168.1.254&lt;BR /&gt;   tagged A1&lt;BR /&gt;   exit&lt;BR /&gt;vlan 4&lt;BR /&gt;   name "badr"&lt;BR /&gt;   untagged B4-B6&lt;BR /&gt;   ip address 172.16.4.1 255.255.255.0&lt;BR /&gt;   ip helper-address 192.168.1.254&lt;BR /&gt;   tagged A1&lt;BR /&gt;   exit&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.254&lt;BR /&gt;dhcp-snooping&lt;BR /&gt;dhcp-snooping authorized-server 192.168.1.254&lt;BR /&gt;dhcp-snooping vlan 1-121&lt;BR /&gt;interface B16&lt;BR /&gt;   dhcp-snooping trust&lt;BR /&gt;   exit&lt;BR /&gt;password manager&lt;BR /&gt;password operator&lt;BR /&gt;====================================&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 14:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390947#M18010</guid>
      <dc:creator>jamalator</dc:creator>
      <dc:date>2009-03-31T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390948#M18011</link>
      <description>Hi cenk,&lt;BR /&gt;&lt;BR /&gt;I corrected the route you gave me. the dhcp is still working. I forgot to mention on my illustration that all all my vlan have ip helper adress 192.168.1.254.&lt;BR /&gt;The route are::&lt;BR /&gt;ip route 192.168.0.0 255.255.0.0 192.168.3.2&lt;BR /&gt;192.168.3.1 refused to set, it says that can not be a gatway and a switch ip.&lt;BR /&gt;and ip route 0.0.0.0 0.0.0.0 192.168.3.254&lt;BR /&gt;intead of &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.254.&lt;BR /&gt;And form the vlan 4 (192.168.4.1/24 gat 192.168.4.254) i tried to ping VLAN 3 and NOTHING&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2009 17:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390948#M18011</guid>
      <dc:creator>jamalator</dc:creator>
      <dc:date>2009-04-02T17:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Interconnecting Vlan on HP procurve 4204vl using static route</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390949#M18012</link>
      <description>please read be carefully&lt;BR /&gt;&lt;BR /&gt;static client ip address config&lt;BR /&gt;&lt;BR /&gt;vlan 3 member client ip address config&lt;BR /&gt;ip address 192.168.3.21&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default gateway 192.168.3.1***************&lt;BR /&gt;&lt;BR /&gt;vlan 4 member client ip address config&lt;BR /&gt;ip address 192.168.4.21&lt;BR /&gt;subnet mask 255.255.255.0&lt;BR /&gt;default gateway 192.168.4.1***************&lt;BR /&gt;&lt;BR /&gt;each vlan member client default gateway address must be vlan ip address&lt;BR /&gt;&lt;BR /&gt;may it be easy</description>
      <pubDate>Fri, 03 Apr 2009 18:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/interconnecting-vlan-on-hp-procurve-4204vl-using-static-route/m-p/4390949#M18012</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-04-03T18:58:43Z</dc:date>
    </item>
  </channel>
</rss>

