Search results

  1. V

    How to install AmneziaWG (Wireguard with obfuscation)?

    I have one server (host) in the network and nothing else (it is a border server) In general, it is clear that due to the fact that the kernel and source packages are renamed, the AmneziaWG installer cannot compile the kernel module (DKMS)
  2. V

    How to install AmneziaWG (Wireguard with obfuscation)?

    I need it on the host to be able to solve problems with virtual machines The host itself is in a closed perimeter and there is no way to connect to it (it is closed in educational institutions of the state), it is only possible to connect the host to my home (I do maintenance), and not each...
  3. V

    How to install AmneziaWG (Wireguard with obfuscation)?

    How to install AmneziaWG (Wireguard with obfuscation)? When trying to find instructions for Debian 12 (on which Proxmox is based) I encountered errors, official packages are not installed, dkms errors occur during assembly (apparently due to the mismatch of the names of the kernel packages and...
  4. V

    Network UPS Tools (NUT) as Ubuntu 22.04 LXC Container

    Similar problem, rebooted the server today, and the client shows the error when connecting My server part runs directly on the host. upsc apc@localhost Error: Connection failure: Connection refused Before the reboot, everything worked fine # lsusb Bus 002 Device 001: ID 1d6b:0002 Linux...
  5. V

    [SOLVED] Proxmox bridge in VM vlan work, host not work

    Everything is working now, I changed the interface from vmbr1 tag 20 to vmbr20 and vmbr40
  6. V

    [SOLVED] Proxmox bridge in VM vlan work, host not work

    Sorry, I didn't pay attention now the virtual machines won't start () swtpm_setup: Not overwriting existing state file. file /etc/pve/virtual-guest/cpu-models.conf line 2 (section 'qemu64-popcnt-sse42') - ignore config line: flags +popcnt;+sse4.1;+sse4.2;+sse3 file...
  7. V

    [SOLVED] Proxmox bridge in VM vlan work, host not work

    Many thanks, everything works I was just sleeping last night and thinking, maybe I should set up VLAN listening on the interface (and not on the bridge) but I wouldn't duplicate this option with a bridge
  8. V

    [SOLVED] Proxmox bridge in VM vlan work, host not work

    Why do I need a vmbr100 bridge without specifying a vlan? I have everything working fine without it via vmbr0 (there is also a 10.80.76.xx/25 subnet) communication between the gateway, host and virtual machines works 10.12.12.x network was temporary for testing, everything works, but now this...
  9. V

    [SOLVED] Proxmox bridge in VM vlan work, host not work

    This is for another device on the machine, it goes to the internet via vmbr0 using NAT on the host
  10. V

    [SOLVED] Proxmox bridge in VM vlan work, host not work

    Settings in host auto vmbr1 iface vmbr1 inet manual bridge-ports enp4s0f1 bridge-stp off bridge-fd 0 auto vmbr10 iface vmbr10 inet static address 10.12.12.1/24 bridge-ports none bridge-stp off bridge-fd 0 auto vmbr1.20 iface vmbr1.20 inet...
  11. V

    Alpine Linux in LXC + docker

    root@host:~# pct config 102 arch: amd64 cores: 2 features: keyctl=1,nesting=1 hostname: alpine-test memory: 2048 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:25:02:32,ip=dhcp,ip6=dhcp,type=veth ostype: alpine rootfs: local-lvm:vm-102-disk-0,size=10G swap: 2048 unprivileged: 1...
  12. V

    Alpine Linux in LXC + docker

    # pct config 102 arch: amd64 cores: 2 features: nesting=1 hostname: alpine-test memory: 2048 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:25:02:32,ip=dhcp,ip6=dhcp,type=veth ostype: alpine rootfs: local-lvm:vm-102-disk-0,size=10G swap: 2048 unprivileged: 1
  13. V

    Alpine Linux in LXC + docker

    Alpine Linux in LCX with limit alpine-test:~# ulimit -a core file size (blocks) (-c) unlimited data seg size (kb) (-d) unlimited scheduling priority (-e) 0 file size (blocks) (-f) unlimited pending signals (-i) 62690 max locked memory...
  14. V

    Alpine Linux in LXC + docker

    inside the container there are not enough rights to change the limits # ulimit -c unlimited -n 1048576 -u unlimited ash: error setting limit: Operation not permitted how can I change these limits individually for the container?
  15. V

    Alpine Linux in LXC + docker

    I wrote that this option is enabled Unprivileged container = Yes Features: nesting=1 What else does it need to run?
  16. V

    Alpine Linux in LXC + docker

    Installed Alpine Linux in LXC container Installed docker inside it according to the official instructions https://wiki.alpinelinux.org/wiki/Docker#Installation With these parameters: At the startup stage I get an error alpine-test:~# service docker start sh: error setting limit: Operation...
  17. V

    Upgrade from 6 to 7

    Error apt dist-upgrade # apt dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages were automatically installed and are no longer required: alsa-topology-conf alsa-ucm-conf apt-transport-https...
  18. V

    [SOLVED] Stopping all proxmox services on a node

    how do full stop all services (Proxmox 5.4-13) need for storage partitions umount and resize (remotely)
  19. V

    PVE 5: mail forward failed: user 'root@pam' does not have a email address

    This problem host installed from version 4.3 and upgraded to 5.x other host without problem, webui. datacenter -> users -> root@pam -> email is clear
  20. V

    PVE 5: mail forward failed: user 'root@pam' does not have a email address

    I see in log Nov 26 12:38:18 agro-host pvemailforward[16304]: mail forward failed: user 'root@pam' does not have a email address I change in Datacenter -> Options -> Email from address: mymail@domain.com and sended test mail: sendmail newmymail@newdomain.com ENTER test ENTER . ENTER in log not...