Search results

  1. E

    [TUTORIAL] OVH Dedicated Server Network Configuration Explained

    @AlexandreGoethals Really thank you for your help. The config you give and my config is all ok. I restart my Proxmox VE server, everything is ok. I don't know why ifup command not working, and even systemctl restart networking not working. So if anyone meet the same problem try to reboot your...
  2. E

    Can I create RAID10 after installing Proxmox VE on the first disk?

    I got a dedicated server from So you Start, it has 4 * 2T disks, so I install the Proxmox VE on the first disk. So I wonder can I create RAID10 when I enter the OS. root@pve:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.8T 0 disk ├─sda1 8:1 0...
  3. E

    [TUTORIAL] OVH Dedicated Server Network Configuration Explained

    Can you share your Debian VM network configuration? Let me try later. I have configured the failover IP successfully, but still figuring out how to config the NAT network.
  4. E

    [TUTORIAL] OVH Dedicated Server Network Configuration Explained

    What OS do you use in the VM? Debian? Let me try it.
  5. E

    [TUTORIAL] OVH Dedicated Server Network Configuration Explained

    I've tried /32, and tried again after `netplan apply` I cannot even ping gateway:
  6. E

    [TUTORIAL] OVH Dedicated Server Network Configuration Explained

    From PVE: root@pve:~# cat /proc/sys/net/ipv4/ip_forward 1 AND: root@pve:~# iptables-save | grep -i masquerade -A POSTROUTING -s 10.0.0.0/24 -o vmbr0 -j MASQUERADE I tried to reboot both PVE and VM, not working. PVE config: auto lo iface lo inet loopback auto eno3 iface eno3 inet...
  7. E

    [TUTORIAL] OVH Dedicated Server Network Configuration Explained

    I configure the Proxmox VE and VM, but the vm has no connect to the Internet.