Can’t connect to my RB 1200. Just installed it, connected Ethernet cable to eth1 port, configured client address as 192.168.88.2.
Can see neighbor discovery packets on the interface but no reply to arp requests.
Here is tcpdump output on client interface:
# tcpdump -i eth3 -nn -l
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3, link-type EN10MB (Ethernet), capture size 65535 bytes
14:40:17.947219 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:40:17.947235 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:40:38.125372 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:39.125375 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:40.124447 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:41.141367 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:42.140446 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:43.140448 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:41:17.951421 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:41:17.951437 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:42:17.955635 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:42:17.955651 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:43:17.959835 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:43:17.959856 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:44:17.964052 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:44:17.964068 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:44:39.997376 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:40.997369 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:41.996466 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:43.013375 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:44.013375 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:45.012455 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:46.029375 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:47.029376 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:48.028460 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
^C
25 packets captured
25 packets received by filter
0 packets dropped by kernel
Do I miss something?