Its a Linux router/Gateway/DHCP with 4 nics, 1 external and 3 lan's 1 for each vlan for dhcp.
but when i trace from an ip 192.168.130.138 to my server 192.168.70.5 the trace stops at my gateway 192.168.130.1
in the system the dhcp server create a gateway for each nic: eth0: gateway 192.168.130.1 range 130.2 to 130.254; eth1: gateway 192.168.120.1 range 120.2 to 120.254; eth2: gateway 192.168.70.100 range 70.101 to 70.254.
the system generates routing between each nic vlan, but only for the address in the assigned by the dhcp. and my server ip is static.
So i think i could input static routes to my server to vlans 120.x and 130.x on the switch.