Community discussions

MikroTik App
 
vargacs
just joined
Topic Author
Posts: 4
Joined: Sun Aug 30, 2015 7:36 pm

ARP List bug?

Thu Sep 03, 2015 1:30 pm

Hello,

I have a server with 2 eth port. The port 1 IP is: 10.0.13.2, port 2 is: 192.168.11.2. I have two network card in the server, with diferent MAC-s. But in microtics ARP list the diferent IP-s has same MAC address.

Is that a BUG? What can I do with this? Now one of this networks is unreachable.
Névtelen-2.jpg
Thanks for the help!
You do not have the required permissions to view the files attached to this post.
 
dada
Member Candidate
Member Candidate
Posts: 245
Joined: Tue Feb 21, 2006 1:44 pm

Re: ARP List bug?

Thu Sep 03, 2015 3:19 pm

Hi,

I think ROS is innocent here. I don't know how is the server connected to the routerboard but proably you should check your server settings. The default values for some IP stack features IMHO can cause what you see. I think you should try to check/change values for arp_filter and arp_announce (accessible under /proc/sys/net/ipv4/)

Use tcpdump to see what your server announces in ARP queries/replies.
 
vargacs
just joined
Topic Author
Posts: 4
Joined: Sun Aug 30, 2015 7:36 pm

Re: ARP List bug?

Fri Sep 04, 2015 11:57 am

Hello,

Thank you for the idea. I made a bridge the 2 eth in the server. It is solved my problem.

Regards,
Csaba