redcomani.org/openwrt-files/etc/config/network

29 lines
559 B
Plaintext
Raw Normal View History

2019-04-29 00:56:56 +00:00
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
2019-04-29 15:33:57 +00:00
option ula_prefix 'fda8:6c9c:aee9::/48'
2019-04-29 00:56:56 +00:00
config interface 'lan'
option type 'bridge'
2019-04-29 15:33:57 +00:00
option ifname 'eth0'
2019-04-29 00:56:56 +00:00
option proto 'static'
option ip6assign '60'
option ipaddr '10.17.0.101'
option netmask '255.255.0.0'
option gateway '10.17.95.1'
option dns '10.17.95.1'
config interface 'wan'
2019-04-29 15:33:57 +00:00
option ifname 'eth1'
2019-04-29 00:56:56 +00:00
option proto 'dhcp'
config interface 'wan6'
2019-04-29 15:33:57 +00:00
option ifname 'eth1'
2019-04-29 00:56:56 +00:00
option proto 'dhcpv6'