Searched refs:dnsmasq (Results 1 – 25 of 47) sorted by relevance
12
1 --- dnsmasq-2.22/rpm/dnsmasq.rh 2005-03-24 09:51:18.000000000 -05002 +++ dnsmasq-2.22/rpm/dnsmasq.rh.new 2005-08-25 10:52:04.310568784 -040010 # processname: dnsmasq11 # pidfile: /var/run/dnsmasq.pid19 + cp /etc/resolv.conf /etc/resolv.conf.dnsmasq20 + cp /etc/dhclient-enter-hooks /etc/dhclient-enter-hooks.dnsmasq21 + sed -e 's/resolv\.conf$/resolv.conf.dnsmasq/' /etc/dhclient-enter-hooks.dnsmasq > /etc/dhc…22 …b]\+\)[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$/\1127.0.0.1/' /etc/resolv.conf.dnsmasq > /etc/resolv.conf27 + if [ -f /etc/dhclient-enter-hooks -a -f /etc/dhclient-enter-hooks.dnsmasq ]; then28 + if [ -f /etc/resolv.conf.dnsmasq ]; then[all …]
2 dnsmasq. I also include my version of dhclient-enter-hooks as3 required for the switchover from pre-dnsmasq and dhclient.6 > I'm trying to use dnsmasq on a laptop in order to facilitate openvpn12 > /etc/dnsmasq.conf to look there for its upstream dns servers.21 > the ipcalc call to set the laptop's hostname. If I start dnsmasq24 > restarting networking and dnsmasq doesn't solve the problem. Perhaps25 > dnsmasq is answering the dhcp request when the network starts?33 > dnsmasq initscript to tweak /etc/dhclient-enter-hooks to change where
3 PKG=/tmp/package-dnsmasq22 rm -rf dnsmasq-$VERSION23 tar xzvf $CWD/dnsmasq-$VERSION.tar.gz24 cd dnsmasq-$VERSION25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit28 chmod 755 $PKG/usr/sbin/dnsmasq30 gzip -9 $PKG/usr/man/man8/dnsmasq.832 if [ -f $$f/man8/dnsmasq.8 ]; then 33 gzip -9 $$f/man8/dnsmasq.8 ; 36 gzip -9 $PKG/usr/man/*/man8/dnsmasq.8[all …]
9 dnsmasq: dnsmasq (small DNS and DHCP server)10 dnsmasq:11 dnsmasq: Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP12 dnsmasq: server. It is designed to provide DNS (and optionally DHCP) to a13 dnsmasq: small network, and can serve the names of local machines which are not14 dnsmasq: in the global DNS. 15 dnsmasq:16 dnsmasq: Dnsmasq was written by Simon Kelley.17 dnsmasq:18 dnsmasq:[all …]
... consider... 11} 12config etc/dnsmasq.conf.new 13config etc/rc.
1 diff -Nau dnsmasq-2.35/src/dnsmasq.h dnsmasq/src/dnsmasq.h2 --- dnsmasq-2.35/src/dnsmasq.h 2006-10-18 16:24:50.000000000 -04003 +++ dnsmasq/src/dnsmasq.h 2006-11-16 22:06:31.000000000 -050012 diff -Nau dnsmasq-2.35/src/forward.c dnsmasq/src/forward.c13 --- dnsmasq-2.35/src/forward.c 2006-10-18 16:24:50.000000000 -040014 +++ dnsmasq/src/forward.c 2006-11-16 22:08:19.000000000 -050026 diff -Nau dnsmasq-2.35/src/option.c dnsmasq/src/option.c27 --- dnsmasq-2.35/src/option.c 2006-10-18 16:24:50.000000000 -040028 +++ dnsmasq/src/option.c 2006-11-16 22:10:36.000000000 -0500
1 diff -ur dnsmasq-2.47/src/forward.c dnsmasq-2.47-patched/src/forward.c2 --- dnsmasq-2.47/src/forward.c 2009-02-01 17:59:48.000000000 +02003 +++ dnsmasq-2.47-patched/src/forward.c 2009-03-18 19:10:22.000000000 +0200
3 Subject: dnsmasq suggestion9 I recently needed a feature in dnsmasq for a very bizarre situation. I 10 placed a list of name servers in a special resolve file and told dnsmasq 12 requests as a failed tcp connection. I wrote the feature into dnsmasq
7 Name: dnsmasq14 URL: http://www.thekelleys.org.uk/dnsmasq58 install -o root -g root -m 755 rpm/rc.dnsmasq-suse $RPM_BUILD_ROOT/etc/init.d/dnsmasq59 install -o root -g root -m 644 dnsmasq.conf.example $RPM_BUILD_ROOT/etc/dnsmasq.conf60 strip $RPM_BUILD_ROOT/usr/sbin/dnsmasq61 ln -sf ../../etc/init.d/dnsmasq $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq79 %{fillup_and_insserv dnsmasq}103 %config /etc/init.d/dnsmasq104 %config /etc/dnsmasq.conf106 /usr/sbin/dnsmasq[all …]
4 To: dnsmasq-discuss@lists.thekelleys.org.uk7 I've found dnsmasq much easier to set up on my home server running Solaris11 for the dnsmasq service. The manifest currently assumes that dnsmasq has12 been installed in '/usr/local/sbin/dnsmasq' and the configuration file in13 '/usr/local/etc/dnsmasq.conf', so you may have to adjust these paths for15 the dnsmasq service:16 # svccfg import dnsmasq.xml17 # svcadm enable dnsmasq21 # svcs -l dnsmasq
28 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME30 if ! dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \35 dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \43 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME54 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
37 all : dnsmasq39 dnsmasq : target43 -f ../bld/Makefile dnsmasq 47 rm -f $(SRC)/*.o $(SRC)/dnsmasq.a $(SRC)/dnsmasq core */core53 $(INSTALL) -m 644 $(MAN)/dnsmasq.8 $(DESTDIR)$(MANDIR)/man8 54 $(INSTALL) -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)61 -f ../bld/Makefile dnsmasq 73 @cd $(SRC) && $(MAKE) XGETTEXT=$(XGETTEXT) -f ../bld/Makefile dnsmasq.pot75 echo -n msgmerge $$f && $(MSGMERGE) --no-wrap -U $$f ../$(SRC)/dnsmasq.pot; \
1 Q: Why does dnsmasq open UDP ports >1024 as well as port 53.4 A: The high ports that dnsmasq opens are for replies from the upstream5 nameserver(s). Queries from dnsmasq to upstream nameservers are sent8 to stop DNS queries from the outside world. If dnsmasq sent its queries11 This is not a security hole since dnsmasq will only accept replies to that13 which dnsmasq has forwarded, otherwise they are dropped too.15 Addendum: dnsmasq now has the option "query-port" (-Q), which allows21 DNS protocol, dnsmasq from version 2.43 has changed behavior. It28 Q: Why doesn't dnsmasq support DNS queries over TCP? Don't the RFC's specify41 exist, and won't exist for <n> hours" so dnsmasq saved that information so[all …]
1 # Configuration file for dnsmasq.5 # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.8 # tell dnsmasq to filter out queries which the public DNS cannot24 # dnsmasq (via srv-host= lines) are not suppressed by it.31 # By default, dnsmasq will send queries to any of the upstream33 # to be up. Uncommenting this forces dnsmasq to try each query38 # If you don't want dnsmasq to read /etc/resolv.conf or any other43 # If you don't want dnsmasq to poll /etc/resolv.conf or other resolv67 # You can control how dnsmasq talks to a server: this forces 76 # If you want dnsmasq to change uid and gid to something other[all …]
4 dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o bpf.o \10 dnsmasq : $(OBJS) target13 dnsmasq.pot : $(OBJS:.o=.c) dnsmasq.h config.h14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)16 %.mo : ../po/%.po dnsmasq.pot17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
6 and that /etc/dnsmasq.conf contains the line10 Because dnsmasq can operate stand-alone from the DBus, and may need to provide14 connection establishment are both logged. When dnsmasq establishes a16 the server settings in dnsmasq should re-invoke the SetServers method17 (q.v.) when it sees this signal. This allows dnsmasq to be restarted21 Dnsmasq provides one service on the DBus: uk.org.thekelleys.dnsmasq22 and a single object: /uk/org/thekelleys/dnsmasq35 Returns a string containing the version of dnsmasq running.40 /etc/hosts. The same as sending dnsmasq a HUP signal.45 upstream DNS servers to be used by dnsmasq. IPv4 addresses are[all …]
1 diff -Nur dnsmasq-2.39-orig/bld/Makefile dnsmasq-2.39/bld/Makefile2 --- dnsmasq-2.39-orig/bld/Makefile 2007-02-17 14:37:06.000000000 +01003 +++ dnsmasq-2.39/bld/Makefile 2007-05-20 18:23:44.000000000 +020010 dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o bpf.o \13 diff -Nur dnsmasq-2.39-orig/src/dnsmasq.h dnsmasq-2.39/src/dnsmasq.h14 --- dnsmasq-2.39-orig/src/dnsmasq.h 2007-04-20 12:53:38.000000000 +020015 +++ dnsmasq-2.39/src/dnsmasq.h 2007-05-20 19:50:37.000000000 +020044 diff -Nur dnsmasq-2.39-orig/src/option.c dnsmasq-2.39/src/option.c45 --- dnsmasq-2.39-orig/src/option.c 2007-04-19 23:34:49.000000000 +020046 +++ dnsmasq-2.39/src/option.c 2007-05-20 20:15:15.000000000 +0200[all …]
5 not exist in the DNS if dnsmasq's DDNS function is in use.19 By giving dnsmasq the leasefile-ro command, it no longer creates or writes a22 dnsmasq will run27 be in dnsmasq leasefile format.34 is done by the lease-change script which dnsmasq runs when a lease is38 So, dnsmasq should be run as :40 dnsmasq --leasefile-ro --dhcp-script=/path/to/lease_update.sh42 or the same flags added to /etc/dnsmasq.conf48 This needs dnsmasq-2.33 or later to work.64 Any UI script which reads the dnsmasq leasefile will have to be
1 # Finnish translations for dnsmasq package.7 "Project-Id-Version: dnsmasq 2.24\n"316 msgid "Display dnsmasq version and copyright information."437 msgid "Allow access only to files owned by the user running dnsmasq."512 "Usage: dnsmasq [options]\n"677 msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)"805 #: network.c:417 dnsmasq.c:189881 #: dnsmasq.c:146885 #: dnsmasq.c:151889 #: dnsmasq.c:170[all …]
1 # Portuguese translations for dnsmasq package.7 "Project-Id-Version: dnsmasq 2.26\n"316 msgid "Display dnsmasq version and copyright information."437 msgid "Allow access only to files owned by the user running dnsmasq."512 "Usage: dnsmasq [options]\n"677 msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)"805 #: network.c:417 dnsmasq.c:189881 #: dnsmasq.c:146885 #: dnsmasq.c:151889 #: dnsmasq.c:170[all …]
1 # Italian translations for dnsmasq package.7 "Project-Id-Version: dnsmasq 2.32\n"316 msgid "Display dnsmasq version and copyright information."437 msgid "Allow access only to files owned by the user running dnsmasq."512 "Usage: dnsmasq [options]\n"677 msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)"805 #: network.c:417 dnsmasq.c:189881 #: dnsmasq.c:146885 #: dnsmasq.c:151889 #: dnsmasq.c:170[all …]
1 # German translations for dnsmasq package.7 "Project-Id-Version: dnsmasq 2.24\n"352 msgid "Display dnsmasq version and copyright information."473 msgid "Allow access only to files owned by the user running dnsmasq."548 "Usage: dnsmasq [options]\n"715 msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)"848 #: network.c:417 dnsmasq.c:189924 #: dnsmasq.c:146928 #: dnsmasq.c:151932 #: dnsmasq.c:170[all …]
6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \9 LOCAL_MODULE := dnsmasq11 LOCAL_C_INCLUDES := external/dnsmasq/src