Networking Forums

Networking Forums > Computer Networking > Windows Networking > dns problem on w2003 vpn

Reply
Thread Tools Display Modes

dns problem on w2003 vpn

 
 
Martin Zizka
Guest
Posts: n/a

 
      09-16-2004, 04:59 PM
Good day,

I have this scenario - three servers: linux as internet router, Windows2003
as domain controller (with DNS server) and second Windows2003 as VPN server.
The VPN server is not directly connected to the internet, it only serves as
VPN access server - it's hidden behind a NAT on the linux router. Everything
works fine - I can connect to the VPN from internet, from the remote client
I can see all computers inside the company, dns works fine.

The problem is on the opposite way - I cannot access the remote computer
from the intranet using its name. I can only access it using the IP address.
It seems to me, that it does not register the name in the DNS. Is there any
way to do this?

I have set the VPN server to use DHCP, when I looked into the DHCP (that
runs on the domain controller) there are some leases for the VPN but with
name of the VPN server - it seems that the VPN server asks for some
addresses and then when it receives connection it uses one of that leases.
Is it possible to force the VPN server not to ask for the address, but let
the VPN client ask for the address itself - i think that then it will
register to the DNS, am I right?

Martin


 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      09-17-2004, 04:38 AM
You can probably get the client to register in DNS by fiddling with the
client settings (and perhaps the security settings), but what DNS zone would
you register it with? If you have lots of remote clients, it might be worth
setting up a special DNS zone for them. Then all the remotes currently
connected would have entries in that zone (say remotes.mydomain.whatever).

"Martin Zizka" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Good day,
>
> I have this scenario - three servers: linux as internet router,
> Windows2003 as domain controller (with DNS server) and second Windows2003
> as VPN server. The VPN server is not directly connected to the internet,
> it only serves as VPN access server - it's hidden behind a NAT on the
> linux router. Everything works fine - I can connect to the VPN from
> internet, from the remote client I can see all computers inside the
> company, dns works fine.
>
> The problem is on the opposite way - I cannot access the remote computer
> from the intranet using its name. I can only access it using the IP
> address. It seems to me, that it does not register the name in the DNS. Is
> there any way to do this?
>
> I have set the VPN server to use DHCP, when I looked into the DHCP (that
> runs on the domain controller) there are some leases for the VPN but with
> name of the VPN server - it seems that the VPN server asks for some
> addresses and then when it receives connection it uses one of that leases.
> Is it possible to force the VPN server not to ask for the address, but let
> the VPN client ask for the address itself - i think that then it will
> register to the DNS, am I right?
>
> Martin
>



 
Reply With Quote
 
Ryan
Guest
Posts: n/a

 
      09-17-2004, 05:18 AM
"Martin Zizka" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Good day,
>
> I have this scenario - three servers: linux as internet router, Windows2003
> as domain controller (with DNS server) and second Windows2003 as VPN server.
> The VPN server is not directly connected to the internet, it only serves as
> VPN access server - it's hidden behind a NAT on the linux router. Everything
> works fine - I can connect to the VPN from internet, from the remote client
> I can see all computers inside the company, dns works fine.
>
> The problem is on the opposite way - I cannot access the remote computer
> from the intranet using its name. I can only access it using the IP address.
> It seems to me, that it does not register the name in the DNS. Is there any
> way to do this?
>
> I have set the VPN server to use DHCP, when I looked into the DHCP (that
> runs on the domain controller) there are some leases for the VPN but with
> name of the VPN server - it seems that the VPN server asks for some
> addresses and then when it receives connection it uses one of that leases.
> Is it possible to force the VPN server not to ask for the address, but let
> the VPN client ask for the address itself - i think that then it will
> register to the DNS, am I right?
>
> Martin


You need to add an A record to your DNS which will associate a name to
the IP address.
 
Reply With Quote
 
Martin Zizka
Guest
Posts: n/a

 
      09-17-2004, 10:16 AM
