Hi, as the title says, I changed the segmentation from /24 to /23 because I was running out of IPs. That's a dedicated range for cell phones and laptops. The problem is that the second range, in this case 10.1.11.1-10.1.11.253, isn't working. It can ping between LAN devices, but not browse the internet. I've attached a screenshot of the configuration. Thanks.
model = RB1100x4
/interface bridge
add name=Colectores
/interface ethernet
set [ find default-name=ether1 ] comment="SWITCH-"100.254""
set [ find default-name=ether2 ] comment="MK-ISP-"50.156""
set [ find default-name=ether3 ] comment=
"AP-COLECTORES-"50.254" DHCP-SWPLANTA"
/interface vlan
add interface=ether1 name=VLAN-Colectores vlan-id=20
add interface=ether1 name=VLAN-Planta vlan-id=10
/interface ethernet switch port
set 0 default-vlan-id=0
set 1 default-vlan-id=0
set 2 default-vlan-id=0
set 3 default-vlan-id=0
set 4 default-vlan-id=0
set 5 default-vlan-id=0
set 6 default-vlan-id=0
set 7 default-vlan-id=0
set 8 default-vlan-id=0
set 9 default-vlan-id=0
set 10 default-vlan-id=0
set 11 default-vlan-id=0
set 12 default-vlan-id=0
set 13 default-vlan-id=0
set 14 default-vlan-id=0
set 15 default-vlan-id=0
/interface list
add name=WAN
add name=LAN
/ip pool
add comment=VLAN1 name=dhcp_pool0 ranges=192.168.100.60-192.168.100.253
add comment=VLAN10-11 name=dhcp_pool2 ranges=10.1.11.1-10.1.11.253
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=ether1 name=DHCP-LAN
/ip pool
add comment=VLAN10 name=dhcp_pool1 next-pool=dhcp_pool2 ranges=
10.1.10.1-10.1.10.253
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=VLAN-Planta lease-time=5m
name=dhcp1
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,pas
sword,web,sniff,sensitive,api,romon,dude,tikapp"
/interface bridge port
add bridge=Colectores interface=ether3 multicast-router=disabled
add bridge=Colectores interface=VLAN-Colectores multicast-router=disabled
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface detect-internet
set detect-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=Colectores list=LAN
/ip address
add address=192.168.100.254/24 comment="LAN SW ARUBA" interface=ether1
network=192.168.100.0
add address=10.11.11.2/30 comment="De MK a MK" interface=Colectores network=
10.11.11.0
add address=10.1.10.254/23 comment=AP-Planta-DHCP interface=VLAN-Planta
network=10.1.10.0
/ip dhcp-server network
add address=10.1.10.0/23 dns-server=1.1.1.1,8.8.8.8 gateway=10.1.10.254
add address=192.168.100.0/24 dns-server=1.1.1.1,8.8.8.8 gateway=
192.168.100.254
/ip dns
set servers=1.1.1.1,8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether2 src-address=
192.168.100.0/24
add action=masquerade chain=srcnat log=yes out-interface=ether2 src-address=
10.1.10.0/23
/ip route
add distance=1 gateway=10.11.11.1