G
guebs
Guest
Hi,
I've Proxmox installed on a server with two NICs. The first NIC connects to public network and the second one to the private network.
I've the host configured this way and it works correctly (can access both networks):
What should be the content of /etc/network/interfaces in hots and guests in order to make it work?
Any help will be really appreciated.
Many thanks,
I've Proxmox installed on a server with two NICs. The first NIC connects to public network and the second one to the private network.
I've the host configured this way and it works correctly (can access both networks):
Code:
auto vmbr0
iface vmbr0 inet static
address x.x.x.59
netmask 255.255.255.0
gateway x.x.x.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.10.59
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
The problem is that I need the same setup on guests, but I'm unable to get it working. Guests can access public network but can't access the private one.
What should be the content of /etc/network/interfaces in hots and guests in order to make it work?
Any help will be really appreciated.
Many thanks,