Created
August 2, 2015 12:42
-
-
Save basros/98b53c2a9ff07144fae9 to your computer and use it in GitHub Desktop.
olsrd2 on openwrt-satellite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' 'all' | |
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' 'adhoc' | |
list 'bindto' '-0.0.0.0/0' | |
list 'bindto' '-::1' | |
list 'bindto' 'default_accept' | |
config interface | |
list 'ifname' 'lan' | |
option 'rx_bitrate' '1G' | |
option 'tx_bitrate' '1G' | |
list 'bindto' '-0.0.0.0/0' | |
list 'bindto' '-::1' | |
list 'bindto' 'default_accept' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment