Posted by
Grommish on
May 01, 2019; 8:26pm
URL: https://itus.accessinnov.com/Dead-fish-tp1712p1720.html
dnsmasq acts as a DHCP Server, answering DHCP requests from the LAN side (eth1/eth2). I'm trying to get a DHCP client to pull and assign on the WAN side (eth0). At this point, I'd settle for being able to assign a static IP (10.10.10.10) like the Shield does in Router mode. I've copied the /etc/config/network and /etc/config/dhcp files from the Router image and put it into the base OpenWRT image I've got loaded. Not being able to assign it an IP (comes up as a Private IP) means I've got to bounce back and forth between the Router image and the base image so I can SCP from the box.
Below is my ifconfig output. I"m not sure where the extra ethx and loop devices are being set at either. And I don't know where the br-lan bridge is being set at. Below the ifconfig output is my /etc/config/network and /etc/config/dhcp (both taken from ITUS Router image)
************************
br-lan Link encap:Ethernet HWaddr 2C:26:5F:80:04:A4
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::8b7f:7193:a9ec:bbf6/64 Scope:Link
inet6 addr: fd03:8e03:6366::1/60 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:6366 (6.2 KiB)
eth0 Link encap:Ethernet HWaddr 2C:26:5F:80:04:A4
inet addr:169.254.91.181 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:99 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1096 (1.0 KiB) TX bytes:18512 (18.0 KiB)
eth1 Link encap:Ethernet HWaddr 2C:26:5F:80:04:A5
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth2 Link encap:Ethernet HWaddr 2C:26:5F:80:04:A6
inet addr:169.254.210.197 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::c840:13ba:abc2:1bbb/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:7182 (7.0 KiB)
eth3 Link encap:Ethernet HWaddr 2C:26:5F:80:04:A7
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth4 Link encap:Ethernet HWaddr D2:38:97:CF:7D:54
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth5 Link encap:Ethernet HWaddr CE:A3:21:3A:FC:7E
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth6 Link encap:Ethernet HWaddr 82:FC:C6:10:44:93
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth7 Link encap:Ethernet HWaddr 7A:AE:EB:4F:FF:B6
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:218 errors:0 dropped:0 overruns:0 frame:0
TX packets:218 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15248 (14.8 KiB) TX bytes:15248 (14.8 KiB)
loop0 Link encap:Ethernet HWaddr 06:B1:23:C2:6A:AA
inet addr:169.254.232.57 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::9005:f806:8f96:7d63/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:34 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7040 (6.8 KiB) TX bytes:7040 (6.8 KiB)
loop1 Link encap:Ethernet HWaddr BA:35:DA:1E:5C:DF
inet addr:169.254.48.158 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::1351:b8f7:d15a:80c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6586 (6.4 KiB) TX bytes:6586 (6.4 KiB)
loop2 Link encap:Ethernet HWaddr EE:11:49:6A:EE:B9
inet addr:169.254.167.216 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::180c:5207:328a:6bc1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6586 (6.4 KiB) TX bytes:6586 (6.4 KiB)
loop3 Link encap:Ethernet HWaddr E2:D3:A3:6F:2B:1D
inet addr:169.254.54.27 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::81a:f09e:2ff9:781d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:33 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6930 (6.7 KiB) TX bytes:6930 (6.7 KiB)
****************************************
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'wan'
option ifname 'eth0'
option proto 'dhcp'
config interface 'lan'
option ifname 'eth1 eth2'
option force_link '1'
option proto 'static'
option type 'bridge'
option ipaddr '10.10.10.10'
option netmask '255.255.255.0'
option ip6assign 60
config globals 'globals'
option ula_prefix 'fdb0:5aa4:9f0b::/48'
*********************************************
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option localservice '1'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv6 'server'
option ra 'server'
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'
Running Itus Shield v2 Firmware