I have two /29 IP ranges and two ethernet devices on my server. The interfaces file on the host is as follows
IP addresses in the first block can be assigned to new containers and work as expected. Those in the second block don't work except for the first address in the block (x.x.x.250) which connects me to the Proxmox server itself -- a waste of address.
The documentation makes no sense to me. What should I do?
Ahmet
# network interface settings
auto lo
iface lo inet loopback
iface eth1 inet manual
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address x.x.x.162
netmask 255.255.255.248
gateway x.x.x.161
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address x.x.x.250
netmask 255.255.255.248
bridge_ports eth1
bridge_stp off
bridge_fd 0
auto lo
iface lo inet loopback
iface eth1 inet manual
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address x.x.x.162
netmask 255.255.255.248
gateway x.x.x.161
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address x.x.x.250
netmask 255.255.255.248
bridge_ports eth1
bridge_stp off
bridge_fd 0
IP addresses in the first block can be assigned to new containers and work as expected. Those in the second block don't work except for the first address in the block (x.x.x.250) which connects me to the Proxmox server itself -- a waste of address.
The documentation makes no sense to me. What should I do?
Ahmet