- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Configuring static IP route for VLAN on 2626
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
09-18-2008 01:24 AM
09-18-2008 01:24 AM
Do I need an external router to route the traffic? Can I do without an external router?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 03:29 AM
09-18-2008 03:29 AM
Re: Configuring static IP route for VLAN on 2626
you need to enable ip routing, add a route to your gateway and at your gateway you need a route to the switch.
for example
ip routing
vlan 1
ip address 192.168.0.5/24
vlan 2
ip address 192.168.1.5/24
ip route 0.0.0.0 0.0.0.0 192.168.0.1 <-ip of default gateway
and at your default gateway something like
ip route 192.168.1.0/24 192.168.0.5
client default gateway vlan 2
192.168.1.5
then it should work.
hope this helps
alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 07:02 PM
09-18-2008 07:02 PM
Re: Configuring static IP route for VLAN on 2626
Thanks for your advice, I actually managed to get that working but my question is, what if i do not have a router? Can I still make the vlan communicate with one another? I read somewhere in the manual that an IP static route is required, but I'm not sure how to do i?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 08:41 PM
09-18-2008 08:41 PM
Re: Configuring static IP route for VLAN on 2626
if you are configuring the switch like i said, the routing between the vlans is done by the switch not by the router. and of course you can do all you routing with the switch, but then you would need an ethernetconnection for your WAN side. and i don't know exactly but i thing the 2626 only does static routing and a limited amount of static routes.
hope this helps
alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 08:55 PM
09-18-2008 08:55 PM
Solutionif you don't have a router just enable ip routing and the default gateway for the clients is the ip of the switch. you then don't need to add a route, cos the switch is adding them itself. the additional route is just needed if you have a gateway for other subnets or WAN.
alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 10:45 PM
09-18-2008 10:45 PM
Re: Configuring static IP route for VLAN on 2626
I got it working this time, not sure why it did not work the previous time around. cheers