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
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
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
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
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
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
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.
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
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:
>>
>>>
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
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
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)...
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
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
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
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
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
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
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
.
>
> 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
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
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?...
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
23 matches
Mail list logo