Recent content by lrgt

  1. L

    dnsmasq.conf.add without custom firmware?

    But, can you put a "dhcp-option=66" entry there, and have it stick upon reboot?
  2. L

    dnsmasq.conf.add without custom firmware?

    Thanks, but I don't want to replace the "dhcp-option=lan" line of dnsmasq.conf I want to ADD a line to dnsmasq.conf, that says: dhcp-option=66,"99.99.99.99" Correct? Is a "sed" command appropriate for that? What would be the syntax to add a new code line to dnsmasq.conf, rather than replace...
  3. L

    dnsmasq.conf.add without custom firmware?

    Ok, I'm a newbie here. Trying to do this on an RT-ACRH13 to enable DHCP option #66. This is the line I'm trying to add: dhcp-option=66,"99.99.99.99" Of course 99.99.99.99 is the placeholder for the the IP of my TFTP server I got as far as: mkdir -p /jffs/scripts (DONE) But then when I...
Back
Top