Here is my issue:
I have server with two bridges, one for network A (vmbr0) and the other for B(vmbr1). These are two separate networks built under two separate models.
The default gateway is set to vmbr0 for cluster management and what not.
Here is the main issue, whenever I create a CT for machines running on network B I have to use veth connections so that they will talk with the outside world properly. I can go in and configure the veth and get it working.
The main issue I am having is that whenever I reboot one of my containers that has a veth on network B, it defaults the GATEWAYDEV in /etc/sysconfig/network to venet, and then I have to console in (or setup a venet and ssh) and change it back to eth0.
Is there a way to stop this from happening?
I have server with two bridges, one for network A (vmbr0) and the other for B(vmbr1). These are two separate networks built under two separate models.
The default gateway is set to vmbr0 for cluster management and what not.
Here is the main issue, whenever I create a CT for machines running on network B I have to use veth connections so that they will talk with the outside world properly. I can go in and configure the veth and get it working.
The main issue I am having is that whenever I reboot one of my containers that has a veth on network B, it defaults the GATEWAYDEV in /etc/sysconfig/network to venet, and then I have to console in (or setup a venet and ssh) and change it back to eth0.
Is there a way to stop this from happening?