[SOLVED] em1: received packet with own address as source add

Issues related to configuring your network
Post Reply
npolite
Posts: 29
Joined: 2007/11/30 03:35:01
Contact:

[SOLVED] em1: received packet with own address as source add

Post by npolite » 2015/03/16 18:42:49

Hi All,

We are running CentOS 6.4 2.6.32-358.2.1.el6.x86_64. Yesterday we started getting the error about received packet with own address as source address. We haven't touched the network configuration in over 2 months. We tried to remove the network bridge and it seems the errors went away. When we had re-done the configuration the network bridge would not come up until we actually restarted the server. Does this look like a bug? We are out of ideas and hope that an update will resolve this issue. Here is the config. Any help would be appreciated.

Nick

cat ifcfg-em1
DEVICE=em1
HWADDR=90:b1:1c:51:87:64
ONBOOT=yes
BRIDGE=br0

cat ifcfg-br0
NAME=""
GATEWAY=10.203.0.1
BOOTPROTO=none
DELAY=0
MACADDR=""
TYPE=Bridge
DEVICE=br0
MTU=""
ONBOOT=yes
IPADDR=10.203.8.3
NETMASK=255.255.0.0
NETWORK=10.203.0.0
STP=on

tigalch
QA Team
Posts: 522
Joined: 2012/06/23 17:28:41
Location: Austria

Re: kernel: em1: received packet with own address as source

Post by tigalch » 2015/03/17 20:47:21

I would first suggest to update your box to 6.6 and the current kernel, and then see if the issues goes away.

npolite
Posts: 29
Joined: 2007/11/30 03:35:01
Contact:

Re: [SOLVED] em1: received packet with own address as source

Post by npolite » 2015/03/18 12:04:41

tigalch wrote:I would first suggest to update your box to 6.6 and the current kernel, and then see if the issues goes away.
Yup that was it. I ran a yum update and it fixed the issue.

Thanks,
Nick

Post Reply