Login  Register

Re: Help with updating to V8

Posted by breda on Apr 20, 2016; 2:30am
URL: https://itus.accessinnov.com/Help-with-updating-to-V8-tp728p752.html

Hi, @user8446  I updated the files but still can't get any internet traffic here are the files  also the shield seems to have 3 IP address  



Here is the apr-a from my PC

-------------------------------------------------------------------------------------------------------------------------------------------------------

C:\Users\SC>arp -a

Interface: 192.168.1.100 --- 0x4
  Internet Address      Physical Address      Type
  192.168.1.1           38-2c-4a-ce-90-d0     dynamic
  192.168.1.34          f0-27-2d-32-a9-af     dynamic
  192.168.1.43          a4-77-33-47-a7-36     dynamic
  192.168.1.111         2c-26-5f-80-02-15     dynamic
  192.168.1.112         2c-26-5f-80-02-15     dynamic
  192.168.1.175         e8-de-27-39-c8-55     dynamic
  192.168.1.255         ff-ff-ff-ff-ff-ff     static
  192.168.49.1          f0-27-2d-32-a9-af     dynamic
  224.0.0.22            01-00-5e-00-00-16     static
  224.0.0.251           01-00-5e-00-00-fb     static
  224.0.0.252           01-00-5e-00-00-fc     static
  239.255.255.250       01-00-5e-7f-ff-fa     static
  255.255.255.255       ff-ff-ff-ff-ff-ff     static





-----------------------------------------------------------------------------------------------------------------------------------------------------
Here is my Shield  arp -a


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.1      0x1         0x2         38:2c:4a:ce:90:d0     *        br-lan
192.168.1.100    0x1         0x2         98:90:96:9b:51:ac     *        br-lan
root@Shield:~#




----------------------------------------------------------------------------------------------------------------------------
config dnsmasq
        option domainneeded '1'
        option boguspriv '1'
        option localise_queries '1'
        option rebind_protection '1'
        option rebind_localhost '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'

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'

---------------------------------------------------------------------------------------


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 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'
----------------------------------------------------------------------------------------------------------------------------------------------

Thanks