- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- HP 2910 Internet access for multiple vlans
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-28-2012 12:31 AM - edited 11-28-2012 12:31 AM
11-28-2012 12:31 AM - edited 11-28-2012 12:31 AM
I have a problem with access to the internet from vlan2 on our network.
VLAN1 10.0.6.x
VLAN2 10.1.6.x
Router: 10.0.6.252
The switch is a Procurve 2910 with routing enabled.
Switch vlan1: 10.0.6.254
Switch vlan2: 10.1.6.254
SW-0033# ping 8.8.8.8 source 1 8.8.8.8 is alive, time = 14 ms SW-0033# ping 8.8.8.8 source 2 Request timed out.
SW-0033# show ip route IP Route Entries Destination Gateway VLAN Type Sub-Type Metric Dist. ------------------ --------------- ---- --------- ---------- ---------- ----- 0.0.0.0/0 10.0.6.252 1 static 1 1 10.0.6.0/24 DATA-VLAN 1 connected 1 0 10.1.6.0/24 VOICE-VLAN 2 connected 1 0 127.0.0.0/8 reject static 0 0 127.0.0.1/32 lo0 connected 1 0
Running configuration:
; J9148A Configuration Editor; Created on release #W.15.08.0012
; Ver #02:11.05:16
hostname "SW-0033"
module 1 type j9148a
power-over-ethernet pre-std-detect
no telnet-server
time timezone 60
ip default-gateway 10.0.6.252
ip route 0.0.0.0 0.0.0.0 10.0.6.252
ip routing
interface 47
name "Uplink_DATA-SW-0034"
exit
interface 48
name "Uplink_VOICE-SW-0034"
exit
vlan 1
name "DATA-VLAN"
no untagged 1-3,44,48
untagged 4-43,45-47
ip address 10.0.6.254 255.255.255.0
exit
vlan 2
name "VOICE-VLAN"
untagged 1-3,48
tagged 4-37
ip address 10.1.6.254 255.255.255.0
voice
exit
no autorun
password manager
password operator
Any idea why I can't access the internet from vlan2?
Solved! Go to Solution.
- Tags:
- VLAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2012 12:43 AM