Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 'fddf:cd65:14cb::/48'
- config interface 'lan'
- option ifname 'eth0'
- #option force_link '1'
- #option type 'bridge'
- option proto 'dhcp'
- #option macaddr '90:F6:52:87:01:AC' #mac filtering
- #option ipaddr '192.168.2.1'
- #option netmask '255.255.255.0'
- config interface 'wan'
- option ifname 'wlan0'
- option proto 'static'
- option ipaddr '192.168.3.1'
- option netmask '255.255.255.0'
- config interface 'cute'
- option ifname 'wlan0'
- option proto 'static'
- option ipaddr '192.168.3.1'
- option netmask '255.255.255.0'
- config interface 'bridge'
- option ifname 'eth0 eth1'
- option proto 'dhcp'
- option type 'bridge'
Advertisement
Add Comment
Please, Sign In to add comment