Re: [j-nsp] Source address for DNS queries

2011-04-14 Thread Glenn Krutsinger
Under 10.2r3 (and 10.0), source NAT from the loopback doesn't work, so, if you are trying to resolve public DNS, it will fail. I am not sure if this has been fixed, if anyone has it working, I'd love to know how and what version. JTAC's answer is, Disable default-address-selection. Not trying to

Re: [j-nsp] Source address for DNS queries

2011-04-14 Thread Alexander Shikoff
On Thu, Apr 14, 2011 at 06:45:12AM +1000, Chris Kawchuk wrote: You could try: system { default-address-selection; } This will try to source all router-initiated management traffic from your loopback address. - Chris. Thanks Chris! It works now. -- MINO-RIPE

Re: [j-nsp] Source address for DNS queries

2011-04-13 Thread Chris Kawchuk
You could try: system { default-address-selection; } This will try to source all router-initiated management traffic from your loopback address. - Chris. On 2011-04-13, at 8:58 PM, Alexander Shikoff wrote: Hello, is it possible to specify source IP address for DNS queries in JunOS?