Add another subnet

Dear MT users,

I’ve setup MT v2.8, below my configuration :

/ip address add address=192.168.1.2/24 interface=internet disabled=no
/ip address add address=172.16.1.1/24 interface=internal disabled=no
/ip route add gateway=192.168.1.1
/ip firewall src-nat add out-interface=internet action=masquerade

I can access to internet and lan, with my current configuration, my question is :
I want to add another subnet say 172.16.2.0/24, I want the new subnet/client able to access the internet and access the current subnet 172.16.1.0/24, how to setup the MK router? Should I change the netmask on router and current subnet on client?

Regards,

Comal

/ip address add address=172.16.2.1/24 interface=internal disabled=no

Dear Eugene,

Thank you for your reply.
Another question related to your answer:

  1. Is it okay one ethernet with 2 ip address?
  2. Is my new client gateway set with 172.16.2.1?

Best Regards,

Comal

you can have multiple IP addresses on one interface, just make sure you create a route to get to the 172.16.2.0/24 network from 172.16.1.0/24…

Should be reachable as DC (dynamic connected) without any additional configuration.