Recent content by Boilerplate4U

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. B

    Dnsmasq and nslookup(!) not working.

    Thanks, got it working with /jffs/scripts/dnsmasq.postconf #!/bin/sh #/jffs/scripts/dnsmasq.postconf SCRIPTNAME="${0##*/}[$$]" log() { logger -s -t $SCRIPTNAME "$@"; } log "DNSMASQ.POSTCONF: [0:$0, 1:$1, 2:$2, 3:$3]" Mar 28 14:17:58 custom_script: Running /jffs/scripts/dnsmasq.postconf (args...
  2. B

    Dnsmasq and nslookup(!) not working.

    Now I get confused. The source code states run_postconf("dnsmasq","/etc/dnsmasq.conf"). Do I miss something here?
  3. B

    Dnsmasq and nslookup(!) not working.

    Thanks for the pointer! What can I say, I've been looking for a workaround without first checking for postconf in the repo. Turns out I've tried using "/jffs/configs/dnsmasq.postconf" instead of "/etc/dnsmasq.conf". Since /etc is not permanent storage I guess I need a startup script to copy or...
  4. B

    Dnsmasq and nslookup(!) not working.

    Brief feedback after getting a working configuration up and running. To start with, there was unfortunately no support for "dnsmasq.postconf" in the current firmware release and I couln't bear to install an extra USB drive to accommodate Entware. Anyhow, after running a bunch of...
  5. B

    Dnsmasq and nslookup(!) not working.

    Yeah, thanks for the tip! I figured out that the domain name setting on the dhcp page that forwards the domain name to the clients also sets dnsmasq "local=/domain name/". Now it makes sense why you need to use dnsmasq.postconf to remove that line. I tested to remove the domain name from the...
  6. B

    Dnsmasq and nslookup(!) not working.

    Will try that thanks! Any idea why nslookup won't work or is it the same root cause?
  7. B

    Dnsmasq and nslookup(!) not working.

    Why Is that? We are connected using fiber on the wan port and have always used 192.168.100 as our internal network without problems for several years. The reason is that we previously had problems performing maintenance on the AD servers currently running dhcp/dns. We want to move these...
  8. B

    Dnsmasq and nslookup(!) not working.

    We plan to use DNS redirects for our home office domain "homeoffice.com" to our internal DNS servers but it does not work probably due to a misconfiguration in the router which I'm unable to locate. Problem is no DNS requests for "homeoffice.com" are forwarded from the router to the servers...
Top