Search results

  1. R

    Why can't you add a second IP to the same nic in LXC?

    Already tried that, and like I said proxmox resets everything after a reboot. Is there a way to disable proxmox from resetting the entire network on the container? There should be at least this option in proxmox. If you must manage the network through the GUI in proxmox then you must be able to...
  2. R

    Add IPv6 subnet for use with VMs

    I haven't tested anything but KVM probably doesn't need this.
  3. R

    Why can't you add a second IP to the same nic in LXC?

    Is there a reason why the proxmox developers opted to not be able to add a second or even third IP to the nics of an LXC container, even though it's totally possible to do this? I shouldn't have to add multiple nics to get multiple IPs to an LXC container. I also tried to add multiple IPs to...
  4. R

    Add IPv6 subnet for use with VMs

    I solved this on an LXC container at least by creating /etc/sysctl.d/ipv6.conf and adding to it: net.ipv6.conf.eth0.accept_ra=0 I then noticed that network interface file ifcfg-eth0 did not have an IPv6 gateway in it so I added it. IPv6 is now working. I'm using PVE 5.1.
  5. R

    Add IPv6 subnet for use with VMs

    I'm trying to add an IPv6 subnet to my proxmox host for use on my VMs. I have the following: interfaces file: auto lo iface lo inet loopback iface lo inet6 loopback iface enp7s0f0 inet manual iface enp7s0f0 inet6 manual auto vmbr0 iface vmbr0 inet static address 22.144.64.130 netmask...
  6. R

    Two consumer SSDs or one enterprise SSD?

    I went ahead and just purchased 2 Samsung Pm863 960gb SSDs for a zfs raid1. Anything worth doin' is worth doin' right.
  7. R

    Two consumer SSDs or one enterprise SSD?

    The server will have a 2 x 2.6GHz 6 core Intel E5 processors with 128gb of ram. I think that file integrity is probably more important but I know with a zfs raid0 I can add a second drive later.
  8. R

    Two consumer SSDs or one enterprise SSD?

    If I was going to go with one enterprise drive would it better to use a zfs raid0 on it over ext4?
  9. R

    Two consumer SSDs or one enterprise SSD?

    What would you choose for proxmox, and maybe a brief explanation of why: 1. Two consumer grade SSDs WD Blue 1TB in a zfs raid1 2. One enterprise grade SSD Samsung PM863a 960GB in ext4 I know it may be easy to say two enterprise grade SSDs or some other better config, sure but if you obsoletely...
  10. R

    Live migration different IPs for VMs

    Thank you, I've found some helpful information in the wiki regarding zsync as well.
  11. R

    Live migration different IPs for VMs

    I am using ZFS, is there any documentation regarding zsync? Do I need to build the config file for the other side?
  12. R

    Live migration different IPs for VMs

    I want to perform a live migration from Proxmox 5 to Proxmox 5 on a different server in a different data center. Both servers have completely different IP subnets. Is there a way to map the IP addresses? Or should I change them inside the Proxmox terminal on each VM before the migration? I only...
  13. R

    Error 401 updating the system

    I also faced this problem and found the very simple solution. This applies to upgrading from BETA 5.0 to the release. First remove anything you have inside the /etc/apt/sources.list.d/ directory that is related to proxmox. Then: echo "deb http://download.proxmox.com/debian/pve stretch...