Hi together,
currently I'm trying to migrate to proxmox 4. I successfully converted my OpenVZ container to LXC.
Now I need to point my failover IP to this LXC container. The failover IP is without a dedicated MAC address, which means my proxmox host must route the IP to the LXC container itself.
What I have done so far is to connect the failover IP to eth0 which is already working:
But how can I route the IP to my LXC container?
currently I'm trying to migrate to proxmox 4. I successfully converted my OpenVZ container to LXC.
Now I need to point my failover IP to this LXC container. The failover IP is without a dedicated MAC address, which means my proxmox host must route the IP to the LXC container itself.
What I have done so far is to connect the failover IP to eth0 which is already working:
Code:
ip addr add xxx.xxx.xxx.xxx/32 dev eth0
But how can I route the IP to my LXC container?