Im kinda new with mikrotik as far as vlans is concerned ive read the wiki page about vlans but still does’nt answer my question.
We just purchased a RB-1000 and I have it setup as below
1 Wan interface
1 Lan interface with 3 vlans 10 20 and 30
with dhcp server setup with each of the 3 vlans as below
10.0.10.0 vlan 10
10.0.20.0 vlan 20
10.0.30.0 vlan 30
Our servers are on the vlan 10 so when i try to ssh into one of the servers from vlan 20 it logs the ip as coming in as
10.0.10.1
is there any way to get around each vlan having its own nat and nat all three vlans together as one to the wan address
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=dstnat action=dst-nat to-addresses=10.0.10.14 to-ports=22
protocol=tcp dst-address=x.x.x.x dst-port=22
1 chain=dstnat action=dst-nat to-addresses=10.0.10.104 to-ports=443
protocol=tcp dst-address=x.x.x.x dst-port=443
2 chain=dstnat action=dst-nat to-addresses=10.0.0.0-10.0.255.255
dst-address=x.x.x.x
3 chain=srcnat action=masquerade src-address=10.0.0.0/16