Hi,
My proxmox host is running on IP address 192.168.1.x ip address. My KVM Virtual instances are all running on 192.168.3.x series with the below given network configuration. I am able to communicate to the Proxmox host and the KVM Virtual Machines without any issues.
However the problem is with the Containers. All my container machines can be connected only if i were to configure them with 192.168.1.x series of IP address. I want to configure the container servers with 192.168.3.x
What configurations should be done to achieve this setup. Any pointers or suggestion is highly appreciated.
Thanks.
RK
# network interface settings
auto lo
iface lo inet loopback
dns-nameservers 192.168.1.1
dns-search vlab.com
auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.7
netmask 255.255.255.0
gateway 192.168.1.250
bridge_ports eth0
bridge_stp off
bridge_fd 0
My proxmox host is running on IP address 192.168.1.x ip address. My KVM Virtual instances are all running on 192.168.3.x series with the below given network configuration. I am able to communicate to the Proxmox host and the KVM Virtual Machines without any issues.
However the problem is with the Containers. All my container machines can be connected only if i were to configure them with 192.168.1.x series of IP address. I want to configure the container servers with 192.168.3.x
What configurations should be done to achieve this setup. Any pointers or suggestion is highly appreciated.
Thanks.
RK
# network interface settings
auto lo
iface lo inet loopback
dns-nameservers 192.168.1.1
dns-search vlab.com
auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.7
netmask 255.255.255.0
gateway 192.168.1.250
bridge_ports eth0
bridge_stp off
bridge_fd 0