I need to manage two networks in a DFL-260. The default network is 192.168.0.0, and this networks works fine. But, i need to create a second network (192.168.0.0), and this two networks must be connected. In linux, i create a route (route add -net 192.168.0.0 netmask 255.255.255.0 eth1).
I try to create a vlan (vlan name vlan 10, vlan id 10, ip vlan 192.168.0.1, network 192.168.0.0/24, gateway 192.168.0.1), but i can't connect this two networks.
I try to seek in google, but i can't find help.
I'm waiting your response...