problem solved...
this is how i configured network interface on host server .. this is from /etc/network/interfaces
auto vmbr2
iface vmbr2 inet static
address 192.168.56.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
this is how i configured network interfaces...
Hi LnxBill
i have two machines and the /etc/network/interfaces on both looks like this
auto eth0
iface eth0 inet dhcp
dns-nameservers 8.8.8.8
so eth0 is linked to vmbr0 in a NAT mode. They should get ip address via DHCP. They got ip address via DHCP but thats the same ip address 10.0.2.15 and...
Hi to all,
can someone point me to documentation how to configure network in order that virtual machines can connect to each other? I presume that i need to create one more bridge on proxmox host and then attach virtual machines NIC (in a bridge mode) to that bridge , or there is another best...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.