Login  Register

Re: Help with updating to V8

Posted by breda on Apr 18, 2016; 7:31pm
URL: https://itus.accessinnov.com/Help-with-updating-to-V8-tp728p731.html

Hi, user8446 no I did not get it to work  I was hopeing V 8.0 might change some setting the was causing  the Problems

I also notice a file named network.br in  etc/config/ here is the contents


-----------------------------------------------------------------------------------------------------------------------------------
network.br


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 'fd30:1d37:4e69::/48'

config interface 'wan'
        option ifname 'eth0'
        option proto 'none'
        option enable '1'

config interface 'wan6'
        option ifname 'eth2'
        option proto 'none'
        option enable '1'

config interface 'lan'
        option ifname 'eth1'
        option proto 'dhcp'
        option type 'bridge'
        option enable '1'