Proxmox
Proxmox VE
network
Section titled “network”disable offload
Section titled “disable offload”nano /etc/network/interfacesiface eno1 inet manualpost-up /sbin/ethtool -K nic0 gso off gro off tso off tx off rx off rxvlan off txvlan off$ ethtool -k eno1 | grep offload
tcp-segmentation-offload: offgeneric-segmentation-offload: offgeneric-receive-offload: offlarge-receive-offload: off [fixed]rx-vlan-offload: offtx-vlan-offload: offl2-fwd-offload: off [fixed]hw-tc-offload: off [fixed]esp-hw-offload: off [fixed]esp-tx-csum-hw-offload: off [fixed]rx-udp_tunnel-port-offload: off [fixed]tls-hw-tx-offload: off [fixed]tls-hw-rx-offload: off [fixed]macsec-hw-offload: off [fixed]hsr-tag-ins-offload: off [fixed]hsr-tag-rm-offload: off [fixed]hsr-fwd-offload: off [fixed]hsr-dup-offload: off [fixed]Miscellaneous
Section titled “Miscellaneous”lxc backup setting
Section titled “lxc backup setting”# nano /etc/vzdump.conftmpdir: /tmprsyslog
Section titled “rsyslog”Send syslog to remote syslog server
apt updateapt install rsyslog
nano /etc/rsyslog.d/60-remote.conf
# add below# *.* @10.0.5.103:514
systemctl enable --now rsyslogsystemctl restart rsyslog