Hi,
below is my network config
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.16.28.8
netmask 255.255.255.0
gateway 172.16.28.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.30.8
netmask 255.255.0.0
gateway 192.168.5.1
bridge_ports eth1
bridge_stp off
bridge_fd 0
eariler there was only one network with vmbr0 using 192.168.30.x network
now after adding the new bridge and nework , I can't get in GUI with new IP ,even can't able to ssh the box with new IP , same time I can ping new IP
evening is working fine with my old IP
below is my network config
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.16.28.8
netmask 255.255.255.0
gateway 172.16.28.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.30.8
netmask 255.255.0.0
gateway 192.168.5.1
bridge_ports eth1
bridge_stp off
bridge_fd 0
eariler there was only one network with vmbr0 using 192.168.30.x network
now after adding the new bridge and nework , I can't get in GUI with new IP ,even can't able to ssh the box with new IP , same time I can ping new IP
evening is working fine with my old IP