mirror of https://github.com/aredn/aredn.git
37 lines
657 B
Plaintext
37 lines
657 B
Plaintext
#### 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 links
|
|
include /etc/config.mesh/xlink
|
|
|
|
### Tunnels devices
|
|
include /etc/config.mesh/network_tun
|