Hi David,

On Tue, Jun 12, 2012 at 4:52 PM, David Oliva <[email protected]> wrote:
> Hi,
>
> After read all the messages of the list and fight again machines several
> days (TRUE), i need to ask you a stupid question. I have configured one mesh
> interface as follows without get ping neither the other node (192.168.1.2)
> nor itself. Ubuntu 11.10 without firewall + RT2570. After configuration Link
> led=on , Act Led= blinking
>
> iw dev wlan0 interface add mesh0 type mp
> ifconfig mesh0 down
> iw dev mesh0 set channel 1
> iw dev mesh0 set type mesh
> iw dev mesh0 set meshid meshidXX
> ifconfig mesh0 192.168.1.1
> ifconfig mesh0 up

We tried your steps with our AR9285 cards, and that worked fine. What
is the output of 'iw mesh0 station dump'?.

A quicker way of bringing up the mesh is:

iw wlan0 interface add mesh0 type mp
ifconfig mesh0 down
iw mesh0 set channel 1
ifconfig mesh0 192.168.1.1
iw mesh0 mesh join meshid

Thomas
_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to