jvnmnn
24-09-14, 17:22
Update: Momenteel heb ik een (tijdelijke) oplossing gevonden voor het probleem
Ik heb op de host (Proxmox) de volgende netwerkinstellingen
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 188.165.196.xxx
netmask 255.255.255.0
network 188.165.196.0
broadcast 188.165.196.255
gateway 188.165.196.254
pointopoint 188.165.196.254
auto vmbr0
iface vmbr0 inet static
address 188.165.196.xxx (main ip)
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 5.196.105.xxx(FO IP)/32 dev vmbr0
up ip route add 5.196.105.xxx(FO IP)/32 dev vmbr0
up ip route add 5.196.105.xxx(FO IP)/32 dev vmbr0
up ip route add 5.196.105.xxx(FO IP)/32 dev vmbr0
/etc/sysctl.conf
net.ipv4.ip_forward=1
Op de virtuele server OpenVZ of KVM in bridge mode gebruikmakende van vmbr0
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 5.196.105.xxx(FO IP)
netmask 255.255.255.255
pointopoint 188.165.196.xxx(main ip proxmox host)
gateway 188.165.196.xxx(main ip proxmox host)
Failover ip's hoeven hierbij geen virtuele mac te hebben.
Ik hoop dat iemand anders hier wat aan heeft of iemand een betere oplossing voor dit probleem.
Ik heb op de host (Proxmox) de volgende netwerkinstellingen
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 188.165.196.xxx
netmask 255.255.255.0
network 188.165.196.0
broadcast 188.165.196.255
gateway 188.165.196.254
pointopoint 188.165.196.254
auto vmbr0
iface vmbr0 inet static
address 188.165.196.xxx (main ip)
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 5.196.105.xxx(FO IP)/32 dev vmbr0
up ip route add 5.196.105.xxx(FO IP)/32 dev vmbr0
up ip route add 5.196.105.xxx(FO IP)/32 dev vmbr0
up ip route add 5.196.105.xxx(FO IP)/32 dev vmbr0
/etc/sysctl.conf
net.ipv4.ip_forward=1
Op de virtuele server OpenVZ of KVM in bridge mode gebruikmakende van vmbr0
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 5.196.105.xxx(FO IP)
netmask 255.255.255.255
pointopoint 188.165.196.xxx(main ip proxmox host)
gateway 188.165.196.xxx(main ip proxmox host)
Failover ip's hoeven hierbij geen virtuele mac te hebben.
Ik hoop dat iemand anders hier wat aan heeft of iemand een betere oplossing voor dit probleem.