hi friends
we have 2 proxmox nodes here
mox and mox11
in simple cluster after upgrade to the same latest version 5.3-9
BUT
example with chronology
19:05-19:08 reboot lasts about 4 minutes
node is in round robin state after boot and CTs are not pingable and DHCP clients inside CTs are unable to get IP eventhough the DHCP server is offering it 19:24 after manual restart networking.service at node level it switch to 802.3ad and CTs grab their DHCP IP and all appears to be ok
  but after several minutes services inside CTs lost connectivity :-(((
and weird info "vmbr0: received packet on bond0 with own address as source address" INSIDE syslogs of the CTs
PLS what is wrong at network config ?

MANY thanks for any comments
Nada




========== version
# pveversion -v
proxmox-ve: 5.3-1 (running kernel: 4.15.18-11-pve)
pve-manager: 5.3-9 (running version: 5.3-9/ba817b29)
pve-kernel-4.15: 5.3-2
pve-kernel-4.15.18-11-pve: 4.15.18-33
pve-kernel-4.15.18-7-pve: 4.15.18-27
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.1-3
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-46
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-11
libpve-storage-perl: 5.0-38
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-3
lxcfs: 3.0.3-pve1
novnc-pve: 1.0.0-2
proxmox-widget-toolkit: 1.0-22
pve-cluster: 5.0-33
pve-container: 2.0-34
pve-docs: 5.3-2
pve-edk2-firmware: 1.20181023-1
pve-firewall: 3.0-17
pve-firmware: 2.0-6
pve-ha-manager: 2.0-6
pve-i18n: 1.0-9
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 2.12.1-1
pve-xtermjs: 3.10.1-1
qemu-server: 5.0-46
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.12-pve1~bpo1

========== interfaces

but something is wrong with mox11 networking conf
PLS ignore isolated vmbr30,vmbr40 and vmbr50
LXC CTs are just at vmbr0 which was configured to use bond mode 802.3ad
the LAG at switch and network cables were NOT changed for about 1.5year

========== interfaces @mox11

root@mox11:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

iface enp0s10 inet manual       #port 0
iface enp128s10 inet manual     #port 1
iface enp134s1f0 inet manual    #port 2
iface enp134s1f1 inet manual    #port 3

auto bond0
iface bond0 inet manual
        bond-slaves enp0s10 enp128s10
        bond-miimon 100
        bond-mode 802.3ad
        bond-lacp-rate 1
        xmit_hash_policy layer2+3

auto vmbr0
iface vmbr0 inet static
        address  172.16.251.11
        netmask  255.255.0.0
        gateway  172.16.255.253
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0

# NAT technique to connect CTs with private IP to Internet
auto vmbr40
iface vmbr40 inet static
        address 10.40.0.254
        netmask 255.255.0.0
        bridge_ports none
        bridge_stp off
        bridge_fd 0
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.40.0.0/16' -o eth0 -j MASQUERADE post-down iptables -t nat -D POSTROUTING -s '10.40.0.0/16' -o eth0 -j MASQUERADE


# Virtual BRIDGE for testing CTs and native PROXMOX firewall
##### separate network #####
auto vmbr50
#private sub network
iface vmbr50 inet static
        address  10.50.50.253
        netmask  255.255.0.0
        bridge_ports none
        bridge_stp off
        bridge_fd 0

        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.50.50.0/16' -o vmbr0 -j MASQUERADE post-down iptables -t nat -D POSTROUTING -s '10.50.50.0/16' -o vmbr0 -j MASQUERADE

auto vmbr30
#private sub network
iface vmbr30 inet static
        address  10.30.0.253
        netmask  255.255.0.0
        bridge_ports none
        bridge_stp off
        bridge_fd 0
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.30.30.0/16' -o vmbr0 -j MASQUERADE post-down iptables -t nat -D POSTROUTING -s '10.30.30.0/16' -o vmbr0 -j MASQUERADE



======= from boot log
root@mox11:~# dmesg -T |grep -30 "Mon Feb 25 19:08:41"
[Mon Feb 25 19:08:34 2019] EDAC amd64: using x4 syndromes.
[Mon Feb 25 19:08:34 2019] EDAC MC1: Giving out device to module amd64_edac controller K8: DEV 0000:00:19.3 (INTERRUPT) [Mon Feb 25 19:08:34 2019] EDAC PCI0: Giving out device to module amd64_edac controller EDAC PCI controller: DEV 0000:00:18.2 (POLLED)
[Mon Feb 25 19:08:34 2019] AMD64 EDAC driver v3.5.0
[Mon Feb 25 19:08:35 2019] ipmi_si dmi-ipmi-si.0: Found new BMC (man_id: 0x00002a, prod_id: 0x4701, dev_id: 0x20) [Mon Feb 25 19:08:35 2019] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized [Mon Feb 25 19:08:35 2019] Adding 4194300k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:4194300k FS [Mon Feb 25 19:08:35 2019] ZFS: Loaded module v0.7.12-1, ZFS pool version 5000, ZFS filesystem version 5 [Mon Feb 25 19:08:36 2019] device-mapper: thin: Data device (dm-4) discard unsupported: Disabling discard passdown.
[Mon Feb 25 19:08:39 2019] Netfilter messages via NETLINK v0.30.
[Mon Feb 25 19:08:39 2019] audit: type=1400 audit(1551118120.176:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=1167 comm="apparmor_parser" [Mon Feb 25 19:08:39 2019] audit: type=1400 audit(1551118120.236:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=1166 comm="apparmor_parser" [Mon Feb 25 19:08:39 2019] audit: type=1400 audit(1551118120.236:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=1166 comm="apparmor_parser" [Mon Feb 25 19:08:39 2019] audit: type=1400 audit(1551118120.236:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=1166 comm="apparmor_parser" [Mon Feb 25 19:08:39 2019] audit: type=1400 audit(1551118120.236:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=1166 comm="apparmor_parser" [Mon Feb 25 19:08:39 2019] audit: type=1400 audit(1551118120.304:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=1168 comm="apparmor_parser" [Mon Feb 25 19:08:39 2019] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) [Mon Feb 25 19:08:40 2019] new mount options do not match the existing superblock, will be ignored [Mon Feb 25 19:08:40 2019] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[Mon Feb 25 19:08:40 2019] vmbr0: port 1(bond0) entered blocking state
[Mon Feb 25 19:08:40 2019] vmbr0: port 1(bond0) entered disabled state
[Mon Feb 25 19:08:40 2019] device bond0 entered promiscuous mode
[Mon Feb 25 19:08:40 2019] IPv6: ADDRCONF(NETDEV_UP): vmbr0: link is not ready [Mon Feb 25 19:08:40 2019] bond0: option mode: unable to set because the bond device is up
[Mon Feb 25 19:08:40 2019] vmbr0: port 1(bond0) entered disabled state
[Mon Feb 25 19:08:40 2019] bond0: option lacp_rate: mode dependency failed, not supported in mode balance-rr(0)
[Mon Feb 25 19:08:40 2019] device enp0s10 entered promiscuous mode
[Mon Feb 25 19:08:40 2019] bond0: Enslaving enp0s10 as an active interface with an up link
[Mon Feb 25 19:08:40 2019] device enp128s10 entered promiscuous mode
[Mon Feb 25 19:08:40 2019] bond0: Enslaving enp128s10 as an active interface with an up link [Mon Feb 25 19:08:41 2019] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[Mon Feb 25 19:08:41 2019] vmbr0: port 1(bond0) entered blocking state
[Mon Feb 25 19:08:41 2019] vmbr0: port 1(bond0) entered forwarding state
[Mon Feb 25 19:08:41 2019] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr0: link becomes ready [Mon Feb 25 19:08:42 2019] audit: type=1400 audit(1551118123.276:8): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1971 comm="apparmor_parser" [Mon Feb 25 19:08:42 2019] audit: type=1400 audit(1551118123.292:9): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1983 comm="apparmor_parser" [Mon Feb 25 19:08:42 2019] audit: type=1400 audit(1551118123.292:10): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1983 comm="apparmor_parser" [Mon Feb 25 19:08:42 2019] audit: type=1400 audit(1551118123.292:11): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1983 comm="apparmor_parser" [Mon Feb 25 19:08:57 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:57 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:57 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:57 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:57 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:58 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:58 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:58 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:58 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:08:58 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0)
[Mon Feb 25 19:08:58 2019] FS-Cache: Loaded
[Mon Feb 25 19:08:59 2019] FS-Cache: Netfs 'nfs' registered for caching
[Mon Feb 25 19:08:59 2019] NFS: Registering the id_resolver key type
[Mon Feb 25 19:08:59 2019] Key type id_resolver registered
[Mon Feb 25 19:08:59 2019] Key type id_legacy registered
[Mon Feb 25 19:09:02 2019] ip_set: protocol 6
[Mon Feb 25 19:09:02 2019] ip6_tables: (C) 2000-2006 Netfilter Core Team
[Mon Feb 25 19:09:03 2019] Ebtables v2.0 registered
[Mon Feb 25 19:09:05 2019] net_ratelimit: 19 callbacks suppressed
[Mon Feb 25 19:09:05 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:09:05 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:09:05 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:09:05 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:09:05 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:09:05 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) [Mon Feb 25 19:09:05 2019] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0)


========== after several minutes after boot

nada@nada:~$ date
Mon Feb 25 19:09:04 CET 2019
nada@nada:~$ ssh root@mox11
Linux mox11 4.15.18-11-pve #1 SMP PVE 4.15.18-33 (Tue, 05 Feb 2019 07:36:16 +0100) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Feb 25 18:46:12 2019 from 172.16.251.34
root@mox11:~# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface: enp0s10
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:14:4f:7d:94:6a
Slave queue ID: 0

Slave Interface: enp128s10
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:14:4f:7d:94:6b
Slave queue ID: 0


root@mox11:~# date
Mon Feb 25 19:12:59 CET 2019
root@mox11:~# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface: enp0s10
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:14:4f:7d:94:6a
Slave queue ID: 0

Slave Interface: enp128s10
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:14:4f:7d:94:6b
Slave queue ID: 0

========== restart networking

root@mox11:~# systemctl status networking
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
   Active: active (exited) since Mon 2019-02-25 19:24:22 CET; 35min ago
     Docs: man:interfaces(5)
Process: 27475 ExecStop=/sbin/ifdown -a --read-environment --exclude=lo (code=exited, status=0/SUCCESS) Process: 27878 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=0/SUCCESS) Process: 27863 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle (code=exited
 Main PID: 27878 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 4915)
   Memory: 0B
      CPU: 0
   CGroup: /system.slice/networking.service

Feb 25 19:24:20 mox11 ifup[27878]: ifup: /etc/network/interfaces:18: extra parameter for the iface line not understood and ignored: #port Feb 25 19:24:20 mox11 ifup[27878]: ifup: /etc/network/interfaces:15: extra parameter for the iface line not understood and ignored: #port Feb 25 19:24:20 mox11 ifup[27878]: ifup: /etc/network/interfaces:16: extra parameter for the iface line not understood and ignored: #port Feb 25 19:24:20 mox11 ifup[27878]: ifup: /etc/network/interfaces:17: extra parameter for the iface line not understood and ignored: #port Feb 25 19:24:20 mox11 ifup[27878]: ifup: /etc/network/interfaces:18: extra parameter for the iface line not understood and ignored: #port Feb 25 19:24:21 mox11 ifup[27878]: Waiting for vmbr0 to get ready (MAXWAIT is 2 seconds). Feb 25 19:24:21 mox11 ifup[27878]: Waiting for vmbr40 to get ready (MAXWAIT is 2 seconds). Feb 25 19:24:21 mox11 ifup[27878]: Waiting for vmbr50 to get ready (MAXWAIT is 2 seconds). Feb 25 19:24:21 mox11 ifup[27878]: Waiting for vmbr30 to get ready (MAXWAIT is 2 seconds).
Feb 25 19:24:22 mox11 systemd[1]: Started Raise network interfaces.
lines 1-23/23 (END)

========== network status after manual systemctl restart networking

root@mox11:/etc/network# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)

Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

802.3ad info
LACP rate: fast
Min links: 0
Aggregator selection policy (ad_select): stable
System priority: 65535
System MAC address: 00:14:4f:7d:94:6a
Active Aggregator Info:
        Aggregator ID: 1
        Number of ports: 2
        Actor Key: 9
        Partner Key: 2
        Partner Mac Address: c4:14:3c:27:f9:80

Slave Interface: enp0s10
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:14:4f:7d:94:6a
Slave queue ID: 0
Aggregator ID: 1
Actor Churn State: none
Partner Churn State: none
Actor Churned Count: 0
Partner Churned Count: 0
details actor lacp pdu:
    system priority: 65535
    system mac address: 00:14:4f:7d:94:6a
    port key: 9
    port priority: 255
    port number: 1
    port state: 63
details partner lacp pdu:
    system priority: 32768
    system mac address: c4:14:3c:27:f9:80
    oper key: 2
    port priority: 32768
    port number: 268
    port state: 60

Slave Interface: enp128s10
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:14:4f:7d:94:6b
Slave queue ID: 0
Aggregator ID: 1
Actor Churn State: none
Partner Churn State: none
Actor Churned Count: 0
Partner Churned Count: 0
details actor lacp pdu:
    system priority: 65535
    system mac address: 00:14:4f:7d:94:6a
    port key: 9
    port priority: 255
    port number: 2
    port state: 63
details partner lacp pdu:
    system priority: 32768
    system mac address: c4:14:3c:27:f9:80
    oper key: 2
    port priority: 32768
    port number: 272
    port state: 60


============ inside CT before restarting the network

Feb 25 19:09:25 vpn systemd[1]: Started System Logging Service.
Feb 25 19:09:25 vpn systemd[1]: Started Login Service.
Feb 25 19:09:25 vpn netfilter-persistent[45]: run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start Feb 25 19:09:25 vpn systemd[1]: Started netfilter persistent configuration.
Feb 25 19:09:25 vpn systemd[1]: Reached target Network (Pre).
Feb 25 19:09:25 vpn systemd[1]: networking.service: Failed to reset devices.list: Operation not permitted
Feb 25 19:09:25 vpn systemd[1]: Starting Raise network interfaces...
Feb 25 19:09:25 vpn systemd[1]: netfilter-persistent.service: Failed to reset devices.list: Operation not permitted Feb 25 19:09:25 vpn dhclient[86]: Internet Systems Consortium DHCP Client 4.3.5 Feb 25 19:09:25 vpn ifup[65]: Internet Systems Consortium DHCP Client 4.3.5 Feb 25 19:09:25 vpn dhclient[86]: Copyright 2004-2016 Internet Systems Consortium. Feb 25 19:09:25 vpn ifup[65]: Copyright 2004-2016 Internet Systems Consortium.
Feb 25 19:09:25 vpn dhclient[86]: All rights reserved.
Feb 25 19:09:25 vpn ifup[65]: All rights reserved.
Feb 25 19:09:25 vpn dhclient[86]: For info, please visit https://www.isc.org/software/dhcp/ Feb 25 19:09:25 vpn ifup[65]: For info, please visit https://www.isc.org/software/dhcp/
Feb 25 19:09:25 vpn dhclient[86]:
Feb 25 19:09:26 vpn dhclient[86]: Listening on LPF/eth0/de:6d:90:85:22:91
Feb 25 19:09:26 vpn ifup[65]: Listening on LPF/eth0/de:6d:90:85:22:91
Feb 25 19:09:26 vpn ifup[65]: Sending on   LPF/eth0/de:6d:90:85:22:91
Feb 25 19:09:26 vpn ifup[65]: Sending on   Socket/fallback
Feb 25 19:09:26 vpn ifup[65]: DHCPREQUEST of 172.16.255.37 on eth0 to 255.255.255.255 port 67 Feb 25 19:09:26 vpn dhclient[86]: Sending on LPF/eth0/de:6d:90:85:22:91
Feb 25 19:09:26 vpn dhclient[86]: Sending on   Socket/fallback
Feb 25 19:09:26 vpn dhclient[86]: DHCPREQUEST of 172.16.255.37 on eth0 to 255.255.255.255 port 67 Feb 25 19:09:30 vpn dhclient[86]: DHCPREQUEST of 172.16.255.37 on eth0 to 255.255.255.255 port 67 Feb 25 19:09:30 vpn ifup[65]: DHCPREQUEST of 172.16.255.37 on eth0 to 255.255.255.255 port 67 Feb 25 19:09:32 vpn kernel: [ 77.311092] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:32 vpn kernel: [ 77.313204] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:32 vpn kernel: [ 77.385360] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:32 vpn kernel: [ 77.385971] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:32 vpn kernel: [ 77.386231] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:37 vpn kernel: [ 82.315031] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:41 vpn dhclient[86]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 Feb 25 19:09:41 vpn ifup[65]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 Feb 25 19:09:42 vpn kernel: [ 87.200164] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:42 vpn kernel: [ 87.200814] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:42 vpn kernel: [ 87.318019] net_ratelimit: 1 callbacks suppressed Feb 25 19:09:42 vpn kernel: [ 87.318024] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:42 vpn kernel: [ 87.319258] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:47 vpn kernel: [ 92.321043] net_ratelimit: 1 callbacks suppressed Feb 25 19:09:47 vpn kernel: [ 92.321435] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:48 vpn dhclient[86]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10 Feb 25 19:09:48 vpn ifup[65]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10 Feb 25 19:09:50 vpn kernel: [ 95.200122] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:52 vpn kernel: [ 97.324529] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:52 vpn kernel: [ 97.962454] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:57 vpn kernel: [ 102.328551] vmbr0: received packet on bond0 with own address as source address (addr:00:14:4f:7d:94:6a, vlan:0) Feb 25 19:09:58 vpn dhclient[86]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14 Feb 25 19:09:58 vpn ifup[65]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14


_______________________________________________
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to