Difference between revisions of "Mesh/Relay setup"

127 bytes added ,  23:14, 26 December 2013
Line 215: Line 215:


if [ `cat /sys/class/net/bat0/operstate` != "up" ]; then
if [ `cat /sys/class/net/bat0/operstate` != "up" ]; then
        ifup bat0
      ifconfig bat0 <relay_mesh_ip> netmask 255.0.0.0 up
fi
fi
</pre>
</pre>
Where <relay_mesh_ip> is your assigned mesh ip address (or 10.42.254.254 for testing).


Now you're ready to run the broker.
Now you're ready to run the broker.