Hi,
I'm a novice and be patience. i have tried to configure bridge mode to add fail-over ip to openvz containers, mistakenly i have made changed to the node network/interfaces and now i can't access the proxmox via web interface or via ssh.
i have followed the guide here: http://forum.online.net/index.php?/...failover-in-openvz-container-beginners-guide/
and added the following to the network interface;
auto eth0
iface eth0 inet static
address IP-Failover
netmask 255.255.255.255
broadcast IP-Failover
gateway MAIN-SERVER-IP.1
pointopoint MAIN-SERVER-IP.1
The node was already pre-configured in bridge mode. (vmbr0)
auto vmbr0
iface vmbr0 inet static
address xx.xx.xx.xx
netmask 255.255.255.0
netmask 255.255.255.255
broadcast xx.xx.xx.xx
gateway xx.xx.xx.xx
bridge_stp off
bridge_fd 0
I guess,Having both eth0 and vmbr0 stop me from accessing the proxmox ,How do i fix this and access proxmox?
Please help.
Thanks.
I'm a novice and be patience. i have tried to configure bridge mode to add fail-over ip to openvz containers, mistakenly i have made changed to the node network/interfaces and now i can't access the proxmox via web interface or via ssh.
i have followed the guide here: http://forum.online.net/index.php?/...failover-in-openvz-container-beginners-guide/
and added the following to the network interface;
auto eth0
iface eth0 inet static
address IP-Failover
netmask 255.255.255.255
broadcast IP-Failover
gateway MAIN-SERVER-IP.1
pointopoint MAIN-SERVER-IP.1
The node was already pre-configured in bridge mode. (vmbr0)
auto vmbr0
iface vmbr0 inet static
address xx.xx.xx.xx
netmask 255.255.255.0
netmask 255.255.255.255
broadcast xx.xx.xx.xx
gateway xx.xx.xx.xx
bridge_stp off
bridge_fd 0
I guess,Having both eth0 and vmbr0 stop me from accessing the proxmox ,How do i fix this and access proxmox?
Please help.
Thanks.
Last edited: