bbfdm/test/files/etc/config/network

123 lines
2.7 KiB
Text

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 'fddb:7949:7caa::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
list ports 'eth2'
list ports 'eth3'
list ports 'eth4'
option macaddr '44:D4:37:71:B8:11'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option is_lan '1'
option macaddr '44:D4:37:71:B8:11'
config interface 'wan'
option proto 'dhcp'
option hostname 'iopsysWrt-44D43771B810'
option vendorid 'eg400'
option device 'eth0.1'
option reqopts '12 43'
option sendopts '60:iopsystest 61:iopsys'
option macaddr '44:D4:37:71:B8:12'
config interface 'wan6'
option proto 'dhcpv6'
option device '@wan'
config device 'ethwan'
option type 'untagged'
option ifname 'eth0'
option name 'eth0.1'
option macaddr '44:D4:37:71:B8:12'
config device 'br_test_1'
option name 'br-test'
option type 'bridge'
list ports 'eth1.100'
list ports 'eth2.100'
list ports 'eth3.100'
list ports 'eth4.100'
option macaddr '44:D4:37:71:B8:13'
config interface 'lan100'
option device 'br-test'
option proto 'static'
option ipaddr '172.32.1.1'
option macaddr '44:D4:37:71:B8:13'
config device 'eth1_100'
option type 'untagged'
option ifname 'eth1'
option name 'eth1.100'
option vid '100'
config device 'eth2_100'
option type 'untagged'
option ifname 'eth2'
option name 'eth2.100'
option vid '100'
config device 'eth3_100'
option type '8021q'
option ifname 'eth3'
option name 'eth3.100'
option vid '100'
config device 'eth4_100'
option type '8021q'
option ifname 'eth4'
option name 'eth4.100'
option vid '100'
config interface 'ppp_wan'
option type 'anywan'
option proto 'pppoe'
option username 'iopsyshome@iopsys.eu'
option password 'iopsys'
option device 'eth0.1'
option ipv6 '1'
option macaddr '44:D4:37:71:B8:14'
config route 'route4'
option interface 'wan'
option target '0.0.0.0/0'
option gateway '10.72.197.110'
config route6 'route6'
option interface 'wan6'
option target '::/0'
config interface 'stabridge'
option proto 'relay'
option network 'lan wan'
config interface 'mygre'
option ipaddr '10.1.1.1'
option peeraddr '10.2.2.1'
option proto 'gre'
config interface 'mygre_static'
option proto 'static'
option device '@mygre'
option ipaddr '172.16.12.1'
option netmask '255.255.255.252'
config route 'tunnel'
option interface 'mygre_static'
option target '172.16.2.0'
option netmask '255.255.255.0'
option gateway '172.16.12.2'