Quantcast
Viewing all articles
Browse latest Browse all 2954

VLANs can't see internet

Hello All,  I am new to VLANs and trying to learn on my own.   I have got a Powerconnect 6224.  I setup two vlans and connected two machines to each VLAN.  the machines in each VLAN can see each other and they can see the other VLAN members.  But,  none of them can see the internet... internet port is #2  what am I missing?

VLAN 10 interface = 10.10.0.1/24  members of vlan 10 = ports 17-21

VLAN 20 interface = 10.20.0.1/24  members of vlan 20 = ports 13-16

routes to each network

10.10.0.0 -> 10.10.0.2

10.20.0.0 -> 10.20.0.2

Here is the running config on the switch.  can you see what I missed?

*******************

console>enable

console#show running-config
!Current Configuration:
!System Description "Dell 24 Port Gigabit Ethernet, 2.0.0.12, VxWorks5.5.1"
!System Software Version 2.0.0.12
!
configure
vlan database
vlan 10,20,99
exit
stack
member 1 1
exit
ip address 192.168.1.3 255.255.255.0
ip default-gateway 192.168.1.1
ip routing
ip route 10.10.0.0 255.255.255.0 192.168.1.3
ip route 10.20.0.0 255.255.255.0 192.168.1.3
interface vlan 10
routing
ip address 10.10.0.1 255.255.255.0
ip netdirbcast
exit


interface vlan 20
routing
ip address 10.20.0.1 255.255.255.0
ip netdirbcast
exit
interface vlan 99
name "WAN"
dot1x auth-not-req
routing
ip netdirbcast
ip local-proxy-arp
exit
username "admin" password 4f87869237d36d241ed31f8fe95ad8d6 level 15 encrypted
!
interface ethernet 1/g1
switchport mode general
no switchport general acceptable-frame-type tagged-only
exit
!
interface ethernet 1/g2
switchport mode general


no switchport general acceptable-frame-type tagged-only
exit
!
interface ethernet 1/g12
switchport access vlan 20
exit
!
interface ethernet 1/g13
switchport access vlan 20
exit
!
interface ethernet 1/g14
switchport access vlan 20
exit
!
interface ethernet 1/g15
switchport access vlan 20
exit
!
interface ethernet 1/g16
switchport access vlan 10


exit
!
interface ethernet 1/g17
switchport access vlan 10
exit
!
interface ethernet 1/g18
switchport access vlan 10
exit
!
interface ethernet 1/g19
switchport access vlan 10
exit
!
interface ethernet 1/g20
switchport access vlan 10
exit
exit

console#


Viewing all articles
Browse latest Browse all 2954

Trending Articles