Ok, so it works (sort off).
Small recap:
- Created a 'dnsmasq.conf' in '/jffs/configs'. No alteration compared to my previous post.
- Created 'firewall-start' also in '/jffs/configs'. Made it executable using the command 'chmod a+rx ./firewall-start'. This file is the same as in my previous...
Thanks for your replies metasys1 & BatKing.
I had a go with your solution BatKing but I can't get it to work. Here is what I used based on your work:
DNSMASQ.CONF
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=br1
interface=tap21
interface=tun22
interface=ppp1*...
I know this was posted a long time ago but have you figured this out? I could start a new post but I think adding to this is more efficient.
My network layout is similar. I use a Windows 2012r2 box as dhcp server, the main advantage is that I'm able to apply dhcp policies on my scope. However...