Re: [Dnsmasq-discuss] Can one produce a list of IP's assigned by DHCP

2010-12-20 Thread Santiago Zarate
ts.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss -- Atentamente Santiago Zarate Consultoria de Software   +(58) 416 911 3678   santi...@zarate.net.ve «Dar un nuevo paso, articular una nueva palabra, es lo que la gente mas teme.»   - Fyodor Mikhaylovich Dostoyevsky

Re: [Dnsmasq-discuss] New user help, dhcp-hosts

2010-10-14 Thread Santiago Zarate
what's the dnsmasq dhcp log output?... try: log-dhcp 2010/10/13 Mark Goldman > Negative. The only line that contains ignore is commented out. > > #dhcp-ignore=#known > > On Wed, Oct 13, 2010 at 4:12 PM, Mark Goldman > wrote: > > > >> Additionally, if I add the line dhcp-host=mike to my dnsm

Re: [Dnsmasq-discuss] New user help, dhcp-hosts

2010-10-13 Thread Santiago Zarate
If i understand correctly, what you want to do is: "Give the machine claiming name 'mike' the 10.10.10.1 address" You can just add in /etc/hosts : 10.10.10.1mike and restart the service... have a look: http://bit.ly/9D2JzU http://bit.ly/a7DJ1e Though i strongly suggest you to make dnsmasq

Re: [Dnsmasq-discuss] Can I serve two different DHCP domains from a single dnsmasq server?

2010-08-05 Thread Santiago Zarate
if i'm not mistaken, this is possible... but its matter of begin testing... 2010/8/5 Alberto Cuesta-Canada : > Hi all, > > does anyone know if it is possible to send via DHCP hostnames in two > different domains from a single dnsmasq server? > > It should be something like: > > domain=foo,192.1

Re: [Dnsmasq-discuss] DNS from Windows XP SP3 and MacOS X failing.

2010-07-19 Thread Santiago Zarate
can the VMs ping the machine running dnsmasq? are they on the same subnet? 2010/7/19 Simon Kelley : > Neal Sanche wrote: >> Hi All, >> >> I have a virtual machine that I am running Windows XP SP3 as well as >> MacOS X (for testing purposes only, don't tell anyone). I have been >> trying, without s

Re: [Dnsmasq-discuss] DNS does not work (UNCLASSIFIED)

2010-04-26 Thread Santiago Zarate
What record are you trying to dig? a local one?... do the following: Add this to the end of your dnsmasq.conf # The line below address=/pc1.localdomain/10.10.10.100 query your nameserver, having dnsmasq running on 10.10.10.1 do the following from another host: dig @10.10.10.1 pc1.localdomai

Re: [Dnsmasq-discuss] ignoring unknown MACs

2010-04-07 Thread Santiago Zarate
What does syslog says? can you paste the output (put in the conf: log-dhcp) 2010/4/7 Sameer Verma : > On Wed, Apr 7, 2010 at 11:35 AM, Sameer Verma wrote: >> I am using dnsmasq in conjunction with LTSP on Ubuntu Karmic. I am >> using dhcp proxy to pass along the request to our campus DHCP server.

Re: [Dnsmasq-discuss] generating hostname on the fly, base on mac address,

2010-03-05 Thread Santiago Zarate
Hmm, in my organization we have a database with the macadresses, (and the whole computer in fact), we have already a naming scheme for every computer (for example, DSA its for a particular departament, or DIC which is for the IT departament... so, the hostname could be sometimes DIC-01-) which is

Re: [Dnsmasq-discuss] Test release with tag-if support.

2010-02-22 Thread Santiago Zarate
I'm glad to hear this, we're gonna try this here this week... We've got Catalysts 3750 Cisco Switches... ill search arround if its possible to make them send the circuitid and portid. 2010/2/22 Simon Kelley : > ignacio.br...@belden.com wrote: >> Simon Kelley wrote on 20/02/2010 18:48:41: >> >>>

Re: [Dnsmasq-discuss] Test release with tag-if support.

2010-02-18 Thread Santiago Zarate
Before Testing it, few questions: Actually can i use this to tell dnsmask to give an ip address to machine with a specific macaddress on a port of some particular switch? I mean, afaict its all for a range of ips, not fixed adresses Do i need a particular set up? and where i can find documentatio

Re: [Dnsmasq-discuss] DCHP answering every local request. Even if it doesnt exists

2010-02-12 Thread Santiago Zarate
dnsmasq. dnsmasq sends unrecognized names to > the upstream nameserver. (OTOH dnsmasq has a feature designed to > remedy this bad ISP behavior, see bogus-nxdomain) > > On Thu, Feb 11, 2010 at 9:12 AM, Santiago Zarate > wrote: > > Actually, i've been using dnsmasq for quit

[Dnsmasq-discuss] DCHP answering every local request. Even if it doesnt exists

2010-02-11 Thread Santiago Zarate
Actually, i've been using dnsmasq for quite a while... but now... i have a nice problem... if i ping an inexistent/not yet asigned hostname in my network (zhs for example) always i get an answer from the router (who is also the dhcp)...

Re: [Dnsmasq-discuss] Multiple MACs and single IP

2010-02-07 Thread Santiago Zarate
actually you can do this in dnsmasq: this is the line: dhcp-host=00:1f:3c:45:ca:c5,00:1e:ec:08:e7:b4,quaoar,192.168.1.140,infinite this is from the docs: -G, --dhcp-host=[][,id:|*][,net:][,][,][,][,ignore] Have fun :) 2010/2/7 David Kovalsky > > Hi, > > I'd like to suggest a feature to dnsmasq

Re: [Dnsmasq-discuss] DHCP for multiple address not in the eth0

2010-02-03 Thread Santiago Zarate
Have you checked the routing tables?... also... any of the client has ever got a ip from the dhcp server, and can you ping back other clients + server? 2010/2/3 Kiswono Prayogo : > hi, i have tried it.. but how do i debug it? what i mean is how can i > know if there are any DHCP request packet sent

Re: [Dnsmasq-discuss] Logfile rotation

2010-01-25 Thread Santiago Zarate
I would suggest you to use logrotate directly...: http://linux.die.net/man/8/logrotate 2010/1/24 Don Muller : > Hi, > > > > I just started using dnsmasq on my home network. It is running on my QNAP > TS-509 NAS and it works great! > > > > I have a question about log rotation. I know I have to send

Re: [Dnsmasq-discuss] One lease or another

2009-12-31 Thread Santiago Zarate
If i'm not mistaken... and according to the doc... this: dhcp-host=00:1f:3c:45:ca:c5,00:1e:ec:08:e7:b4,quaoar,192.168.1.140,infinite should do what you want, so, 2 macs (no idea if you could place more)... 1 ip... -- Santiago Zarate santi...@zarate.net.ve (+58) 4129864175 (+58) 42410

Re: [Dnsmasq-discuss] DNS pattern response

2009-12-04 Thread Santiago Zarate
add an IPTABLES rule and that's it.. if i'm not mistaken: # DNAT port 80 request comming from LAN systems to squid 3128 ($SQUID_PORT) aka transparent proxy iptables -t nat -A PREROUTING -i $LAN_IN -p tcp --dport 80 -j DNAT --to $SQUID_SERVER:$SQUID_PORT # if it is same system iptables -t nat

Re: [Dnsmasq-discuss] DNS pattern response

2009-12-02 Thread Santiago Zarate
i guess you can use a cname record... address=/wpad.mydomain.net/10.40.60.90 cname=wpad,wpad.mydomain.net tho... i'm pretty sure that cname=wpad,10.40.60.90 will also work... -- Santiago Zarate santi...@zarate.net.ve (+58) 4129864175 (+58) 4241073905

Re: [Dnsmasq-discuss] two stupid questions

2009-11-20 Thread Santiago Zarate
nd then watch the log for changes... in OSX, i have no idea... but looking on google might be a good idea... i have few mac pc's at office.. if i remember... ill check later... >I'd like to resolve these issues to help ensure that my machine is >working properly before rol

Re: [Dnsmasq-discuss] router won't query itsself

2009-08-12 Thread Santiago Zarate
. > > domain .aarcane.info > > domain .aarcane.info. > > search aarcane.info, > > and so on, with every combination of dot before and after domain name, > search name, and mixing and matching both of those. I simply can't get > the local host names to resolve, tho

Re: [Dnsmasq-discuss] router won't query itsself

2009-08-12 Thread Santiago Zarate
isting 127.0.0.1 and my router's IP address in the resolv.conf file, > and none of it seems to help. > > ___ > Dnsmasq-discuss mailing list > Dnsmasq-discuss@lists.thekelleys.org.uk > http://lists.thekelleys.org.uk/mailman/listinfo/dns

Re: [Dnsmasq-discuss] Using Ipv6 on dnsmasq

2009-07-10 Thread Santiago Zarate
Uhm... no problem... i can live with that... also... i forgot to write it in my fist email.. how do i add AAA records? Simon Kelley escribió: Santiago Zarate wrote: Hi, I've been looking for a while on the internet... to see if i can use dnsmasq as a dhcp server... is this possible?...

[Dnsmasq-discuss] Using Ipv6 on dnsmasq

2009-07-08 Thread Santiago Zarate
Hi, I've been looking for a while on the internet... to see if i can use dnsmasq as a dhcp server... is this possible?... if so... how?... any link? or ill have to stick with radvd? Thanks in advance