mirror of https://github.com/aredn/aredn.git
51 lines
1011 B
Plaintext
51 lines
1011 B
Plaintext
## The template place holders below can be overriden by adding files to
|
|
## /etc/aredn_include of the format "NET.network.user". NET can be one
|
|
## of the following: bridge, wan, wifi, lan or dtdlink.
|
|
|
|
#### Globals
|
|
config globals 'globals'
|
|
option packet_steering '1'
|
|
|
|
#### Loopback configuration
|
|
config interface 'loopback'
|
|
option device 'lo'
|
|
option proto 'static'
|
|
option ipaddr '127.0.0.1'
|
|
option netmask '255.0.0.0'
|
|
|
|
#### WIFI configuration
|
|
<wifi_network_config>
|
|
|
|
config interface 'wifi_mon'
|
|
option proto 'none'
|
|
|
|
### Bridge configuration
|
|
<bridge_network_config>
|
|
|
|
#### LAN configuration
|
|
<lan_network_config>
|
|
|
|
#### WAN configuration
|
|
<wan_network_config>
|
|
|
|
#### DtD configuration
|
|
<dtdlink_network_config>
|
|
|
|
### Switch configuration
|
|
include /etc/aredn_include/swconfig
|
|
|
|
### Static routes
|
|
include /etc/aredn_include/static_routes
|
|
|
|
### Extra vlans
|
|
include /etc/aredn_include/vlans
|
|
|
|
### Extra links
|
|
include /etc/config.mesh/xlink
|
|
|
|
### Tunnels devices
|
|
<tun_devices_config>
|
|
|
|
### Wireguard
|
|
<wireguard_network_config>
|