Recent content by sakyamuni13

  1. S

    Problems Installation 8.1 on DL320 Gen11

    Yes, Using the iLO remote console and pass through the ISO that way works fine ! Thanks
  2. S

    Problems Installation 8.1 on DL320 Gen11

    Hello, yes i try an other usb port on server, same result What do you mean to use the iLO remote console and pass through the ISO that way ? But i think the problem is disk ssd nvme, proxmox is not able to boot on it, it is a system raid1.
  3. S

    Problems Installation 8.1 on DL320 Gen11

    Hi, Yes it is the same checksum as listed on the download page, the download is good, and i checked with an other key (with etcher) and result is the same...
  4. S

    Problems Installation 8.1 on DL320 Gen11

    Hello, I have a HPE DL320 Gen11, ilo updated to 1.54, Intel(R) Xeon(R) Gold 5416S, 128 GB memoy (4x32). For the storage, i have : - HPE NS204i-u Gen11 Boot Controller with 2x 480gb in raid 1 NVMe SSD (= for proxmox) - HPE MR408i-o Gen11 with 3x 2to SAS SSD (= for my VM) i want to make a raid5...
  5. S

    Networking configuration after convert openVZ to LXC

    Yes, posidonie, my proxmox server is 147.94.57.102/23 My container is 147.94.59.25/24 The old proxmox server where openVZ was working was 147.94.59.5. This is why my LXC doesn't work ?
  6. S

    Networking configuration after convert openVZ to LXC

    Ok, yes, here is my ip a: root@posidonie:~# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6...
  7. S

    Networking configuration after convert openVZ to LXC

    Ok, what you call "on the host" is on my proxmox (posidonie) ? Cause, here i have : auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 147.94.57.102 netmask 255.255.254.0 gateway 147.94.56.1 bridge_ports eno1...
  8. S

    Networking configuration after convert openVZ to LXC

    Ok so i make what you say, here is my network config on LXC: And what i have now on etc/network/interfaces on this 404 vm: # Auto generated lo interface auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 147.94.59.25 netmask 255.255.255.0 gateway...
  9. S

    Networking configuration after convert openVZ to LXC

    Pct config 404 on LXC proxmox: arch: i386 cpulimit: 1 cpuunits: 1024 hostname: gestionbibli.mydomain.fr memory: 1024 nameserver: 147.94.59.21 147.94.59.22 net0: name=venet0,bridge=vmbr0,hwaddr=6E:7E:49:0E:F6:BD,ip=147.94.59.25/24,type=veth ostype: debian rootfs...
  10. S

    Networking configuration after convert openVZ to LXC

    Ok i change for /24... But now i have too much made modifications on network/intefaces... # Auto generated lo interface auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 147.94.59.25 netmask 255.255.255.255 gateway...
  11. S

    Networking configuration after convert openVZ to LXC

    # --- BEGIN PVE --- search mydomain.fr nameserver 147.94.59.21 nameserver 147.94.59.22 # --- END PVE ---
  12. S

    Networking configuration after convert openVZ to LXC

    Ok, so what it works on openVZ version is : Now i have this on my new proxmox lxc : But this LXC cannot have access on internet...sorry i don't understand.
  13. S

    Networking configuration after convert openVZ to LXC

    No it doesn't work, my interfaces : # Auto generated lo interface auto lo iface lo inet loopback # Auto generated venet0 interface auto vmbr0 iface vmbr0 inet static address 147.94.59.25 netmask 255.255.255.255 up ifconfig vmbr0 up up ifconfig vmbr0 127.0.0.2...
  14. S

    Networking configuration after convert openVZ to LXC

    Ok, so i replace venet0 by vmbr0 here : auto venet0 iface venet0 inet static address 147.94.59.25 netmask 255.255.255.255 up ifconfig venet0 up up ifconfig venet0 127.0.0.2 up route add default dev venet0 down route del default dev venet0...