I have an old, OLD cluster with three separate email servers setup as containers in a v3.4 cluster. They've worked great for ages. Now, however, I've built a new cluster with v7.1. I was able to restore all the VMs from backups with no problem. The containers, however, are not on the network.
I followed the instructions at https://pve.proxmox.com/wiki/Convert_OpenVZ_to_LXC to make sure I'm converting the container correctly. The end of the tutorial says "voila" but I get "nada." I add a network adapter with an address of 192.168.1.65/24 and try to ping it with no reply. When I connect to the container using "pct enter 1110" (console doesn't work, but I'm sure that's a different problem) and run "ip a" I get:
No listing for the adapter I added from the command line or gui.
Is there a step I'm missing? Or is this some other compatibility issue?
I followed the instructions at https://pve.proxmox.com/wiki/Convert_OpenVZ_to_LXC to make sure I'm converting the container correctly. The end of the tutorial says "voila" but I get "nada." I add a network adapter with an address of 192.168.1.65/24 and try to ping it with no reply. When I connect to the container using "pct enter 1110" (console doesn't work, but I'm sure that's a different problem) and run "ip a" I get:
1: lo: <LOOPBACK> mtu 65536 qdisc noop qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eht0@if14: <BROADCAST,MULTICAST,M-DOWN> mtu 1500 qdisc noop qlen 1000
link/ether 7e:c5:fa:a6:cc:8e brd ff:ff:ff:ff:ff:ff
No listing for the adapter I added from the command line or gui.
Is there a step I'm missing? Or is this some other compatibility issue?