Skip to content

Instantly share code, notes, and snippets.

@basros
Created August 2, 2015 12:34
Show Gist options
  • Save basros/bd4967a31bccf8327300 to your computer and use it in GitHub Desktop.
Save basros/bd4967a31bccf8327300 to your computer and use it in GitHub Desktop.
olsrd2 zwingli-core
config global
option 'failfast' 'no'
option 'pidfile' '/var/run/olsrd2.pid'
option 'lockfile' '/var/lock/olsrd2'
config log
option 'syslog' 'true'
option 'stderr' 'true'
# option 'file' '/var/log/olsrd2.log'
# option 'info' 'all'
# option 'debug' 'lan-import'
config telnet
option 'port' '2009'
config olsrv2
list 'lan' '::/0'
# list 'lan' '0.0.0.0/0'
config interface
option 'ifname' 'loopback'
config interface
list 'ifname' 'olsr'
option 'ignore' '0'
option 'rx_bitrate' '1G'
option 'tx_bitrate' '1G'
list 'bindto' '-0.0.0.0/0'
list 'bindto' '-::1'
list 'bindto' 'default_accept'
config domain
option table '192'
#config lan_import=1
# option table '254'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment