Hello there
please i need your help .
i configured my Vlan 2,3 and 199 on my single switch 6224
Vlan2 for corporation 192.168.2.254
Vlan3 for guest 192.168.3.254
Vlan199 is where my internet and my gateway for it is 192.168.1.199
all what i want is very simple i need an assitant how i can get a computer connected to Vlan 2 and Vlan 3 to talk to the internet.
NB: the machine for testing that i connect to vlan 2 port 3 has the ip address 192.168.2.10 gateway 192.168.2.254 and my DNS is Public.
from inside the CLI i can ping 192.168.199.1 after i added on this device a static route to redirect back.
still can't access the internet.
please find bellow my configuration
!Current Configuration:
!System Description "Powerconnect 6224, 3.2.0.7, VxWorks 6.5"
!System Software Version 3.2.0.7
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 2-3,199
vlan routing 2 1
vlan routing 199 2
vlan routing 3 3
exit
stack
member 1 1
exit
ip address 172.16.16.19 255.255.255.0
ip default-gateway 172.16.16.251
ip routing
ip route 0.0.0.0 0.0.0.0 192.168.199.1
interface vlan 2
name "corp"
routing
ip address 192.168.2.254 255.255.255.0
exit
interface vlan 3
name "Guest"
routing
ip address 192.168.3.254 255.255.255.0
exit
interface vlan 199
name "internet"
routing
ip address 192.168.199.254 255.255.255.0
exit
username "admin" password 66ccbd31c39fa9407de367b1b104265a level 15 encrypted
!
interface ethernet 1/g1
switchport access vlan 199
exit
!
interface ethernet 1/g3
switchport access vlan 2
exit
!
interface ethernet 1/g5
switchport access vlan 3
exit
snmp-server community public rw
exit