Bridge network interface ip

Hi

Having trouble with DNS and the ip on the bridge interface.

Our company address for dns lookup is 172.18.21.2 and that is the same network as the bridge interface.

nameserver 172.18.21.2
nameserver 172.18.21.34

br-370e71a67c37 Link encap:Ethernet HWaddr 02:42:39:C1:76:8A
inet addr:172.18.0.1 Bcast:172.18.255.255 Mask:255.255.0.0

Is there a way to change the ip on the bridge network ?

Thanks.

Changing the netmask on the bridge network to /24 fixes the issue.

This is a hotfix. Add to start.sh :

ifconfig ifconfig | grep br |awk '{print $1;}' netmask 255.255.255.0