Advertisement
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 'auto'
- config device
- option name 'br-lan'
- option type 'bridge'
- list ports 'eth0'
- 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'
- config interface 'wan'
- option device 'eth1'
- option proto 'dhcp'
- config interface 'wan6'
- option device 'eth1'
- option proto 'dhcpv6'
- config interface 'eth2'
- option device 'eth2'
- option proto 'none'
- config interface 'eth3'
- option device 'eth3'
- option proto 'none'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement