Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: check-ict on August 25, 2011, 08:06:33 pm

Title: ARP problems, LAN interface timeouts
Post by: check-ict on August 25, 2011, 08:06:33 pm
I have a simple Zentyal installation with 2 network cards (virtual).

Eth0 is for WAN
Eth1 is for LAN

Sometimes the LAN interface has a short timeout period. I tracked the problem down to a ARP command:

for arptable in `arp | grep "eth1" | cut -d " " -f1`; do arp -d $arptable; done

This command deletes the arp entries on eth1. If I run this, all LAN access is normal again.

How can I stop these sudden timeout moments?
Title: Re: ARP problems, LAN interface timeouts
Post by: check-ict on September 30, 2011, 09:11:00 am
Can anyone help me with this?
Title: Re: ARP problems, LAN interface timeouts
Post by: modti on January 09, 2013, 02:27:32 pm
Hi, I am facing the same problem: sometimes Zentyal cannot be reached. I do not have a solution, but I have made a complete and deep analysis that may lead to a solution. I've just replied a similar problem, check the following post: http://forum.zentyal.org/index.php/topic,8229.0.html

I know I am kind of late, but anyway I hope this can help...

Modti