Jump to content

Recommended Posts

Posted

I have an issue with internet being shared on vlans, i configured PCs with gateway ip of the vlan and dns the internet router ip. I can only access internet if PC is on same vlan1 as internet router, internet router ip is 192.168.168.2 on vlan 1 , can someone help please?

ProCurve Switch 5304XL# show config

 

Startup configuration:

 

; J4850A Configuration Editor; Created on release #E.11.21

 

hostname "ProCurve Switch 5304XL"

module 3 type J9001A

module 1 type J4907A

module 2 type J4907A

ip routing

snmp-server community "public" Unrestricted

vlan 1

name "DEFAULT_VLAN"

untagged A1-A4,A10-A16,B2-B16

ip address 192.168.168.1 255.255.255.0

tagged B1,CUP

no untagged A5-A9,CDP

exit

lldp auto-provision radio-ports auto-vlan 2100 auto

vlan 2100

name "VLAN2100"

tagged CDP

exit

vlan 2

name "VLAN2"

untagged A5-A9

ip address 192.168.0.1 255.255.255.0

tagged B1

exit

ip route 0.0.0.0 0.0.0.0 192.168.168.2

router rip

exit

Posted

Your internet router needs to be aware of the subnets that sit behind your switch. Endpoints that exist on Vlan 1 are able to communicate with the internet as they share the same network subnet (192.168.168.0/24) as your internet router device.

 

An entry needs to be created on the internet router that states that all traffic destined for the 192.168.0.0/24 (Subnet Mask 255.255.255.0) network needs to be directed to 192.168.168.1.

 

Once you complete the above step and possibly restart, you should see traffic between vlan 2 and the internet.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...