I need to add an alias (10.0.2.254/24) to my bridged interfaces on my Ubuntu Server.
My /etc/network/interfaces is:
auto br0
iface br0 inet static
address 192.168.200.108
netmask 255.255.0.0
gateway 192.168.200.254
bridge_ports eth0
bridge_stp off
bridge_maxwait 0
bridge_fd 0
Any ideas?