I have same problem. I do not use dhcp-client, I use static IP addresses. In my case I use samba on two interfaces : br0 and ath0 .
/etc/network/interfaces (part):
auto br0
iface br0 inet static
address 192.168.2.1
network 192.168.2.0
netmask 255.255.255.0
broadcast 192.168.2.255 bridge_ports eth1 eth2
Hello,
I have same problem. I do not use dhcp-client, I use static IP addresses. In my case I use samba on two interfaces : br0 and ath0 . interfaces (part):
bridge_ ports eth1 eth2
/etc/network/
auto br0
iface br0 inet static
address 192.168.2.1
network 192.168.2.0
netmask 255.255.255.0
broadcast 192.168.2.255
auto ath0
wireless- mode master
wireless- essid HomeAPn
wireless- channel 4
iface ath0 inet static
address 192.168.3.1
netmask 255.255.255.0
broadcast 192.168.3.255