Re: DNS and Remote Host over VPN

2013-07-10 Thread Lawrence K. Chen, P.Eng.
You probably have a split-tunnel VPN, so using local DNS is only resolving what external users can see. Change your client to use the internal DNS server to have it resolve internal view hosts. - Original Message - > Hi Steve > > this is the output commands: > > dig pc12.mydomain.co

Re: DNS and Remote Host over VPN

2013-07-10 Thread Steven Carr
On 10 July 2013 17:54, IT Support wrote: > ** server can't findpc12.mydomain.com: NXDOMAIN So according to BIND the record doesn't exist. Did you reload BIND after adding the record? check the entry you have added into the zone and check the log files to make sure BIND loads the zone properly. C

RE: DNS and Remote Host over VPN

2013-07-10 Thread Gary Gladney
You can give "A" record any IP address whether it's in your network or not. What you can't give it PTR record not in your network. Gary From: bind-users-bounces+gladney=stsci@lists.isc.org [mailto:bind-users-bounces+gladney=stsci@lists.isc.org] On Behalf Of IT Support Sent: Wednesday

Re: DNS and Remote Host over VPN

2013-07-10 Thread IT Support
Hi Steve this is the output commands: dig pc12.mydomain.com ; <<>> DiG 9.6-ESV-R4 <<>> pc12.mydomain.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 28662 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTIO

Re: DNS and Remote Host over VPN

2013-07-10 Thread Steven Carr
On 10 July 2013 17:34, IT Support wrote: > I already add a address record on my internal view for that remote host, if > I ping this host by IP address i got answer, but if i ping the same host by > name i got this message: > ping: unknown host In future please copy/paste the commands you have r