Re: [Pdns-users] Multiple IP?

2009-07-11 Thread SoloUnAltroNick
Right, tha't just what i was meaning :D Da: Duane at e164 dot org A: pdns-users Inviato: Sabato 11 luglio 2009, 14:01:39 Oggetto: Re: [Pdns-users] Multiple IP? SoloUnAltroNick wrote: > Hi Leen, > > "It is highly advised to bind to specific interfaces and not

Re: [Pdns-users] Multiple IP?

2009-07-11 Thread Duane at e164 dot org
SoloUnAltroNick wrote: > Hi Leen, > > "It is highly advised to bind to specific interfaces and not use the > default 'bind to any'. This causes > big problems if you have multiple IP addresses. Unix does not provide a > way of figuring out what IP > address a packet was sent to when binding to any

Re: [Pdns-users] Multiple IP?

2009-07-11 Thread SoloUnAltroNick
Hi Leen, "It is highly advised to bind to specific interfaces and not use the default 'bind to any'. This causes big problems if you have multiple IP addresses. Unix does not provide a way of figuring out what IP address a packet was sent to when binding to any."" Ok, so it seems an unix-relate

Re: [Pdns-users] Multiple IP?

2009-07-11 Thread Leen Besselink
SoloUnAltroNick wrote: > Hi, > > on my server i have 2 network interfaces. > > With the default option: > > local-address=0.0.0.0 > > Server doesn't respond. And in the documentation, it's written that this > value so configured make PDNS listening on all interfaces. > > If i set it with my 2

[Pdns-users] Multiple IP?

2009-07-11 Thread SoloUnAltroNick
Hi, on my server i have 2 network interfaces. With the default option: local-address=0.0.0.0 Server doesn't respond. And in the documentation, it's written that this value so configured make PDNS listening on all interfaces. If i set it with my 2 IP (so all interfaces) it works. Any idea? T