Hi,
I’m having some trouble with routing between two networks (sub to main).
My configuration :
- Network A 192.168.1.0/24 from my ISP (with DHCP)
- Network B 192.168.51.0/24 from Mikrotik CRS326 (DHCP server on Bridge)
- Network B plugged to Network A on port Eth1 (acquire from DHCP Network A)
- All (A and B) are set to Router
I don’t have any problem with device on Network A to acces device on Network (i need add route manually from my device, cannot set on router A).
I cannot acces with devince on Network B to Network A (and also Internet).
My Mikrotik configuration are simple (quick set)
/interface bridge
add admin-mac=XX auto-mac=no comment=defconf name=bridge
/interface list
add name=WAN
add name=LAN
/ip pool
add name=dhcp ranges=192.168.51.10-192.168.51.254
/ip dhcp-server
add address-pool=dhcp interface=bridge name=dhcp1
/interface bridge port
add bridge=bridge comment=defconf disabled=yes interface=ether1
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=ether9
add bridge=bridge comment=defconf interface=ether10
add bridge=bridge comment=defconf interface=ether11
add bridge=bridge comment=defconf interface=ether12
add bridge=bridge comment=defconf interface=ether13
add bridge=bridge comment=defconf interface=ether14
add bridge=bridge comment=defconf interface=ether15
add bridge=bridge comment=defconf interface=ether16
add bridge=bridge comment=defconf interface=ether17
add bridge=bridge comment=defconf interface=ether18
add bridge=bridge comment=defconf interface=ether19
add bridge=bridge comment=defconf interface=ether20
add bridge=bridge comment=defconf interface=ether21
add bridge=bridge comment=defconf interface=ether22
add bridge=bridge comment=defconf interface=ether23
add bridge=bridge comment=defconf interface=ether24
add bridge=bridge comment=defconf interface=sfp-sfpplus1
add bridge=bridge comment=defconf interface=sfp-sfpplus2
/interface list member
add interface=ether1 list=WAN
add interface=bridge list=LAN
/ip address
add address=192.168.51.1/24 interface=bridge network=192.168.51.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=192.168.51.0/24 dns-server=192.168.51.1 domain=house.local
gateway=192.168.51.1 netmask=24
Default route
I think it’s ‘just’ a missing route, but i don’t understand. How can achieve this ?
Thanks for your help !
