Files
immortalwrt-mt798x-24.10/files/etc/config/network

37 lines
713 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 'fdc9:5676:20b9::/48'
option packet_steering '2'
option steering_flows '128'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
option promisc '1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '10.2.39.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option device 'eth0'
option proto 'dhcp'
config interface 'Zerotier'
option proto 'dhcp'
option device 'zt4z6adq6m'
config interface 'wwan2'
option proto 'dhcp'
option metric '1'