PC Review


Reply
Thread Tools Rate Thread

Intermittent Internet Connection

 
 
vladimir.kim@gmail.com
Guest
Posts: n/a
 
      11th May 2006
Hi, relating to this problem:
http://groups.google.com/group/micro...18d2148b6e9a59
We have a similar problem, only we have Windows 2003 server. We are
loosing connection intermittently througout the day, for a few seconds,
then, it goes back online.
We are not sure what's causing it. I believe it's a trouble with DNS,
although I don't have enough knowledge in this area, that's why I'm
posting this. The Internet provider already came in and confirmed that
nothing wrong with their line or anything.
In regards to that topic above, I looked at the properties that we have
in registries on the server, and there is no such a key
PublishedAddresses. Should I create it?
Thanks.
Vladimir

 
Reply With Quote
 
 
 
 
Kevin D. Goodknecht Sr. [MVP]
Guest
Posts: n/a
 
      12th May 2006
(E-Mail Removed) wrote:
> Hi, relating to this problem:
> http://groups.google.com/group/micro...18d2148b6e9a59
> We have a similar problem, only we have Windows 2003 server. We are
> loosing connection intermittently througout the day, for a few
> seconds,
> then, it goes back online.
> We are not sure what's causing it. I believe it's a trouble with DNS,
> although I don't have enough knowledge in this area, that's why I'm
> posting this. The Internet provider already came in and confirmed that
> nothing wrong with their line or anything.
> In regards to that topic above, I looked at the properties that we
> have
> in registries on the server, and there is no such a key
> PublishedAddresses. Should I create it?


You should use the PublishAddresses value if DNS is listening on all IP
addresses. Make sure the published addresses are the internal IP.

Would you please post the unedited ipconfig /all from the DC?

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
https://secure.lsaol.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================


 
Reply With Quote
 
vladimir.kim@gmail.com
Guest
Posts: n/a
 
      12th May 2006
Thanks Kevin for the reply.
In the DNS properties, on Interfaces tab, we have:
Listen On:
Only the following IP addresses:
10.0.10.15

which is our DNS server.
Does that mean that we don't need PublishAddresses value?

Here is the info you requested
c:\>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : NYC
Primary Dns Suffix . . . . . . . : nycvp.local
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes
DNS Suffix Search List. . . . . . : nycvp.local

Ethernet adapter Server Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network
Connection
Physical Address..............:
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 10.0.10.15
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.0.10.254
DNS Servers . . . . . . . . . . . : 10.0.10.15
199.224.86.20
199.224.127.78
199.224.64.20
Primary WINS Server . . . . . . . : 10.0.10.15

Also found this article:
http://support.microsoft.com/default...;EN-US;q292822
I'm not sure if it's related. because we ARE running windows server
small business edition. and we do have Routing and Remote Access Server
that also runs DNS and WINS.
What can we do?
Thanks in advance.
Vladimir

 
Reply With Quote
 
Kevin D. Goodknecht Sr. [MVP]
Guest
Posts: n/a
 
      14th May 2006
(E-Mail Removed) wrote:
> Thanks Kevin for the reply.
> In the DNS properties, on Interfaces tab, we have:
> Listen On:
> Only the following IP addresses:
> 10.0.10.15
>
> which is our DNS server.
> Does that mean that we don't need PublishAddresses value?
>
> Here is the info you requested
> c:\>ipconfig /all
>
> Windows IP Configuration
>
> Host Name . . . . . . . . . . . . : NYC
> Primary Dns Suffix . . . . . . . : nycvp.local
> Node Type . . . . . . . . . . . . : Unknown
> IP Routing Enabled. . . . . . . . : Yes
> WINS Proxy Enabled. . . . . . . . : Yes
> DNS Suffix Search List. . . . . . : nycvp.local
>
> Ethernet adapter Server Local Area Connection:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network
> Connection
> Physical Address..............:
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 10.0.10.15
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 10.0.10.254
> DNS Servers . . . . . . . . . . . : 10.0.10.15
> 199.224.86.20
> 199.224.127.78
> 199.224.64.20
> Primary WINS Server . . . . . . . : 10.0.10.15
>
> Also found this article:
> http://support.microsoft.com/default...;EN-US;q292822
> I'm not sure if it's related. because we ARE running windows server
> small business edition. and we do have Routing and Remote Access
> Server that also runs DNS and WINS.
> What can we do?


It is related, since it is a RAS server when a RAS connection is made it
creates an extra IP address the you don't want registered in DNS. Follow the
KB article you posted, make all registry entries and manually create the
recommended records for the Global Catalog and LDAP IP address (that's the
(same as parent folder) record for the domain name.

Also, remove the three external DNS server IP addresses, your DNS server
will resolve external names using root hints or forwarders. If the
forwarders tab seems to be disabled, delete the "." (Root) forward lookup
zone. This will enable root hints and allow you to add a forwarder.

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
https://secure.lsaol.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================


 
Reply With Quote
 
vladimirkim
Guest
Posts: n/a
 
      16th May 2006
Thanks. We'll try that. I'll post if it worked.

 
Reply With Quote
 
vladimirkim
Guest
Posts: n/a
 
      16th May 2006
Also, Kevin,
How do we remove those 3 external DNS server IP addresses? We DID list
them as our forwarders, but somehow they show up as our DNS servers
besides our internal DNS server.
Thanks.

 
Reply With Quote
 
Kevin D. Goodknecht Sr. [MVP]
Guest
Posts: n/a
 
      17th May 2006
vladimirkim wrote:
> Also, Kevin,
> How do we remove those 3 external DNS server IP addresses? We DID list
> them as our forwarders, but somehow they show up as our DNS servers
> besides our internal DNS server.


Have you looked at TCP/IP properties and they are not there?
If not, check this group policy:
Computer Configuration
-Administrative templates
-Network
-DNS Client


--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
https://secure.lsaol.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================


 
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
HELP! Intermittent Internet Connection Ross Clarke Windows Vista Networking 0 3rd Jan 2008 10:49 PM
Internet Connection Intermittent dlorenz7@gmail.com Windows Vista General Discussion 11 13th Dec 2007 12:44 AM
intermittent internet connection =?Utf-8?B?S2V2aW4=?= Windows Vista Networking 14 10th Nov 2007 01:37 AM
RE: intermittent internet connection =?Utf-8?B?R1I=?= Windows Vista Networking 0 20th Feb 2007 07:27 AM
Help with intermittent internet connection =?Utf-8?B?THVueXRueg==?= Windows XP Help 0 2nd Mar 2006 08:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:51 PM.