# jan/02/1970 00:01:43 by RouterOS 6.49.6
# software id = KBLB-9206
#
# model = 450G
# serial number = 725208F66990
/interface bridge
add admin-mac=CC:2D:E0:A7:7A:F6 auto-mac=no comment=defconf name=bridge
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=defconf
/interface bridge port
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
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
192.168.88.0
/ip dhcp-client
add comment=defconf disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
ipsec-policy=out,none out-interface-list=WAN
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
version ? RouterOS 6.49.6 on RB450G old one and bran new just buy. Same situation.on wich version?
No. I can set any IP range on Dlink, TP-LINK etc. No matter. On D-link in range 192.168.88.1/24 working fineWild guess because I just woke up.
Maybe because your machine has a static IP in 192.168.1.0 that is default on Asus and Mikrotik's default is 192.168.88.0 ?
Change pool and DHCP server details to 182.168.1.0 or 192.168.0.0 network on Mikrotik.
Could be that the machine has a firewall allowing only connections from certain networks.
Interesting. Was RSTP on bridge setting. Will change to NONE and check evening. Thanks. Let you know.From what you wrote it seems that the "application" for the "machine" is using some kind of discovery protocol at L2. With default settings, the Mikrotik bridge conforms to IEEE 802.1D in terms that it does not forward frames with "link-local" multicast destination MAC addresses (such as STP, LLDP). So if your "application" uses this kind of multicast MAC address (or even LLDP as such), setting protocol-mode on the bridge to none might resolve your issue, but for the cost of losing STP on the bridge.
Unfortunately, setting protocol-mode on the bridge to none not resolve problem. Still IP address not show on aplication.From what you wrote it seems that the "application" for the "machine" is using some kind of discovery protocol at L2. With default settings, the Mikrotik bridge conforms to IEEE 802.1D in terms that it does not forward frames with "link-local" multicast destination MAC addresses (such as STP, LLDP). So if your "application" uses this kind of multicast MAC address (or even LLDP as such), setting protocol-mode on the bridge to none might resolve your issue, but for the cost of losing STP on the bridge.
done but still no effectThe bridge ports window shows that the traffic between ether2 and ether3 bypasses the CPU (both indicate H, so hardware forwarding is active). That makes it even more strange, as if something blocks the discovery traffic of the "application", it must be the switch chip. So can you set hw=no on the /interface bridge port rows for ether2 and ether3 and try again?
Dirty Laundry?thanks bpwl, I didnt know the bridge's dirty laundry was visible in that way.
Curious what would you have done if the bridge was not pulling dhcp duty and all data was being passed via vlan(s) ????
Well, you say eth3 does not exist in sniff, but the statistics for ether3 is completely empty, so if the device did get an IP address via DHCP, it could not be connected to ether3.eth4 PC and bridge - visible in sniff
eth3 Machine - no exist in sniff
Hardware and cable all is OK.IIf it's totally weird, you have to think about hardware. First suspect is ethernet connector, ethernet port and ethernet cable.
More difficult things come later, like grounding loops.
A blinking LED is not very precise for troubleshooting. Replace the machine with a known good device (PC?) with good diagnostics. Another MT device could also be used.
All firewalls was totally OFF for all networksHello neck99,
I have been experiencing an issue i think is similar/same as yours. I have a standard domestic wifi access point connected to my MT router. If i connect my laptop to that wifi access point, i can open winbox and the MT router is discovered and i can connect to it. I also have a MT access point connected to the router. If i connect my laptop to the MT access point, winbox cannot discover the MT router, but, if i manually enter the mac address, i can connect to it. This was indicating to me that i had something blocking either the discover requests or responses in the MT access point.
I have just resolved this issue. I found that when i connected to the MT access point, windows would clasify it as a public network and by default have network discover and file/print sharing turned off. It seems as though network discovery also includes blocking broadcast packets which is why winbox couldn't discover my router. My solution was to tell windows it was a private network and to turn network discover on.
To turn it on, I simply opened a file explorer window. I selected "Network" from the left hand column. I was then prompted to turn on "sharing and discover" and i followed the prompts.
If this is the same issue as your, I hope this solution helps.
Regards
Stuart