Skip to content

Instantly share code, notes, and snippets.

@basros
Created August 2, 2015 13:02
Show Gist options
  • Save basros/15a8f3ea281c88a09d3a to your computer and use it in GitHub Desktop.
Save basros/15a8f3ea281c88a09d3a to your computer and use it in GitHub Desktop.
/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'
option proto 'static'
option ipaddr '10.31.10.2/28'
option dns '10.31.10.1'
config interface 'lanbat'
option proto 'batadv'
option ifname '@lan'
option mesh 'bat0'
config interface 'mesh'
option proto 'static'
option ifname 'bat0'
option ipaddr '10.36.10.2/24'
option type 'bridge'
config interface 'adhoc'
option proto 'static'
option ipaddr '10.31.10.32/32'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment