12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- config interface 'loopback'
- option ifname 'lo'
- option proto 'static'
- option ipaddr '127.0.0.1'
- option netmask '255.0.0.0'
- config globals 'globals'
- option ula_prefix 'fd1e:7270:ea04::/48'
- config interface 'lan'
- option proto 'static'
- option netmask '255.255.248.0'
- option ip6assign '60'
- option ipaddr '10.0.0.1'
- option device 'br-lan'
- config interface 'wan'
- option ifname 'eth0'
- option proto 'dhcp'
- option metric '1'
- config interface 'wan6'
- option ifname 'eth0'
- option proto 'dhcpv6'
- option metric '2'
- config interface 'VPN'
- option ifname 'ipsec0'
- option proto 'static'
- option ipaddr '10.10.10.1'
- option netmask '255.255.255.0'
- config interface 'vpn0'
- option ifname 'tun0'
- option proto 'none'
- config interface 'wwan_5g'
- option proto 'dhcp'
- option ifname 'usb0'
- option metric '10'
- option auto '0'
- config interface 'wwan_5g_v6'
- option proto 'dhcpv6'
- option ifname 'usb0'
- option metric '11'
- option auto '0'
- config interface 'wwan_lte'
- option proto 'dhcp'
- option ifname 'wwan0'
- option metric '12'
- config interface 'wwan_lte_v6'
- option proto 'dhcpv6'
- option ifname 'wwan0'
- option metric '13'
- config device
- option name 'br-lan'
- option type 'bridge'
- list ports 'eth1'
|