Login  Register

Re: Update script (fw_upgrade)

Posted by user8446 on Apr 04, 2016; 5:48pm
URL: https://itus.accessinnov.com/Update-script-fw-upgrade-tp43p639.html

Use WinSCP and open /etc/config/network and then just copy/paste this over for wan and lan:

config interface 'wan'
        option ifname 'eth0'
        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'


Don't forget to click "save" in the upper left hand corner. The via CLI type in:  reboot -f
Running the latest OpenWrt stable release