6
Gateway Mesh Node (NS2) Configuration
After re-flashing the NS2, the default LAN IP of Nanostation 2 is
192.168.10.20/24. Use telnet 192.168.10.20 (no password) until you set the
root password via the GUI or the command line:
$ telnet 192.168.10.20
root@OpenWrt:~# passwd
After you set the root password telnet will be disabled and ssh enabled:
$ ssh [email protected]
root@OpenWrt:~#
Edit /etc/config/network to reflect the following settings:
option 'ipaddr' '192.168.1.220'
option 'gateway' '192.168.1.1'
option 'dns' 192.168.1.1'
Configuring your MP01s
MPs should almost work out of the box but we had to make some changes.
1) You need to make sure that the files in the /etc/config directory are writable:
$ chmod 0666 /etc/config/*
2) In /etc/config/batmand make sure that batmand.routing_class is set to '1' or
'2'
3) Finally point the visualisation server to the NS2 e.g.