I noticed this some time ago in PVE firewall logs, but could not find out why this is happening:
It is rsyslog traffic that I had set up to be sent to a particular container (#113), but it looks like containers 110 and 112 are also logging the said traffic (I assume others would too, if they had logging configured). What strikes me even more odd is the length of MAC address in the log, and I could not find that anywhere in the standard ip configurations or ip tables.
Is this normal?
Code:
110 6 veth110i0-IN 27/Jul/2020:13:30:15 +0300 policy DROP: IN=fwbr110i0 OUT=fwbr110i0 PHYSIN=fwln110i0 PHYSOUT=veth110i0 MAC=b6:1b:a4:22:f6:40:52:76:8a:96:1c:be:08:00 SRC=xxx.xxx.xxx.xxx DST=yyy.yyy.yyy.yyy LEN=198 TOS=0x00 PREC=0x00 TTL=64 ID=18081 PROTO=UDP SPT=514 DPT=1514 LEN=178
112 6 veth112i0-IN 27/Jul/2020:13:30:15 +0300 policy DROP: IN=fwbr112i0 OUT=fwbr112i0 PHYSIN=fwln112i0 PHYSOUT=veth112i0 MAC=b6:1b:a4:22:f6:40:52:76:8a:96:1c:be:08:00 SRC=xxx.xxx.xxx.xxx DST=yyy.yyy.yyy.yyy LEN=198 TOS=0x00 PREC=0x00 TTL=64 ID=18081 PROTO=UDP SPT=514 DPT=1514 LEN=178
110 6 veth110i0-IN 27/Jul/2020:13:30:16 +0300 policy DROP: IN=fwbr110i0 OUT=fwbr110i0 PHYSIN=fwln110i0 PHYSOUT=veth110i0 MAC=b6:1b:a4:22:f6:40:52:76:8a:96:1c:be:08:00 SRC=xxx.xxx.xxx.xxx DST=yyy.yyy.yyy.yyy LEN=216 TOS=0x00 PREC=0x00 TTL=64 ID=36706 PROTO=UDP SPT=514 DPT=1514 LEN=196
112 6 veth112i0-IN 27/Jul/2020:13:30:16 +0300 policy DROP: IN=fwbr112i0 OUT=fwbr112i0 PHYSIN=fwln112i0 PHYSOUT=veth112i0 MAC=b6:1b:a4:22:f6:40:52:76:8a:96:1c:be:08:00 SRC=xxx.xxx.xxx.xxx DST=yyy.yyy.yyy.yyy LEN=216 TOS=0x00 PREC=0x00 TTL=64 ID=36706 PROTO=UDP SPT=514 DPT=1514 LEN=196
110 6 veth110i0-IN 27/Jul/2020:13:30:17 +0300 policy DROP: IN=fwbr110i0 OUT=fwbr110i0 PHYSIN=fwln110i0 PHYSOUT=veth110i0 MAC=b6:1b:a4:22:f6:40:52:76:8a:96:1c:be:08:00 SRC=xxx.xxx.xxx.xxx DST=yyy.yyy.yyy.yyy LEN=213 TOS=0x00 PREC=0x00 TTL=64 ID=61936 PROTO=UDP SPT=514 DPT=1514 LEN=193
112 6 veth112i0-IN 27/Jul/2020:13:30:17 +0300 policy DROP: IN=fwbr112i0 OUT=fwbr112i0 PHYSIN=fwln112i0 PHYSOUT=veth112i0 MAC=b6:1b:a4:22:f6:40:52:76:8a:96:1c:be:08:00 SRC=xxx.xxx.xxx.xxx DST=yyy.yyy.yyy.yyy LEN=213 TOS=0x00 PREC=0x00 TTL=64 ID=61936 PROTO=UDP SPT=514 DPT=1514 LEN=193
It is rsyslog traffic that I had set up to be sent to a particular container (#113), but it looks like containers 110 and 112 are also logging the said traffic (I assume others would too, if they had logging configured). What strikes me even more odd is the length of MAC address in the log, and I could not find that anywhere in the standard ip configurations or ip tables.
Is this normal?