Received packet with own address as source address

dllewellyn

New Member
Sep 28, 2016
5
0
1
58
Hi, I am newbie with Proxmox (my son who is at college now set it up for me). I created a VM for FreePBX (VOIP PBX) which seems to be working fine, but I get audio dropouts for 1-3 seconds every minute or so. I have been trying to trace down the source and wonder if it might be related to Proxmox, the server which has 4 gigabit ports bonded together and the smart switch (Trendnet TL-SG1016DE) configuration. On the Proxmox Syslog, I see a bunch of errors such as

Sep 28 11:32:49 proxmox kernel: fwln106i0: received packet with own address as source address
Sep 28 11:33:52 proxmox kernel: eth2: received packet with own address as source address
Sep 28 11:34:00 proxmox kernel: eth3: received packet with own address as source address
Sep 28 11:34:03 proxmox kernel: eth0: received packet with own address as source address
Sep 28 11:34:43 proxmox kernel: eth1: received packet with own address as source address
Sep 28 11:34:54 proxmox kernel: fwln106i0: received packet with own address as source address
Sep 28 11:35:57 proxmox kernel: eth2: received packet with own address as source address
Sep 28 11:36:05 proxmox kernel: eth3: received packet with own address as source address
Sep 28 11:36:08 proxmox kernel: eth0: received packet with own address as source address

Screenshot of Network config in Proxmox.

upload_2016-9-28_11-41-49.png

Most of the traffic appears to go through only one ethernet port. Ports 9,10,11,12 go to the Supermicro computer that is running Proxmox.

Screenshot of switch config utility.
upload_2016-9-28_11-43-16.png
Thanks for your help!
 
Thanks for responding. Even with only one ethernet port connected, I still get

Sep 29 08:44:53 proxmox kernel: eth0: received packet with own address as source address
Sep 29 08:45:44 proxmox kernel: fwln106i0: received packet with own address as source address
Sep 29 08:46:58 proxmox kernel: eth0: received packet with own address as source address
Sep 29 08:47:49 proxmox kernel: fwln106i0: received packet with own address as source address

What should I do to make the cards bound? Do I also need to change anything on my switch?
 
if u get this error u did wrong cabeling. it's a star wiring and not a ring! or your switch config is wrong!
delete vmbr1 vmbr2 vmbr3 also.

there are different types of bonding, why u need this at this time? KISS!

http://www.linuxhorizon.ro/bonding.html

reset the switch (no trunk), use only one card and it should work.
 
With only et0 plugged into switch, I still get

Sep 29 08:44:53 proxmox kernel: eth0: received packet with own address as source address

I am using commercially made CAT6 cables. Server plugs into a Trendnet TL-SG1016DE switch that doesn't have any trunks defined or anything set. Switch is using default settings. All of the cables in the network are CAT6.
 
I have also tried changing switches, unplugging other hubs, shutting down every VM and even rebooting the server and Proxmox, but same problem remains. Network config is

# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.15.15
netmask 255.255.255.0
gateway 192.168.15.3
bridge_ports eth0
bridge_stp off
bridge_fd 0


auto vmbr1
iface vmbr1 inet static
address 192.168.15.16
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
auto vmbr2
iface vmbr2 inet static
address 192.168.15.17
netmask 255.255.255.0
bridge_ports eth2
bridge_stp off
bridge_fd 0
auto vmbr3
iface vmbr3 inet static
address 192.168.15.18
netmask 255.255.255.0
bridge_ports eth3
bridge_stp off
bridge_fd 0
 
Looks like problem is solved now. Upgraded from Proxmox 3.3 to 4.3 and error stopped. No idea what the problem was, but it wasn't the switch or cable.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!