Well, but I cannot add an entry when I don't know the IP adress. The VPN
server assigns to client any address from its pool, so each time I access
the VPN I got unique IP.

"Ryan" <(E-Mail Removed)> píse v diskusním príspevku
news:(E-Mail Removed) om...
> "Martin Zizka" <(E-Mail Removed)> wrote in message
> news:<(E-Mail Removed)>...
>> Good day,
>>
>> I have this scenario - three servers: linux as internet router,
>> Windows2003
>> as domain controller (with DNS server) and second Windows2003 as VPN
>> server.
>> The VPN server is not directly connected to the internet, it only serves
>> as
>> VPN access server - it's hidden behind a NAT on the linux router.
>> Everything
>> works fine - I can connect to the VPN from internet, from the remote
>> client
>> I can see all computers inside the company, dns works fine.
>>
>> The problem is on the opposite way - I cannot access the remote computer
>> from the intranet using its name. I can only access it using the IP
>> address.
>> It seems to me, that it does not register the name in the DNS. Is there
>> any
>> way to do this?
>>
>> I have set the VPN server to use DHCP, when I looked into the DHCP (that
>> runs on the domain controller) there are some leases for the VPN but with
>> name of the VPN server - it seems that the VPN server asks for some
>> addresses and then when it receives connection it uses one of that
>> leases.
>> Is it possible to force the VPN server not to ask for the address, but
>> let
>> the VPN client ask for the address itself - i think that then it will
>> register to the DNS, am I right?
>>
>> Martin

>
> You need to add an A record to your DNS which will associate a name to
> the IP address.



 
Reply With Quote
 
Martin Zizka
Guest
Posts: n/a

 
      09-17-2004, 10:25 AM
There are about 20 clients that use the VPN connection. Well do you know how
to "fiddle with the client settings"? The only option that has anything to
do with the DNS is in advanced setting of TCP/IP where is something like
"register addresses of this connection in DNS system"... I've checked that,
but nothing has changed.

Martin

"Bill Grant" <not.available@online> píše v diskusním příspěvku
news:uI$$(E-Mail Removed)...
> You can probably get the client to register in DNS by fiddling with the
> client settings (and perhaps the security settings), but what DNS zone
> would you register it with? If you have lots of remote clients, it might
> be worth setting up a special DNS zone for them. Then all the remotes
> currently connected would have entries in that zone (say
> remotes.mydomain.whatever).
>
> "Martin Zizka" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Good day,
>>
>> I have this scenario - three servers: linux as internet router,
>> Windows2003 as domain controller (with DNS server) and second Windows2003
>> as VPN server. The VPN server is not directly connected to the internet,
>> it only serves as VPN access server - it's hidden behind a NAT on the
>> linux router. Everything works fine - I can connect to the VPN from
>> internet, from the remote client I can see all computers inside the
>> company, dns works fine.
>>
>> The problem is on the opposite way - I cannot access the remote computer
>> from the intranet using its name. I can only access it using the IP
>> address. It seems to me, that it does not register the name in the DNS.
>> Is there any way to do this?
>>
>> I have set the VPN server to use DHCP, when I looked into the DHCP (that
>> runs on the domain controller) there are some leases for the VPN but with
>> name of the VPN server - it seems that the VPN server asks for some
>> addresses and then when it receives connection it uses one of that
>> leases. Is it possible to force the VPN server not to ask for the
>> address, but let the VPN client ask for the address itself - i think that
>> then it will register to the DNS, am I right?
>>
>> Martin
>>

>
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      09-18-2004, 01:58 AM
Which is why you need to have the client register itself in DNS. In the
connection properties of the client, check that you have a valid DNS suffix
defined and tick the "register this connection in DNS". Check that the
client is receiving the correct DNS address at connection.

If the client doesn't register, it is probably a security setting
somewhere preventing it, and you should get an entry in the event log.

