![]() |
Optware.DnsMasq HistoryHide minor edits - Show changes to markup July 23, 2008, at 04:55 PM
by -- added problems
Changed lines 83-86 from:
@] to:
February 23, 2008, at 11:49 PM
by -- formatting only
Changed lines 82-83 from:
to:
@] February 23, 2008, at 11:48 PM
by -- formatting only
Changed lines 24-72 from:
## dns part
# filter what we send upstream
domain-needed
bogus-priv
filterwin2k
# If you don't want dnsmasq to read /etc/resolv.conf or any other
# file, getting its servers for this file instead (see below), then
# uncomment this
no-resolv
# If you don't want dnsmasq to poll /etc/resolv.conf or other resolv
# files for changes and re-read them then uncomment this.
no-poll
# Add other name servers here, with domain specs if they are for
# non-public domains.
# => Dns servers from planet.nl
server=195.121.1.34
server=195.121.1.66
# Add local-only domains here, queries in these domains are answered
# from /etc/hosts or DHCP only.
local=/your.host.name/
# If you want dnsmasq to listen for requests only on specified interfaces
# (and the loopback) give the name of the interface (eg eth0) here.
# Repeat the line for more than one interface.
#interface=
# Or you can specify which interface _not_ to listen on
except-interface=ipx0
# Set this (and domain: see below) if you want to have a domain
# automatically added to simple names in a hosts-file.
expand-hosts
## dhcp part
# enable dhcp (start,end,netmask,leasetime)
#dhcp-authoritative
dhcp-range=192.168.1.100,192.168.1.110,255.255.255.0,48h
# Always allocate the host with ethernet address 00:0E:8E:02:1B:5B
# The IP address 192.168.1.69 (this can be out of the dhcp range
dhcp-host=00:0E:8E:02:1B:5B,192.168.1.69
to:
[@
domain-needed bogus-priv filterwin2k
no-resolv
no-poll
server=195.121.1.34 server=195.121.1.66
local=/your.host.name/
except-interface=ipx0
expand-hosts
dhcp-range=192.168.1.100,192.168.1.110,255.255.255.0,48h
dhcp-host=00:0E:8E:02:1B:5B,192.168.1.69 Changed lines 74-82 from:
# dhcp lease file
dhcp-leasefile=/tmp/dhcp.leases
#default gateway ip (modem)
dhcp-option=3,192.168.1.1
# default dns server (the ip from the nslu2)
dhcp-option=6,192.168.1.77
## end of config file
to:
dhcp-leasefile=/tmp/dhcp.leases
dhcp-option=3,192.168.1.1
dhcp-option=6,192.168.1.77
March 04, 2006, at 09:45 PM
by --
Changed lines 15-82 from:
to:
Dnsmasque.conf:## dns part
# filter what we send upstream
domain-needed
bogus-priv
filterwin2k
# If you don't want dnsmasq to read /etc/resolv.conf or any other
# file, getting its servers for this file instead (see below), then
# uncomment this
no-resolv
# If you don't want dnsmasq to poll /etc/resolv.conf or other resolv
# files for changes and re-read them then uncomment this.
no-poll
# Add other name servers here, with domain specs if they are for
# non-public domains.
# => Dns servers from planet.nl
server=195.121.1.34
server=195.121.1.66
# Add local-only domains here, queries in these domains are answered
# from /etc/hosts or DHCP only.
local=/your.host.name/
# If you want dnsmasq to listen for requests only on specified interfaces
# (and the loopback) give the name of the interface (eg eth0) here.
# Repeat the line for more than one interface.
#interface=
# Or you can specify which interface _not_ to listen on
except-interface=ipx0
# Set this (and domain: see below) if you want to have a domain
# automatically added to simple names in a hosts-file.
expand-hosts
## dhcp part
# enable dhcp (start,end,netmask,leasetime)
#dhcp-authoritative
dhcp-range=192.168.1.100,192.168.1.110,255.255.255.0,48h
# Always allocate the host with ethernet address 00:0E:8E:02:1B:5B
# The IP address 192.168.1.69 (this can be out of the dhcp range
dhcp-host=00:0E:8E:02:1B:5B,192.168.1.69
# dhcp lease file
dhcp-leasefile=/tmp/dhcp.leases
#default gateway ip (modem)
dhcp-option=3,192.168.1.1
# default dns server (the ip from the nslu2)
dhcp-option=6,192.168.1.77
## end of config file
November 07, 2005, at 02:03 AM
by -- quick installation guide
Changed lines 9-15 from:
to:
Installing:
Configuring:
October 24, 2004, at 06:02 AM
by --
Changed lines 1-9 from:
Describe DnsMasq here. to:
Dnsmasq is a combination DNS and DHCP server.
|