Client can't authenticate

Ervin Hegedüs airween
Mon Mar 8 12:20:22 PST 2010


Hello,

>> You mean my radio device driver debug?
>
> Yes.
ok,

>> could you tell me some tips how can I debug the driver?
>
> I'm not familiar with rt73, so not really.. Anyway, this would be better
> to take to another mailing list (something specific to that driver if
> there is such a thing or linux-wireless).
thank you,

just a question: what is the right way to configure the interfaces
which part of bridge?
I'm usgin Ubuntu, here is my /etc/network/interfaces:

auto eth0
iface eth0 inet static
        address 192.168.72.254
        netmask 255.255.255.0
        network 192.168.72.0
        broadcast 192.168.72.255

auto wlan0
iface wlan0 inet manual

auto br0
iface br0 inet static
    address 192.168.72.254
    network 192.168.72.0
    netmask 255.255.255.0
    broadcast 192.168.72.255
    bridge-ports eth0 wlan0
    post-up /etc/init.d/dhcp3-server start


Is it right?


thanks:


a.



More information about the Hostap mailing list