-2

Good afternoon need help. There is a router Mikrotik. The Internet and wi-fi started to disappear, but the connection is periodically resumed. The Mac address is specified by my router in an error.

Error in logs : bridge port received packet with own address as source address (ee:ee:8c:0c:ee:fd), probably loop.

Gen Ts
  • 404
  • 2
  • 18

1 Answers1

0

You need share a better environment description.

However, assuming you're using wireless interface, you can try proxy ARP on Wireless interface for avoid loops under WiFi bridge.

/interface wireless set arp=proxy-arp

More info here.

David L
  • 703
  • 6
  • 22