mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
|
|
config interface 'loopback'
|
|
option device 'lo'
|
|
option proto 'static'
|
|
option ipaddr '127.0.0.1'
|
|
option netmask '255.0.0.0'
|
|
|
|
config globals 'globals'
|
|
option ula_prefix 'fdef:9a04:9f07::/48'
|
|
|
|
config device
|
|
option name 'br-lan'
|
|
option type 'bridge'
|
|
list ports 'eth1'
|
|
list ports 'lan1'
|
|
list ports 'lan2'
|
|
list ports 'lan3'
|
|
option stp '1'
|
|
|
|
config interface 'lan'
|
|
option device 'br-lan'
|
|
option proto 'static'
|
|
option ipaddr '192.168.88.1'
|
|
option netmask '255.255.255.0'
|
|
option ip6assign '60'
|
|
|
|
config device
|
|
option name 'wan'
|
|
option macaddr 'B6:C7:8B:XX:XX:XX'
|
|
|
|
config device
|
|
option name 'eth2'
|
|
option macaddr 'B6:C7:8B:XX:XX:XX'
|
|
|
|
config interface 'wan'
|
|
option device 'br-wan'
|
|
option proto 'static'
|
|
option ipaddr '10.0.0.2'
|
|
option netmask '255.255.255.0'
|
|
option gateway '10.0.0.1'
|
|
|
|
config interface 'wan6'
|
|
option device 'br-wan'
|
|
option proto 'dhcpv6'
|
|
option reqaddress 'try'
|
|
option reqprefix 'auto'
|
|
option peerdns '0'
|
|
|
|
config device
|
|
option name 'br-wan'
|
|
option type 'bridge'
|
|
list ports 'eth2'
|
|
list ports 'wan'
|
|
option macaddr 'B6:C7:8B:XX:XX:XX'
|