mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Update network config
This commit is contained in:
@@ -6,12 +6,14 @@ config interface 'loopback'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
config globals 'globals'
|
||||
option ula_prefix 'fdef:9a04:9f07::/48'
|
||||
option ula_prefix 'fd25:6d69:eb21::/48'
|
||||
option packet_steering '1'
|
||||
option steering_flows '128'
|
||||
|
||||
config device
|
||||
option name 'br-lan'
|
||||
option type 'bridge'
|
||||
list ports 'eth1'
|
||||
list ports 'sfp-lan'
|
||||
list ports 'lan1'
|
||||
list ports 'lan2'
|
||||
list ports 'lan3'
|
||||
@@ -25,30 +27,42 @@ config interface 'lan'
|
||||
option ip6assign '60'
|
||||
|
||||
config device
|
||||
option name 'wan'
|
||||
option macaddr 'B6:C7:8B:XX:XX:XX'
|
||||
option name 'br-wan'
|
||||
option type 'bridge'
|
||||
list ports 'sfp-wan'
|
||||
list ports 'wan'
|
||||
option macaddr 'B6:XX:XX:XX:XX:34'
|
||||
|
||||
config device
|
||||
option name 'eth2'
|
||||
option macaddr 'B6:C7:8B:XX:XX:XX'
|
||||
option name 'wan'
|
||||
option macaddr 'B6:XX:XX:XX:XX:34'
|
||||
|
||||
config device
|
||||
option name 'sfp-wan'
|
||||
option macaddr 'B6:XX:XX:XX:XX:34'
|
||||
option rxpause '1'
|
||||
option txpause '0'
|
||||
option autoneg '0'
|
||||
|
||||
config device
|
||||
option name 'sfp-lan'
|
||||
option rxpause '1'
|
||||
option txpause '0'
|
||||
option autoneg '0'
|
||||
|
||||
config interface 'wan'
|
||||
option device 'br-wan'
|
||||
option proto 'static'
|
||||
option ipaddr '10.0.0.2'
|
||||
option ipaddr '80.XXX.XXX.2'
|
||||
option netmask '255.255.255.0'
|
||||
option gateway '10.0.0.1'
|
||||
option gateway '80.XXX.XXX.1'
|
||||
option peerdns '0'
|
||||
option ipv6 '0'
|
||||
|
||||
config interface 'wan6'
|
||||
option device 'br-wan'
|
||||
option proto 'dhcpv6'
|
||||
option auto '0'
|
||||
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'
|
||||
option norelease '1'
|
||||
|
||||
Reference in New Issue
Block a user