Comment 12 for bug 554094

Revision history for this message
Maksims M. (makson) wrote :

 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 .
/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

auto ath0
iface ath0 inet static
        wireless-mode master
        wireless-essid HomeAPn
        wireless-channel 4
        address 192.168.3.1
        netmask 255.255.255.0
        broadcast 192.168.3.255