- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- HP2650 VLAN routing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 09:34 PM
11-26-2008 09:34 PM
I have a couple of VLANS and I want to route between them. My ISP router is 192.168.1.1
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.
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?
**********************************************
hostname "ProCurve Switch 2650"
ip default-gateway 192.168.1.1
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-16,21-50
ip address 192.168.1.104 255.255.255.0
no untagged 17-20
exit
vlan 100
name "VLAN100"
untagged 17-20
ip address 192.168.100.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.1.1
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 09:43 PM
11-26-2008 09:43 PM
Re: HP2650 VLAN routing
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.
then you need a static route at the device with the ip 192.168.1.1. Something like this
ip route 192.168.100.0/24 192.168.1.104
hope this helps
alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2008 02:20 AM
11-27-2008 02:20 AM
Solutionip default-gateway 192.168.1.1****!!!!!no need!!!
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-16,21-50
ip address 192.168.1.104 255.255.255.0
no untagged 17-20
exit
vlan 100
name "VLAN100"
untagged 17-20
ip address 192.168.100.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.1.1
your switch conf true but no need ip default gateway
you make must be write static route on internet router
and check pc ip config
**************************
internet router config
****************************************************
192.168.100.0 255.255.255.0 192.168.1.104
and this router connect vlan 1 untag port
(internet router lan ip address must be 192.168.1.1)
*****************************************************
*************************
pc config
*****************************************************
vlan 1 member pc
for example
ip address :192.168.1.10
subnet mask:255.255.255.0
default gateway:192.168.1.104
and connect vlan 1 untag port
vlan 100 member pc
for example
ip address:192.168.100.10
subnet mask:255.255.255.0
default gateway:192.168.100.1
and connect vlan 100 untag port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2008 02:23 AM
11-27-2008 02:23 AM
Re: HP2650 VLAN routing
you can write ip route command on internet router
[ip route 192.168.100.0 255.255.255.0 192.168.1.104]
and check pc ip config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2008 05:56 PM
11-28-2008 05:56 PM
Re: HP2650 VLAN routing
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
DNS request timed out.
timeout was 2 seconds.
*** Can't find server name for address 68.87.71.226: Timed out
DNS request timed out.
timeout was 2 seconds.
*** Can't find server name for address 68.87.73.242: Timed out
*** Default servers are not available
Default Server: UnKnown
Address: 68.87.71.226
DNS server 68.87.71.226 & 68.87.73.242 are valid for my ISP and works for clients on the DEFAULT_VLAN
Seems like DNS request fails from VLAN100
Do I need to do something to have the switch forward DNS requests similar to DHCP helper?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2008 10:35 PM
11-28-2008 10:35 PM
Re: HP2650 VLAN routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2008 10:41 PM
11-28-2008 10:41 PM
Re: HP2650 VLAN routing
if you can not reachable dns server
you have routing problem on switch or internet router
please send me sh run print switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2008 08:41 AM
11-29-2008 08:41 AM
Re: HP2650 VLAN routing
hostname "HRC_CORE_1"
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-16,21-50
ip address 192.168.1.104 255.255.255.0
no untagged 17-20
exit
vlan 100
name "VLAN100"
untagged 17-20
ip address 192.168.100.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.1.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2008 03:51 AM
11-30-2008 03:51 AM
Re: HP2650 VLAN routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2008 09:29 AM
12-01-2008 09:29 AM
Re: HP2650 VLAN routing
Destination LAN IP Subnet Mask Gateway Hop Count Interface
192.168.100.0 255.255.255.0 192.168.1.104 0 LAN & Wireless
192.168.1.0 255.255.255.0 0.0.0.0 0 LAN & Wireless
192.168.30.0 255.255.255.0 192.168.1.104 0 LAN & Wireless
192.168.200.0 255.255.255.0 192.168.1.104 0 LAN & Wireless
98.229.32.0 255.255.240.0 0.0.0.0 0 WAN (Internet)
0.0.0.0 0.0.0.0 98.229.32.1 0 WAN (Internet)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 06:17 AM
12-02-2008 06:17 AM
Re: HP2650 VLAN routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 07:33 AM
12-02-2008 07:33 AM
Re: HP2650 VLAN routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 08:12 AM
12-02-2008 08:12 AM
Re: HP2650 VLAN routing
VLAN 100 member can ping ISP gateway 192.168.1.1 but that is as far as I can get.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 12:09 PM
12-02-2008 12:09 PM
Re: HP2650 VLAN routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 12:28 PM
12-02-2008 12:28 PM
Re: HP2650 VLAN routing
Destination LAN IP Subnet Mask Gateway Hop Count Interface
***192.168.100.0 255.255.255.0 192.168.1.104 0 LAN & Wireless
192.168.1.0 255.255.255.0 0.0.0.0 0 LAN & Wireless
***192.168.30.0 255.255.255.0 192.168.1.104 0 LAN & Wireless
***192.168.200.0 255.255.255.0 192.168.1.104 0 LAN & Wireless
98.229.32.0 255.255.240.0 0.0.0.0 0 WAN (Internet)
0.0.0.0 0.0.0.0 98.229.32.1 0 WAN (Internet)
I don't understand some routing commad
this routing command make any ip ,any subnet go to 98.229.32.1
what for necessary this routing on router ?
0.0.0.0 0.0.0.0 98.229.32.1 0 WAN (Internet)(what for ?)
this routing commad make 98.229.32.0 network go to any ip address
what for necessary this routing on router ?
98.229.32.0 255.255.240.0 0.0.0.0 0 WAN (Internet)
192.168.1.0 255.255.255.0 0.0.0.0 0 LAN & Wireless (what for)
and for full routing performance must be associate some routing commad (***)
associate same command all (star)
192.168.0.0 255.255.0.0 192.168.1.104
my advice clear all routing command your isp router
and write one command and test
one commad
192.168.0.0 255.255.0.0 192.168.1.104