mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
42 lines
817 B
Plaintext
42 lines
817 B
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 'fd32:d110:fda5::/48'
|
|
option packet_steering '1'
|
|
|
|
config device
|
|
option name 'br-lan'
|
|
option type 'bridge'
|
|
list ports 'lan1'
|
|
list ports 'lan2'
|
|
option igmp_snooping '1'
|
|
|
|
config interface 'lan'
|
|
option device 'br-lan'
|
|
option proto 'static'
|
|
option ipaddr '192.168.88.2'
|
|
option netmask '255.255.255.0'
|
|
option ip6assign '60'
|
|
option gateway '192.168.88.1'
|
|
list dns '192.168.88.1'
|
|
list dns '1.1.1.1'
|
|
list dns '8.8.8.8'
|
|
|
|
config interface 'wan'
|
|
option device 'wan'
|
|
option proto 'dhcp'
|
|
option auto '0'
|
|
|
|
config interface 'wan6'
|
|
option device 'wan'
|
|
option proto 'dhcpv6'
|
|
option auto '0'
|
|
option reqaddress 'try'
|
|
option reqprefix 'auto'
|
|
|