PC Review


Reply
Thread Tools Rate Thread

One of my clients cannot dial into our AD network and access resources

 
 
Rod
Guest
Posts: n/a
 
      2nd Aug 2004
We have several customers who dial into our network and use some VB6
applications that we've written. (These applications run against SQL Server
2000. Our network is a Windows 2000 Active Directory network.) These
customers are using various Windows OS's, such as Windows 98SE, Windows NT
Workstation, Windows XP Home Edition and Windows XP Professional.

Most can dial into our network and get authenticated just fine. There is
one, however, who has been having considerable trouble being able to do so.
He has Windows XP Home Edition on a laptop and XP Professional on a desktop.
He was able to use our applications just fine, up until a month or so ago.

I have asked about this problem in the VB newsgroups, but I am beginning to
think that the problem is more fundamental. The user has allowed me to
borrow his desktop and I've got a RJ-11 cable connected to it, so that I can
test the dial-up. This time, after connecting to our network, I brought up
the command window on his XP Pro machine and try to do some things. I did a
IPCONFIG and found that it seems our WINS server and our DNS server. In the
dial-up adapter, DNS and IP is assigned dynamically. But if I try pinging
something like:

ping ourserver

it cannot find the server. However, if I specify the IP address like

ping 192.168.0.4 (I am making this IP address up; it isn't the IP address
of the server)

then it can find it just fine.

I have also noticed that I cannot map a drive to a network share at all on
his machine, whereas I can on other customers' machines.

One last thing. I don't know if this will have any bearing on the problem,
or not, but he uses AOL. He has AOL 8.0 installed on both his laptop and
desktop (I don't know if AOL 8.0 is the latest version or not).

So, the bottom line is, what could be causing these problems for this user?

Rod


 
Reply With Quote
 
 
 
 
Stephen Harris
Guest
Posts: n/a
 
      2nd Aug 2004

"Rod" <(E-Mail Removed)> wrote in message
news:OjW%(E-Mail Removed)...
> We have several customers who dial into our network and use some VB6
> applications that we've written. (These applications run against SQL

Server
> 2000. Our network is a Windows 2000 Active Directory network.) These
> customers are using various Windows OS's, such as Windows 98SE, Windows NT
> Workstation, Windows XP Home Edition and Windows XP Professional.
>
> Most can dial into our network and get authenticated just fine. There is
> one, however, who has been having considerable trouble being able to do

so.
> He has Windows XP Home Edition on a laptop and XP Professional on a

desktop.
> He was able to use our applications just fine, up until a month or so ago.
>
> I have asked about this problem in the VB newsgroups, but I am beginning

to
> think that the problem is more fundamental. The user has allowed me to
> borrow his desktop and I've got a RJ-11 cable connected to it, so that I

can
> test the dial-up. This time, after connecting to our network, I brought

up
> the command window on his XP Pro machine and try to do some things. I did

a
> IPCONFIG and found that it seems our WINS server and our DNS server. In

the
> dial-up adapter, DNS and IP is assigned dynamically. But if I try pinging
> something like:
>
> ping ourserver
>
> it cannot find the server. However, if I specify the IP address like
>
> ping 192.168.0.4 (I am making this IP address up; it isn't the IP address
> of the server)
>
> then it can find it just fine.
>


I sort of remember this from school. Pinging the numeric Ip address
but not the name substitution points to a problem with the DNS
Domain Name Server lookup setting; my course was for win 2k server
and I recall there was a hosts file involved. This should point you in
the right direction since your DNS needs to be fixed in any case.

USE ONLY YOUR INTERNAL DNS SERVER THAT HOSTS YOUR AD ZONE
Stephen

> I have also noticed that I cannot map a drive to a network share at all on
> his machine, whereas I can on other customers' machines.
>
> One last thing. I don't know if this will have any bearing on the

problem,
> or not, but he uses AOL. He has AOL 8.0 installed on both his laptop and
> desktop (I don't know if AOL 8.0 is the latest version or not).
>
> So, the bottom line is, what could be causing these problems for this

user?
>
> Rod
>
>



 
Reply With Quote
 
 
 
 
Rod
Guest
Posts: n/a
 
      3rd Aug 2004
Stephen,

You may be right, but why would dial-up work for some users, but not this
one customer? If it were a DNS issue, wouldn't it affect every dial-up
user?

Rod

"Stephen Harris" <(E-Mail Removed)> wrote in message
news:ZmyPc.102979$(E-Mail Removed)...
>
> "Rod" <(E-Mail Removed)> wrote in message
> news:OjW%(E-Mail Removed)...
> > We have several customers who dial into our network and use some VB6
> > applications that we've written. (These applications run against SQL

> Server
> > 2000. Our network is a Windows 2000 Active Directory network.) These
> > customers are using various Windows OS's, such as Windows 98SE, Windows

NT
> > Workstation, Windows XP Home Edition and Windows XP Professional.
> >
> > Most can dial into our network and get authenticated just fine. There

is
> > one, however, who has been having considerable trouble being able to do

> so.
> > He has Windows XP Home Edition on a laptop and XP Professional on a

> desktop.
> > He was able to use our applications just fine, up until a month or so

ago.
> >
> > I have asked about this problem in the VB newsgroups, but I am beginning

> to
> > think that the problem is more fundamental. The user has allowed me to
> > borrow his desktop and I've got a RJ-11 cable connected to it, so that I

