Login  Register

Re: Update script (fw_upgrade)

Posted by breda on Apr 14, 2016; 5:28pm
URL: https://itus.accessinnov.com/Update-script-fw-upgrade-tp43p693.html

Hi, I lost internet traffic again it seem that the etc/config/network  changed again but I did not do any editing. here is my etc/config/network  file  I was going to change it back but wanted to know if anyone wants to look at my logs first ?

Thanks


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'
        option broadcast '1'
        option peerdns '0'
        option dns '208.67.222.222 208.67.220.220'

config interface 'blockdomain'
        option ifname 'br-lan'
        option proto 'static'
        option ipaddr '192.168.1.112'
        option netmask '255.255.255.0'