- removed specfic nodewatcher config

- updated crontab for configurator
This commit is contained in:
bjo 2011-10-11 13:39:16 +00:00
parent 779ad1c757
commit b8f2975352
2 changed files with 4 additions and 28 deletions

View File

@ -1,27 +0,0 @@
config 'script'
option 'version' '23'
option 'error_level' '0'
option 'logfile' '/var/log/nodewatcher.log'
option 'sync_hostname' '1'
config 'api'
option 'ipv4_address' '1'
option 'ipv6_interface' 'br-mesh'
option 'ipv6_address' 'fe80::201:2ff:fe03:405'
option 'timeout' '5'
option 'retry' '5'
config 'update'
option 'autoupdate' '1'
config 'crawl'
option 'method' 'hash'
option 'nickname' '1'
option 'password' '1'
option 'router_id' '1'
option 'update_hash' '1'
option 'login_string' '1'
config 'network'
option 'mesh_interface' 'br-mesh'
option 'client_interfaces' 'wlan0 eth0.1'

View File

@ -4,6 +4,9 @@
*/5 * * * * sh /etc/tincstart.sh
*/5 * * * * sh /etc/nodewatcher.sh
*/5 * * * * sh /etc/configurator.sh
0 * * * * sh /etc/configurator.sh sync_hostname
15 01 * * * rdate -s time.fu-berlin.de > /dev/null
@ -19,4 +22,4 @@
#Fix only for WR1043ND because wlan0 is not added after bootup
*/5 * * * * brctl addif br-mesh wlan0
#Fix only for WR1043ND because mtu of wlan1 is not set bootup
*/5 * * * * ifconfig wlan1 mtu 1527
*/5 * * * * ifconfig wlan1 mtu 1527