Unsolved
This post is more than 5 years old
5 Posts
0
2003
August 9th, 2016 11:00
How to enable Internet access for VLAN's.
Good day,
I have 1 Dell Switch 6224 , with 2 VLAN 's configured , VLAN 400 and VLAN 500, but can not access the Internet .
VLAN400 : 192.168.3.1/24
VLAN500 : 192.168.2.1/24
Default gateway IP : 10.100.11.254
Routing enable in VLANs .
IP route 0.0.0.0 0.0.0.0 10.100.11.254
Can anybody help me?
!Current Configuration:
!System Description "PowerConnect 6248P, 3.3.3.3, VxWorks 6.5"
!System Software Version 3.3.3.3
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 2,400,500
vlan routing 400 3
vlan routing 500 4
vlan routing 1 5
exit
ip telnet server disable
hostname "1Sw"
stack
member 1 5
member 2 4
exit
ip address none
ip address vlan 2
ip routing
ip route 0.0.0.0 0.0.0.0 10.100.11.254
ip route 192.168.3.0 255.255.255.0 192.168.3.1
interface vlan 1
routing
ip address 10.100.13.254 255.255.0.0
exit
interface vlan 400
routing
exit
interface vlan 500
routing
exit
0 events found


DELL-Josh Cr
Moderator
•
9.6K Posts
•
116 Points
0
August 9th, 2016 15:00
Hi,
Are the VLANs able to ping 10.100.11.254? Which port connects to the router for the Internet? Is it configured as a trunk or general port that passes all of the VLANs?