Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 'fd::/48'
- config device 'brlan_dev'
- option name 'br-lan'
- option type 'bridge'
- list ports 'eth0.1'
- list ports 'eth0.2'
- config interface 'lan'
- option device 'br-lan'
- option proto 'static'
- option netmask '255.255.255.0'
- option ipaddr '192.168.4.247'
- option ip6assign '128'
- option ip6ifaceid '::0'
- option dns '192.168.4.253 '
- option gateway '192.168.4.253'
- config device 'wan_eth0_2_dev'
- option name 'eth0.2'
- option macaddr 'f4:'
- config interface 'wan6'
- option device 'eth0.2'
- option proto 'none'
- config switch
- option name 'switch0'
- option reset '1'
- option enable_vlan '0'
- config switch
- option name 'switch1'
- option reset '1'
- option enable_vlan '1'
- config switch_vlan
- option device 'switch1'
- option vlan '1'
- option ports '1 2 3 4 6t'
- config switch_vlan
- option device 'switch1'
- option vlan '2'
- option ports '0 6t'
Advertisement
Add Comment
Please, Sign In to add comment