Hello, I dont know if this is possible. Im just very newbie, so please bear with me.
I want to make 2 wans for policy routing. However, 2 WANs are remotely located. So I dont have access of their ports to plug it in my ether1 and ether2 in mikrotik.
I can already use them both in ether 1, with their proper gateways on routing policy.
But I wanted to test vlan (I dont even know how this vlan works). What I wanted to achieve is make 2 VLANs in ether 1, then make gateway 1 on vlan 1, and gateway 2 on vlan 2.
I tested that, but I could not reach both gateways. What can you say about this?
I just changed the address settings from:
/ip address
gateway 1 on ether 1
gateway 2 on ether 2
to:
/ip address
gateway 1 on vlan 1
gateway 2 on vlan 2
/interface vlan
vlan 1 on ether 1
vlan 2 on ether 2