> can
> > test the dial-up. This time, after connecting to our network, I brought

> up
> > the command window on his XP Pro machine and try to do some things. I

did
> a
> > IPCONFIG and found that it seems our WINS server and our DNS server. In

> the
> > dial-up adapter, DNS and IP is assigned dynamically. But if I try

pinging
> > something like:
> >
> > ping ourserver
> >
> > it cannot find the server. However, if I specify the IP address like
> >
> > ping 192.168.0.4 (I am making this IP address up; it isn't the IP

address
> > of the server)
> >
> > then it can find it just fine.
> >

>
> I sort of remember this from school. Pinging the numeric Ip address
> but not the name substitution points to a problem with the DNS
> Domain Name Server lookup setting; my course was for win 2k server
> and I recall there was a hosts file involved. This should point you in
> the right direction since your DNS needs to be fixed in any case.
>
> USE ONLY YOUR INTERNAL DNS SERVER THAT HOSTS YOUR AD ZONE
> Stephen
>
> > I have also noticed that I cannot map a drive to a network share at all

on
> > his machine, whereas I can on other customers' machines.
> >
> > One last thing. I don't know if this will have any bearing on the

> problem,
> > or not, but he uses AOL. He has AOL 8.0 installed on both his laptop

and
> > desktop (I don't know if AOL 8.0 is the latest version or not).
> >
> > So, the bottom line is, what could be causing these problems for this

> user?
> >
> > Rod
> >
> >

>
>



 
Reply With Quote
 
Rod
Guest
Posts: n/a
 
      3rd Aug 2004
I believe I have found the problem. The user has Norton Internet Security
2003 (or 2004, I am not sure which) installed. Once I disabled that, I was
able to reach the server.

Rod

"Rod" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Stephen,
>
> You may be right, but why would dial-up work for some users, but not this
> one customer? If it were a DNS issue, wouldn't it affect every dial-up
> user?
>
> Rod
>
> "Stephen Harris" <(E-Mail Removed)> wrote in message
> news:ZmyPc.102979$(E-Mail Removed)...
> >
> > "Rod" <(E-Mail Removed)> wrote in message
> > news:OjW%(E-Mail Removed)...
> > > We have several customers who dial into our network and use some VB6
> > > applications that we've written. (These applications run against SQL

> > Server
> > > 2000. Our network is a Windows 2000 Active Directory network.) These
> > > customers are using various Windows OS's, such as Windows 98SE,

Windows
> NT
> > > Workstation, Windows XP Home Edition and Windows XP Professional.
> > >
> > > Most can dial into our network and get authenticated just fine. There

> is
> > > one, however, who has been having considerable trouble being able to

do
> > so.
> > > He has Windows XP Home Edition on a laptop and XP Professional on a

> > desktop.
> > > He was able to use our applications just fine, up until a month or so

> ago.
> > >
> > > I have asked about this problem in the VB newsgroups, but I am

beginning
> > to
> > > think that the problem is more fundamental. The user has allowed me

to
> > > borrow his desktop and I've got a RJ-11 cable connected to it, so that

I
> > can
> > > test the dial-up. This time, after connecting to our network, I

brought
> > up
> > > the command window on his XP Pro machine and try to do some things. I

> did
> > a
> > > IPCONFIG and found that it seems our WINS server and our DNS server.

In
> > the
> > > dial-up adapter, DNS and IP is assigned dynamically. But if I try

> pinging
> > > something like:
> > >
> > > ping ourserver
> > >
> > > it cannot find the server. However, if I specify the IP address like
> > >
> > > ping 192.168.0.4 (I am making this IP address up; it isn't the IP

> address
> > > of the server)
> > >
> > > then it can find it just fine.
> > >

> >
> > I sort of remember this from school. Pinging the numeric Ip address
> > but not the name substitution points to a problem with the DNS
> > Domain Name Server lookup setting; my course was for win 2k server
> > and I recall there was a hosts file involved. This should point you in
> > the right direction since your DNS needs to be fixed in any case.
> >
> > USE ONLY YOUR INTERNAL DNS SERVER THAT HOSTS YOUR AD ZONE
> > Stephen
> >
> > > I have also noticed that I cannot map a drive to a network share at

all
> on
> > > his machine, whereas I can on other customers' machines.
> > >
> > > One last thing. I don't know if this will have any bearing on the

> > problem,
> > > or not, but he uses AOL. He has AOL 8.0 installed on both his laptop

> and
> > > desktop (I don't know if AOL 8.0 is the latest version or not).
> > >
> > > So, the bottom line is, what could be causing these problems for this

> > user?
> > >
> > > Rod
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Sharing our Outlook business contacts on our local network =?Utf-8?B?Sm9obg==?= Microsoft Outlook Contacts 1 14th Aug 2007 06:24 AM
One of my clients cannot dial into our AD network and access resources Rod Windows XP General 3 3rd Aug 2004 08:56 PM
VPN clients can access all network clients computer shares but not network Domain Controller shares. Joe M Microsoft Windows 2000 RAS Routing 1 20th Jan 2004 06:30 AM
VPN clients can access all network clients computer shares but not network Domain Controller shares. Joe M Microsoft Windows 2000 Networking 0 19th Jan 2004 05:31 AM
dns issue - why is the dns entry for our server using the IP of our dial-up ? bomber Microsoft Windows 2000 Networking 1 13th Jan 2004 02:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:11 AM.