T2600G - VLan routing Internet
I have a Tp-Link Switch model T2600G-28TS,
I made 4 VLANs: VLAN_1 (port 1 to 2), VLAN_10 (port 3 to 10), VLAN_20 (port 11 to 20) and VLAN_50 (port 23 to 24) ,
I have assigned PVID for each port to desired VLAN,
VLAN 1 is for management only,
VLAN 10 and 20 are for local network
VLAN 50 is for routing to Internet (IP router: 192.168.1.254)
Each port in Vlan_10 (192.168.10.x - Gw 192.168.10.254) and Vlan_20 ( 192.168.20.x - Gw 192.168.20.254) is directly connected to one computer
(L3 Features/Interface) I create a static virtual interface for each VLAN, the IPs are;
VLAN10: 192.168.10.254
VLAN20: 192.168.20.254
VLAN50: 192.168.1.253
(L3 Features/static Routing) I set default 0.0.0.0/0 to 192.168.1.254
the problem I have is:
from any computer I can't access the internet.
However I can do:
a) I can ping between pc within the same Vlan.
b) I can ping the switch interfaces
b) I can ping Vlan 50 interface (192.168.1.253)
c) from the ping tool swtich, I can ping all computers, all vlans interfaces, the router (192.168.1.254) and a internet ip (1.1.1.1)
What could be wrong?
In advance I thank any help.