Help with updating to V8

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
32 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

user8446
Administrator
Breda,

All of your config files are now correct. You'll need to post your syslog and we'll need to keep digging. Hotfix 160309 is the latest hotfix. If you factory reset, you'll have to reinstall the hotfix first and then the latest fw upgrade. The fw upgrade 8 that you mentioned does not install the hotfix.
Running the latest OpenWrt stable release
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

breda
Thanks user8446 for all the help should I try the factory reset? also does the factory reset remove 1.51 SP1 fw?  

Take care
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

breda
This post was updated on .
In reply to this post by breda
Hi, Here is the system logs   I notice when I try to go to website on my PC  I see

Wed Apr 20 13:59:16 2016 daemon.warn dnsmasq[4770]: possible DNS-rebind attack detected: openapi.meshare.com  in the system log of the shield

in the system log it happens at the same time I go  the websites  on the PC





system_logs_4-20-16.txt


Thanks for the help
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

user8446
Administrator
Breda,

I noticed that too in your log. In your /etc/config/dhcp file, change it to this:

config dnsmasq
        option domainneeded '1'
        option boguspriv '1'
        option localise_queries '1'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option authoritative '1'
        option readethers '1'
        option leasefile '/tmp/dhcp.leases'
        option resolvfile '/tmp/resolv.conf.auto'
        option localservice '1'
        option logqueries '1'
        option rebind_protection '0'

config dhcp 'lan'
        option interface 'lan'
        option ignore '1'

config dhcp 'wan'
        option interface 'wan'
        option ignore '1'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'


Just copy and paste it over, save, then reboot: reboot -f
Running the latest OpenWrt stable release
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

breda
Thanks user8446 I will copy and paste  save and then do reboot and update you

 
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

breda
In reply to this post by user8446
Hi, user8446 I update the file but sill can't get any Internet  Here is the log file

system_logs_4-21-16.txt


Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

breda
In reply to this post by breda
also here is arp -a from the Shield should there be 3 IP address ?


root@Shield:~# arp -a
IP address       HW type     Flags       HW address            Mask     Device
192.168.1.118    0x1         0x2         04:5c:06:0a:dd:af     *        br-lan
192.168.1.100    0x1         0x2         98:90:96:9b:51:ac     *        br-lan
192.168.1.1      0x1         0x2         38:2c:4a:ce:90:d0     *        br-lan
root@Shield:~#
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

user8446
Administrator
In reply to this post by breda
For some reason your shield is trying to resolve DNS along with your router. Are you sure your switch on the front is on "B", eth0 to your modem, eth2 to your router WAN, and eth1 to your router LAN?
Running the latest OpenWrt stable release
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

breda
Hi, user8446  Yes I have the switch on the front is on B I have eth0 to  modem and eth2 to your router WAN, and eth1 to your router LAN

what should I try next Factory Rest ?


would I have to  update the firmware again ?


thanks

Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

user8446
Administrator
Yes you can factory reset. You won't have to update the firmware, just the hotfix and fw_upgrade script.
Running the latest OpenWrt stable release
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

breda
Thaks user8446 can you confirm the latest hotfix version?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Help with updating to V8

breda
  HI, @user8446  what  version of the fw_upgrade script should I use?

 I'm going to install hotfix_160309-FINAL
12