Re: [Pdns-users] PowerDNS in an ISP environment

2011-08-16 Thread Brad Dameron (Ericsson)
> Hi Bert,
> 
> > The best I can do is refer to this thread, which lists some data
> points: http://mailman.powerdns.com/pipermail/pdns-users/2011-
> May/007719.html
> 
>  Cheers, that's a good start :)
> 
> > Measuring the 'company domain name' with fpdns is of limited utility
> - the company domain name itself is often not on the ISP production
> platform.
> 
>  Yes I know, it more was I was expecting pdns or no match, but it came
> back with bind.
> 
>  It's not so much the question of "is this supported 24x7" etc, I`m
> already impressed with the level of support provided on these lists
> which your response is a fine example of which says how good the
> commercial support would be. We may go down that route but I think
> their feedback is really more just about a name. My direct manager
> knows Bind, so I have to justify "not bind", if you see what I mean.
> 
> Thanks
> 
> Chris
> 

We are one of these large ISP's. We use it for auth and recursive. Why not to 
use BIND isn't hard to justify. Break out the exploit lists for BIND vs 
PowerDNS. Then break out the performance metrics. PowerDNS is hands down the 
winner. So much so that I have talked several other companies into converting 
to it. 

Brad

This email may contain confidential and privileged material for the sole use of 
the intended recipient. Any review, use, distribution or disclosure by others 
is strictly prohibited. If you are not the intended recipient (or authorized to 
receive for the recipient), please contact the sender by reply email and delete 
all copies of this message.


___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] Constantly increasing memory usage

2011-10-18 Thread Brad Dameron (Ericsson)

From: pdns-users-boun...@mailman.powerdns.com 
[mailto:pdns-users-boun...@mailman.powerdns.com] On Behalf Of ad...@cu.cc
Sent: Tuesday, October 18, 2011 6:02 AM
To: Pdns-users@mailman.powerdns.com
Subject: Re: [Pdns-users] Constantly increasing memory usage


Nils, sorry about not confirming the packages at the very beginning. It was 
installed as part of another product we bought some time ago and only when we 
had to move servers recently did we realize that we are actually using 
PowerDNS. As mentioned above I confirm that the package is version 2.9.21 by 
running the command pdns_control version I think it was installed from a binary 
image, but again I am not 100% sure on that either. BTW when I ran: root@cu 
[~]# rpm -q pdns-server it gives me an error message:
package pdns-server is not installed. And when I ran rpm -qa pdns-server it did 
not return anything.



You can do a rpm -qa | grep pdns

Brad



This email may contain confidential and privileged material for the sole use of 
the intended recipient. Any review, use, distribution or disclosure by others 
is strictly prohibited. If you are not the intended recipient (or authorized to 
receive for the recipient), please contact the sender by reply email and delete 
all copies of this message.

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


[Pdns-users] forward-zones-recurse

2012-02-03 Thread Brad Dameron (Ericsson)
I see this is in the newer recursor. Could this be used to forward all 
requests? What I am trying to do, and will look at using lua to do, is to 
forward all requests from certain IP addresses to another recursor but do DNS 
replies for other IP's.

Example:
Customer IP:
1.1.1.1   --- Forwarded
4.2.3.1   --- Forwarded

1.1.1.2   --- DNS Resolved
1.1.1.3   --- DNS Resolved

I need to use LUA because these IP's could change on the fly. Is this possible?

Brad



This email may contain confidential and privileged material for the sole use of 
the intended recipient. Any review, use, distribution or disclosure by others 
is strictly prohibited. If you are not the intended recipient (or authorized to 
receive for the recipient), please contact the sender by reply email and delete 
all copies of this message.

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] forward-zones-recurse

2012-02-04 Thread Brad Dameron (Ericsson)
> 
> Hello Brad,
> 
> On Feb 3, 2012, at 21:18 , Brad Dameron (Ericsson) wrote:
> 
> > I see this is in the newer recursor. Could this be used to forward
> all requests? What I am trying to do, and will look at using lua to do,
> is to forward all requests from certain IP addresses to another
> recursor but do DNS replies for other IP's.
> >
> > Example:
> > Customer IP:
> > 1.1.1.1   --- Forwarded
> > 4.2.3.1   --- Forwarded
> >
> > 1.1.1.2   --- DNS Resolved
> > 1.1.1.3   --- DNS Resolved
> >
> > I need to use LUA because these IP's could change on the fly. Is this
> possible?
> 
> forward-zones-recurse forwards questions while keeping the RD bit on.
> However, I don't believe you can control this from Lua on a per-request
> basis.
> 
> Could you say a bit more about what problem you are trying to solve?
> 

I have a customer that needs me to able to forward DNS or change the users DNS 
via DHCP to the customers DNS on the fly. This is done if the user exceeds 
certain bandwidth limitations and allows the customer to redirect the user to a 
billing page or what not. DHCP can be used to do this but there is the lease 
time delay. I was thinking this could be done easier with my local DNS. That 
way I don't have to make any changes to DHCP and handle it much faster. I was 
hoping I could use forward-zones-recurse to forward certain users DNS to the 
customers DNS when required.

Thanks,
Brad

This email may contain confidential and privileged material for the sole use of 
the intended recipient. Any review, use, distribution or disclosure by others 
is strictly prohibited. If you are not the intended recipient (or authorized to 
receive for the recipient), please contact the sender by reply email and delete 
all copies of this message.


___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users