Skip to content

Instantly share code, notes, and snippets.

@basros
basros / network
Created August 2, 2015 13:02
/etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1/8'
list ip6prefix '2001:bf7:830:ff10::/60'
option ip6assign '64'
config interface 'lan'
option ifname 'eth0'
option type 'bridge'
@basros
basros / olsrd2.conf
Created August 2, 2015 12:42
olsrd2 on openwrt-satellite
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'
@basros
basros / olsrd2.conf
Created August 2, 2015 12:34
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'