Hello!
I'm new to proxmox , and I find it great.
However when creating a KVM node (win2008r2) the node has no internet access. Switching to NAT network mode works but that's not what I want.
I have multiple IP's and I want each IP dedicated to each node.
My /etc/network/interfaces is as follows (I created vmbr1 trying to add a second IP , but it's no good)
I understand the vmbr1 might be misconfigured but vmbr0 was given by the provider and should work , right?
I'm new to proxmox , and I find it great.
However when creating a KVM node (win2008r2) the node has no internet access. Switching to NAT network mode works but that's not what I want.
I have multiple IP's and I want each IP dedicated to each node.
My /etc/network/interfaces is as follows (I created vmbr1 trying to add a second IP , but it's no good)
Code:
# network interface settings
auto lo
iface lo inet loopback
#
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.211.178
netmask 255.255.255.240
pointpoint xxx.xxx.211.177
gateway xxx.xxx.211.177
bridge_ports eth0
bridge_stp off
bridge_fd 1
#next
auto vmbr1
iface vmbr1 inet static
address xxx.xxx.211.179
netmask 255.255.255.240
I understand the vmbr1 might be misconfigured but vmbr0 was given by the provider and should work , right?