Hello.
I am new user of Mikrotik router, We have bought device CCR-1036-8G-2S+.
INFO:
I have connected router from ether1 to ethernet wall socket, where DHCP server run.
I want to use ether2, ether3 and ether4 like switch to ethernet wall socket. And it works fine.
That I have configured etherned_bridge like bridge for ether1, ether2, ether3 and ether4 with DHCP client.
Router get DHCP configuration correctly and is accesable via assigned IP address. Assigned Ip is from subnet 192.168.6.0/24.
Next step, I have created local_bridge for ether5, ether6, ether7, ether8, sfp-sfpplus1 and sfp-sfpplus2 with dhcp server for subnet 192.168.1.0/24.
That, when I connected notebook via ethernet cable into ether8 port, ip address is assigned. I am able to open router web, ping itself, ping gateway (router) and ping router ip on subnet 192.168.6.0/24.
“ip address print” get:
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.1.1/24 192.168.1.0 ether5
1 D 192.168.6.105/24 192.168.6.0 ethernet_bridge
“ip router print” get:
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 192.168.6.1 1
1 ADC 192.168.1.0/24 192.168.1.1 local_bridge 0
2 ADC 192.168.6.0/24 192.168.6.105 ethernet_bridge 0
PROBLEM:
From computer on ether2, ether3 or ether4, I am able to access internet and company newtwork, but from computer on port from local_bridge, I am not able to access internet and company network. I am not able to ping DNS server assigned by DHCP client. I am able to ping router from PC, but ping from router web ping does not answer for PC Ip address (same for ping sources ethernet_bridge, local_bridge, ether8).
NOTE:
With another low cost router, easy configuration like switch only or one ethernet input and local network works fine.
ASK:
Please, are there somebody able to help me with configuration of router?
CONFIGURATION:
My configuration printed as text is bellow:
# jan/04/1970 21:02:43 by RouterOS 6.38.5
# software id = C7GH-7FWN
#
/interface bridge
add name=ethernet_bridge
add name=local_bridge
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.1.100-192.168.1.199
/ip dhcp-server
add address-pool=dhcp disabled=no interface=local_bridge name=local_dhcp
/interface bridge port
add bridge=ethernet_bridge interface=ether2
add bridge=ethernet_bridge interface=ether3
add bridge=ethernet_bridge interface=ether4
add bridge=local_bridge interface=ether5
add bridge=local_bridge interface=ether6
add bridge=local_bridge interface=ether7
add bridge=local_bridge interface=ether8
add bridge=local_bridge interface=sfp-sfpplus1
add bridge=local_bridge interface=sfp-sfpplus2
add bridge=ethernet_bridge interface=ether1
/interface bridge settings
set allow-fast-path=no
/ip address
add address=192.168.1.1/24 interface=ether5 network=192.168.1.0
/ip dhcp-client
add dhcp-options=clientid,clientid disabled=no interface=ethernet_bridge
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1 netmask=24
/system identity
set name="MikroTik router"