Hi,
I am trying to configure proxy dns/split dns, currently I have the following:
+ dns {
+ dns-proxy {
+ interface {
+ ge-0/0/1.0;
+ }
+ default-domain domain.local {
+ forwarders {
+ 8.8.8.8;
+ }
+ }
+ view domain2 {
+ match-clients 192.168.1.5/32;
+ match-clients 192.168.1.6/32;
+ domain domain2.local {
+ forwarders {
+ 172.16.1.1;
+ }
+ }
+ }
+ }
+ }
From what I am aware my current configuration makes 192.168.1.5 and 192.168.1.6 use 172.16.1.1 only, I want clients DNS for 192.168.1.5 and 192.168.1.6 internet traffic to forward via 8.8.8.8 and any traffic destined for 172.16.1.10 (msr.lan.com) to use DNS server 172.16.1.1.
Is there a way to do this and what would the configuration look like.
Thankyou.
#dns#dns-proxy#splitdns