Search results

  • 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. helluvamatt

    Problem with Manually Assigned IP

    I have this same issue, but I wrote a script that should take care of it: # Preparing static DHCP-DNS static=`nvram get dhcp_staticlist` dnsmasq_conf=/tmp/etc/dnsmasq.conf echo "domain-needed" >> $dnsmasq_conf for entry in ${static//\</ } ; do fc=0 h_mac= h_ip=...
Top