"Martin Zizka" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Well, but I cannot add an entry when I don't know the IP adress. The VPN
> server assigns to client any address from its pool, so each time I access
> the VPN I got unique IP.
>
> "Ryan" <(E-Mail Removed)> píse v diskusním príspevku
> news:(E-Mail Removed) om...
>> "Martin Zizka" <(E-Mail Removed)> wrote in message
>> news:<(E-Mail Removed)>...
>>> Good day,
>>>
>>> I have this scenario - three servers: linux as internet router,
>>> Windows2003
>>> as domain controller (with DNS server) and second Windows2003 as VPN
>>> server.
>>> The VPN server is not directly connected to the internet, it only serves
>>> as
>>> VPN access server - it's hidden behind a NAT on the linux router.
>>> Everything
>>> works fine - I can connect to the VPN from internet, from the remote
>>> client
>>> I can see all computers inside the company, dns works fine.
>>>
>>> The problem is on the opposite way - I cannot access the remote computer
>>> from the intranet using its name. I can only access it using the IP
>>> address.
>>> It seems to me, that it does not register the name in the DNS. Is there
>>> any
>>> way to do this?
>>>
>>> I have set the VPN server to use DHCP, when I looked into the DHCP (that
>>> runs on the domain controller) there are some leases for the VPN but
>>> with
>>> name of the VPN server - it seems that the VPN server asks for some
>>> addresses and then when it receives connection it uses one of that
>>> leases.
>>> Is it possible to force the VPN server not to ask for the address, but
>>> let
>>> the VPN client ask for the address itself - i think that then it will
>>> register to the DNS, am I right?
>>>
>>> Martin

>>
>> You need to add an A record to your DNS which will associate a name to
>> the IP address.

>
>



 
Reply With Quote
 
Martin Zizka
Guest
Posts: n/a

 
      09-18-2004, 08:44 AM
Yes, I do have this set on the client side, but even then it doesnot work.
I've checked eventlogs on client and server - on the client is only
notification about sucess connection in System log and on the server is
notification about connection in the Security log - there are only
information about type of the connection, privileges and account that is
trying to logon. But no error nor any warning anywhere.

"Bill Grant" <not.available@online> píše v diskusním příspěvku
news:(E-Mail Removed)...
> Which is why you need to have the client register itself in DNS. In the
> connection properties of the client, check that you have a valid DNS
> suffix defined and tick the "register this connection in DNS". Check that
> the client is receiving the correct DNS address at connection.
>
> If the client doesn't register, it is probably a security setting
> somewhere preventing it, and you should get an entry in the event log.
>
> "Martin Zizka" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Well, but I cannot add an entry when I don't know the IP adress. The VPN
>> server assigns to client any address from its pool, so each time I access
>> the VPN I got unique IP.
>>
>> "Ryan" <(E-Mail Removed)> píse v diskusním príspevku
>> news:(E-Mail Removed) om...
>>> "Martin Zizka" <(E-Mail Removed)> wrote in message
>>> news:<(E-Mail Removed)>...
>>>> Good day,
>>>>
>>>> I have this scenario - three servers: linux as internet router,
>>>> Windows2003
>>>> as domain controller (with DNS server) and second Windows2003 as VPN
>>>> server.
>>>> The VPN server is not directly connected to the internet, it only
>>>> serves as
>>>> VPN access server - it's hidden behind a NAT on the linux router.
>>>> Everything
>>>> works fine - I can connect to the VPN from internet, from the remote
>>>> client
>>>> I can see all computers inside the company, dns works fine.
>>>>
>>>> The problem is on the opposite way - I cannot access the remote
>>>> computer
>>>> from the intranet using its name. I can only access it using the IP
>>>> address.
>>>> It seems to me, that it does not register the name in the DNS. Is there
>>>> any
>>>> way to do this?
>>>>
>>>> I have set the VPN server to use DHCP, when I looked into the DHCP
>>>> (that
>>>> runs on the domain controller) there are some leases for the VPN but
>>>> with
>>>> name of the VPN server - it seems that the VPN server asks for some
>>>> addresses and then when it receives connection it uses one of that
>>>> leases.
>>>> Is it possible to force the VPN server not to ask for the address, but
>>>> let
>>>> the VPN client ask for the address itself - i think that then it will
>>>> register to the DNS, am I right?
>>>>
>>>> Martin
>>>
>>> You need to add an A record to your DNS which will associate a name to
>>> the IP address.

