Re: Different forwarder for certain response ip (result ip )

2017-09-16 Thread Omid Kosari via bind-users
2nd scenario is mine . Upstream manipulated everything on 53 tcp/udp . Even if i query a non-existent dns-server it returns result ;) C:\WINDOWS\system32>nslookup newsroom.fb.com 8.8.8.254 Server: UnKnown Address: 8.8.8.254 Non-authoritative answer: Name:newsroom.fb.com Addresses: 1.2.3.4

Re: Different forwarder for certain response ip (result ip )

2017-09-16 Thread Omid Kosari via bind-users
I asked a technical question . Please answer technically if you know the answer . Else your answer just take others time . Thanks inn advance -- Sent from: http://bind-users-forum.2342410.n4.nabble.com/ ___ Please visit https://lists.isc.org/mailman/

Re: Different forwarder for certain response ip (result ip )

2017-09-16 Thread Omid Kosari via bind-users
Wow . I love active community . Actually my situation is a bit strange . But as explanation i can say that our upstream provider do dns manipulation on normal ports 53 tcp/udp (please don't ask why). We may not use vpn or tunnels . The only way is using alternate ports as forwarders. But i can no

Different forwarder for certain response ip (result ip )

2017-09-16 Thread Omid Kosari via bind-users
Hello, This is my first post to this mailing list . I have a caching bind dns server with forwarders like this . forwarders { 8.8.8.8; 8.8.4.4; }; I want to use another forwarders if the response of the query is for example 1.2.3.4 I've found that rpz-ip is what i want but i was