On 02/18/2009 08:45:17 AM, Robert P. J. Day wrote: > > openwrt-8.09_RC2, happily serving DHCP addresses to a busybox-based > system, but i would like the DHCP client to *not* set a default > gateway for the configured interface and, as it's been explained to > me, what i want to do is remove the gateway option from the openwrt > DHCP service. > > where do i do that? i've poked around the luci interface and i > don't see anything that lets me select or deselect that feature. am i > just missing it?
I can't say about the gateway, but I found the "openwrt way" of configuring dnsmasq not flexible enough for my needs. So, per wiki instructions, I make a my_dnsmasq sort of entry in /etc/rc.d and disabled the standard dnsmasq startup. I directed the daemon to read a dnsmasq.conf file I wrote and read the manual at the dnsmasq site to configure dns and dhcp as I liked it. Dnsmasq is quite flexible, but the luci/openwrt way can't always take advantage of everything it can do. Karl <[email protected]> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein _______________________________________________ openwrt-users mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
