- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- Clients cant get to internet if not on gateway VLA...
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
02-11-2018 08:19 AM
02-11-2018 08:19 AM
Clients cant get to internet if not on gateway VLAN - HP a5800 switch
Hello! I am new to HP switches and having some issues with inter-VLAN routing and clients not on the VLAN that is native to the internet gateway getting to the internet. Here is my setup:
Client is connected to a port on VLAN 200 and switch has an interface at 192.168.1.1/24
Internet gateway is connected to VLAN 100 and the switch has an interface at 192.168.0.2/24
Internet gateway is 192.168.0.1
Default route is setup on the switch `ip route-static 0.0.0.0 0.0.0.0 192.168.0.1`
Relevant Switch config:
vlan 100
#
vlan 200
interface Vlan-interface100
ip address 192.168.0.2 255.255.255.0
#
interface Vlan-interface200
ip address 192.168.1.1 255.255.255.0
interface GigabitEthernet1/0/1-12
port link-mode bridge
port access vlan 100
interface GigabitEthernet1/0/13-28
port link-mode bridge
port access vlan 200
#
ip route-static 0.0.0.0 0.0.0.0 192.168.0.1
[LABSWITCH1]display ip routing-table
Routing Tables: Public
Destinations : 7 Routes : 7
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/0 Static 60 0 192.168.0.1 Vlan100
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
192.168.0.0/24 Direct 0 0 192.168.0.2 Vlan100
192.168.0.2/32 Direct 0 0 127.0.0.1 InLoop0
192.168.1.0/24 Direct 0 0 192.168.1.1 Vlan200
192.168.1.1/32 Direct 0 0 127.0.0.1 InLoop0
The switch can get to the internet. The client can ping other devies in VLAN 200, as well as devices in VLAN 100. However, the client cannot get to the internet. Ive been banging my head on this for a few hours now and not making any progress. Any help would be appreciated!