>>
>>

>
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      09-18-2004, 11:03 PM
That is odd. I would expect a message about the DNS failure to register. I
have used this method in a small test network and the clients registerd when
they connected (and the entry was removed from DNS when the connection
closed).

"Martin Zizka" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Yes, I do have this set on the client side, but even then it doesnot work.
> I've checked eventlogs on client and server - on the client is only
> notification about sucess connection in System log and on the server is
> notification about connection in the Security log - there are only
> information about type of the connection, privileges and account that is
> trying to logon. But no error nor any warning anywhere.
>
> "Bill Grant" <not.available@online> píše v diskusním příspěvku
> news:(E-Mail Removed)...
>> Which is why you need to have the client register itself in DNS. In the
>> connection properties of the client, check that you have a valid DNS
>> suffix defined and tick the "register this connection in DNS". Check that
>> the client is receiving the correct DNS address at connection.
>>
>> If the client doesn't register, it is probably a security setting
>> somewhere preventing it, and you should get an entry in the event log.
>>
>> "Martin Zizka" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Well, but I cannot add an entry when I don't know the IP adress. The VPN
>>> server assigns to client any address from its pool, so each time I
>>> access the VPN I got unique IP.
>>>
>>> "Ryan" <(E-Mail Removed)> píse v diskusním príspevku
>>> news:(E-Mail Removed) om...
>>>> "Martin Zizka" <(E-Mail Removed)> wrote in message
>>>> news:<(E-Mail Removed)>...
>>>>> Good day,
>>>>>
>>>>> I have this scenario - three servers: linux as internet router,
>>>>> Windows2003
>>>>> as domain controller (with DNS server) and second Windows2003 as VPN
>>>>> server.
>>>>> The VPN server is not directly connected to the internet, it only
>>>>> serves as
>>>>> VPN access server - it's hidden behind a NAT on the linux router.
>>>>> Everything
>>>>> works fine - I can connect to the VPN from internet, from the remote
>>>>> client
>>>>> I can see all computers inside the company, dns works fine.
>>>>>
>>>>> The problem is on the opposite way - I cannot access the remote
>>>>> computer
>>>>> from the intranet using its name. I can only access it using the IP
>>>>> address.
>>>>> It seems to me, that it does not register the name in the DNS. Is
>>>>> there any
>>>>> way to do this?
>>>>>
>>>>> I have set the VPN server to use DHCP, when I looked into the DHCP
>>>>> (that
>>>>> runs on the domain controller) there are some leases for the VPN but
>>>>> with
>>>>> name of the VPN server - it seems that the VPN server asks for some
>>>>> addresses and then when it receives connection it uses one of that
>>>>> leases.
>>>>> Is it possible to force the VPN server not to ask for the address, but
>>>>> let
>>>>> the VPN client ask for the address itself - i think that then it will
>>>>> register to the DNS, am I right?
>>>>>
>>>>> Martin
>>>>
>>>> You need to add an A record to your DNS which will associate a name to
>>>> the IP address.
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
W2003 Client FTP problem Andrew Kennard Windows Networking 1 10-29-2008 10:29 AM
W2003 server share problem Jarmo Windows Networking 1 01-18-2007 02:45 PM
VPN problem with W2003 Std Neil Jarman Windows Networking 2 01-31-2006 05:24 PM
NFS problem on W2003 using SFU Julian Windows Networking 0 09-06-2004 11:34 AM
W2003, 2 XP and a problem peter hansen Windows Networking 21 02-16-2004 03:35 PM



1 2 3 4 5 6 7 8 9 10 11