Hello,
For several years now I have been using dnsmasq + /etc/hosts to provide
DNS for my home network. DHCP has been provided by the ISC dhcpd
server on the same system. Given the flux of systems on the network
only the GNU/Linux boxes have entries in /etc/hosts with dhcpd doing a
reasonable j
On 21/04/11 19:49, Bill C Riemers wrote:
> Strange why would you want use_tempaddr=1? If you use_tempaddr=0,
you addresses will be assigned based on the radvd network prefix and the
mac address of the device. You IPv6 addresses will be the same
everytime, unless your network prefix changes, or
On 21/04/11 21:13, /dev/rob0 wrote:
> On Thu, Apr 21, 2011 at 08:06:50PM +0100, Freddie Witherden wrote:
>> On 21/04/11 19:49, Bill C Riemers wrote:
>>> Strange why would you want use_tempaddr=1? If you use_tempaddr=0,
>>> you addresses will be assigned based on the ra
Hello,
Currently my set-up consists of the ISC DHCP server and dnsmasq. I am
in the process of trying to switch entirely to dnsmasq. One of the nice
features of the ISC server is that it attempts to give repeat customers
the same IP address each time.
This is convenient as it allows me to conne
On Thu, 14 Jul 2011 09:24:18 +0100, Simon Kelley
wrote:
> Dnsmasq attempts to do that same thing, but the implementation is a bit
> different. Instead of keeping records of all clients almost forever, it
> allocates IP addresses using a hash of the client's MAC address, so
> normally the same clie
On 17/07/11 23:30, Ed W wrote:
> Additionally, I failed to realise that you can put the "dhcp-hostsfile="
> line in your conf file (to avoid potentially hacking a distro supplied
> init file). I personally find this option more useful than /etc/ethers...
>
> And yes it does work nicely in practic
Hello,
I have a bridged network interface, br0, which is made up of eth0 (my
internal LAN) and tap[0,1] (my bridged VPN adapters). dnsmasq listens
on br0 and handles DHCP for my network.
What I am wondering is if there is any means for dnsmasq to detect DHCP
requests from tap1 and handle them di