Recent content by bars

  1. B

    proxmox v7.1 disable ipv6

    Yes. The pve-firewall.service service started automatically after the system reboot systemctl mask pve-firewall.service After masking the pve-firewall.service service, the pve-firewall.serviceservice is no longer loaded and the log entry no longer appears (status update error...
  2. B

    proxmox v7.1 disable ipv6

    It turned out to turn off only with the help of masking. systemctl mask pve-firewall.service
  3. B

    proxmox v7.1 disable ipv6

    Weaned it off, it still loads when the server is restarted. service pve-firewall status ● pve-firewall.service - Proxmox VE firewall Loaded: loaded (/lib/systemd/system/pve-firewall.service; disabled; vendor preset: enabled) Active: active (running) since Tue 2021-12-28 16:00:09 MSK...
  4. B

    proxmox v7.1 disable ipv6

    After rebooting the server pve-firewall is active again, why?
  5. B

    proxmox v7.1 disable ipv6

    If I remove ipv6 from grub, then it will appear in proxmox. I DO NOT NEED ipv6 AT ALL !!! Why are these rigid, incomprehensible frameworks for activating unnecessary things on the server !? Disconnected the firewall from the proxmox, I don't use it. pve-firewall stop systemctl disable...
  6. B

    proxmox v7.1 disable ipv6

    Setting system. /etc/default/grub -> GRUB_CMDLINE_LINUX="ipv6.disable=1" and grub-mkconfig -o /boot/grub/grub.cfg, and reboot In /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 Updated the packages in the system and...
  7. B

    proxmox v7.1 disable ipv6

    pveversion -v proxmox-ve: 7.1-1 (running kernel: 5.13.19-2-pve) pve-manager: 7.1-8 (running version: 7.1-8/5b267f33) pve-kernel-helper: 7.1-6 pve-kernel-5.13: 7.1-5 pve-kernel-5.13.19-2-pve: 5.13.19-4 ceph-fuse: 14.2.21-1 corosync: 3.1.5-pve2 criu: 3.15-1+pve-1 glusterfs-client: 9.2-1 ifupdown...
  8. B

    proxmox exim /usr/bin/pvemailforward

    Not understood. What should be done?
  9. B

    proxmox v7.1 disable ipv6

    proxmox->datacentr->syslog I see a lot of such records. How to remove / disable it? Dec 28 12:36:37 testvirt1c pve-firewall[923]: status update error: iptables_restore_cmdlist: Try `ip6tables-restore -h' or 'ip6tables-restore --help' for more information. Dec 28 12:36:47 testvirt1c...
  10. B

    proxmox exim /usr/bin/pvemailforward

    How can I check this sending of mail? What I specified in the proxmox user parameters.
  11. B

    proxmox exim /usr/bin/pvemailforward

    What is it /usr/bin/pvemailforward ?
  12. B

    proxmox exim /usr/bin/pvemailforward

    Hello. I see strange mailings in the exim log. tail -n 10 /var/log/exim4/mainlog 2021-12-24 17:21:53 Start queue run: pid=982221 2021-12-24 17:21:53 1n0b9V-0039wU-Jg == |/usr/bin/pvemailforward <root@my.dom.com> R=userforward T=address_pipe defer (-52): Retry time not yet reached 2021-12-24...
  13. B

    proxmox v7.1 disable ipv6

    Hello. How to disable ipv6 in proxmox v7.1? On the proxmox server itself, ipv6 is completely disabled. net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 But when creating a VPS, I see the IPV6 address in the settings of the VPS...