Is it possible to assign multiple IP addresses to a bridge the same way ethernet devices can? The purpose is to accept incoming traffic for multiple public IP. 1 Physical NIC -> br0 (accepts incoming traffic for x.x.x.2 to x.x.x.5) Then 3 different virtual interfaces are connected to this bridge 1. eth0 (x.x.x.2) 2. eth1 (x.x.x.3) 3. eth2 (x.x.x.4)