Problems configuring 802.11s network
Maxence Dalmais
maxence.dalmais at insa-lyon.fr
Wed Nov 11 06:03:32 EST 2009
I don't know how much is advanced the HWMP implementation ( 802.11s's
routing protocol) and how to configure it.
If you want 2 different networks, you have to do some routing.
With static routing :
The routing rules should be add on the computer 1 and 3.
on computer 1 : `route add default gateway 192.168.2.2`
on computer 2 : `route add default gateway 192.168.3.1`
You also have to activate the routing on computer 2 ` echo 1
>/proc/sys/net/ipv4/ip_
forward`
_________________
maybe you can also try the bridge solution. In this, you get only one Ip
network. That's mean no route to configure. But all will probably don't
work.
Computer 2 :
ifconfig netMesh1-IP 0.0.0.0
ifconfig netMesh2-IP 0.0.0.0
brctl addbr netmeshBr
ifconfig netmeshBr 192.168.2.2
brctl addif netmeshBr netMesh1-IP
brctl addif netmeshBr netMesh2-IP
Computer 3:
ifconfig netMesh2-IP = 192.168.2.3
Maxence.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://open80211s.com/pipermail/devel/attachments/20091111/b61d6697/attachment.html
More information about the Devel
mailing list