I have a problem with ethernet connetion from VM to local net and internet.
I have physical server with two ethernets.
I created a Bound with eth0-eth1 and two bridges:
(vmbr0 -> bond0) For Proxmox web admin and ssh conection to de host server (192.168.0.10)
and
(vmbr1 -> bond0). For KVM virtual machines. In VM set ethernet local configuration.
The visión from Poxmox web server is:
This is my /etc/network/interface in host server:
Any sugestion about my problem.
Tnks.
I have physical server with two ethernets.
I created a Bound with eth0-eth1 and two bridges:
(vmbr0 -> bond0) For Proxmox web admin and ssh conection to de host server (192.168.0.10)
and
(vmbr1 -> bond0). For KVM virtual machines. In VM set ethernet local configuration.
The visión from Poxmox web server is:
This is my /etc/network/interface in host server:
auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto eth1 iface eth1 inet manual auto bond0 iface bond0 inet manual slaves eth0 eth1 bond_miimon 100 bond_mode 802.3ad auto vmbr0 iface vmbr0 inet static address 192.168.0.10 netmask 255.255.255.0 gateway 192.168.0.3 bridge_ports bond0 bridge_stp off bridge_fd 0 auto vmbr1 iface vmbr1 inet manual bridge_ports bond0 bridge_stp off bridge_fd 0 |
Any sugestion about my problem.
Tnks.
Last edited: