A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Networking with Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing)

DNS problem



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 24th 06, 04:40 PM posted to microsoft.public.windows.vista.networking_sharing
Perry Diels
external usenet poster
 
Posts: 10
Default DNS problem

Hello,

This is the network scenario:

Vista RC1 == Windows 2003 server (standard SP1) == broadband cable modem.

Windows Server 2003 acts as gateway to the internet. This works perfectly
for all PC's (win XP) in our network, but Vista RC1 cannot access the
internet, unless an ip address is entered in IE. Same goes for a ping
request from the command prompt it works by IP address but not by name. If I
enter a DNS address manually in the IPv4 section of the network adapter, it
is still not working.

Has anyone got an idea how to solve this problem? It worked OK with a
previous Vista beta. RC1 has been installed from scratch. I have tried
disabling the Vista Firewell yet.

Thanks for your help,
Perry




  #2 (permalink)  
Old September 25th 06, 09:25 AM posted to microsoft.public.windows.vista.networking_sharing
abckid
external usenet poster
 
Posts: 32
Default DNS problem

Hi,

You can troubleshoot with "nslookup" command at the command prompt window.
Is Network Discovery Turned on ? How do you assign IP address, DHCP or
Manually ? If DHCP then check the DNS entries with ipconfig/all commad.

You can also enter the host mappings in the host file at
c:\Windows\System32\drivers\etc\hosts. Openwith notepad and enter the name
and ipaddresses resp. and save the file.

Just few things to try it out.

abc

"Perry Diels" wrote:

Hello,

This is the network scenario:

Vista RC1 == Windows 2003 server (standard SP1) == broadband cable modem.

Windows Server 2003 acts as gateway to the internet. This works perfectly
for all PC's (win XP) in our network, but Vista RC1 cannot access the
internet, unless an ip address is entered in IE. Same goes for a ping
request from the command prompt it works by IP address but not by name. If I
enter a DNS address manually in the IPv4 section of the network adapter, it
is still not working.

Has anyone got an idea how to solve this problem? It worked OK with a
previous Vista beta. RC1 has been installed from scratch. I have tried
disabling the Vista Firewell yet.

Thanks for your help,
Perry





  #3 (permalink)  
Old September 25th 06, 11:34 AM posted to microsoft.public.windows.vista.networking_sharing
Perry Diels
external usenet poster
 
Posts: 10
Default DNS problem

Hello abc,

Thanks for your tips:

nslookup works perfectly, it always points correctly the websites address.
When manually copying this in the browser the site shows up.
Network Discovery is ON. IP addresses are assigned by DHCP (also tried
manually)
With ipconfig/all the DNS server is correctly poinitng to 169.254.0.104 (our
W2K3 server) this is exactly as on our working XP machines.

Can I copy a hosts file from a working XP machine in the same network?
This being said, when I enter a site in hosts and the try t open it with IE
it says invalid name (http:///)

I don't get it, because nslookup works perfectly, hence the addresses can be
correclty resolved from that machine.

Any other idea?

Thanks again,
Perry




"abckid" wrote in message
...
Hi,

You can troubleshoot with "nslookup" command at the command prompt window.
Is Network Discovery Turned on ? How do you assign IP address, DHCP or
Manually ? If DHCP then check the DNS entries with ipconfig/all commad.

You can also enter the host mappings in the host file at
c:\Windows\System32\drivers\etc\hosts. Openwith notepad and enter the name
and ipaddresses resp. and save the file.

Just few things to try it out.

abc

"Perry Diels" wrote:

Hello,

This is the network scenario:

Vista RC1 == Windows 2003 server (standard SP1) == broadband cable
modem.

Windows Server 2003 acts as gateway to the internet. This works perfectly
for all PC's (win XP) in our network, but Vista RC1 cannot access the
internet, unless an ip address is entered in IE. Same goes for a ping
request from the command prompt it works by IP address but not by name.
If I
enter a DNS address manually in the IPv4 section of the network adapter,
it
is still not working.

Has anyone got an idea how to solve this problem? It worked OK with a
previous Vista beta. RC1 has been installed from scratch. I have tried
disabling the Vista Firewell yet.

Thanks for your help,
Perry







  #4 (permalink)  
Old September 27th 06, 06:38 PM posted to microsoft.public.windows.vista.networking_sharing
Lloyd
external usenet poster
 
Posts: 4
Default DNS problem

Hi,

Vista's TCP/IP stack has an ability to auto-tune the TCP/IP Window size - se
Windows Scaling.
Some routers and security appliances are not fully RFC 1323 compliant and
they cannot yet handle Vista's
stack.

Go to a command prompt and open it as an administrator,

Issue the following command and reboot your system, netsh int tcp global set
autotuninglevel=disabled

***Observe to ensure that the command shell returns an OK - to indicate the
command executed as desired.

****You may have to navigate to actually execute the command - e.g., to
netsh and then to interface and then
issue, the command.

*****Do contact your appliance and or router vendor and advise them of the
SPI limitation and compliance issue
ref RFC 1323.

Good Luck,

Lloyd


"Perry Diels" wrote in message
...
Hello,

This is the network scenario:

Vista RC1 == Windows 2003 server (standard SP1) == broadband cable
modem.

Windows Server 2003 acts as gateway to the internet. This works perfectly
for all PC's (win XP) in our network, but Vista RC1 cannot access the
internet, unless an ip address is entered in IE. Same goes for a ping
request from the command prompt it works by IP address but not by name. If
I enter a DNS address manually in the IPv4 section of the network adapter,
it is still not working.

Has anyone got an idea how to solve this problem? It worked OK with a
previous Vista beta. RC1 has been installed from scratch. I have tried
disabling the Vista Firewell yet.

Thanks for your help,
Perry





  #5 (permalink)  
Old February 10th 07, 05:05 PM posted to microsoft.public.windows.vista.networking_sharing
Scotty_m
external usenet poster
 
Posts: 1
Default DNS problem

I just ran this command and I had to run it as :
netsh int tcp set global autotuninglevel=disabled

not

netsh int tcp global set autotuninglevel=disabled

Thanks for the great tip!

"Lloyd" wrote:

Hi,

Vista's TCP/IP stack has an ability to auto-tune the TCP/IP Window size - se
Windows Scaling.
Some routers and security appliances are not fully RFC 1323 compliant and
they cannot yet handle Vista's
stack.

Go to a command prompt and open it as an administrator,

Issue the following command and reboot your system, netsh int tcp global set
autotuninglevel=disabled

***Observe to ensure that the command shell returns an OK - to indicate the
command executed as desired.

****You may have to navigate to actually execute the command - e.g., to
netsh and then to interface and then
issue, the command.

*****Do contact your appliance and or router vendor and advise them of the
SPI limitation and compliance issue
ref RFC 1323.

Good Luck,

Lloyd


"Perry Diels" wrote in message
...
Hello,

This is the network scenario:

Vista RC1 == Windows 2003 server (standard SP1) == broadband cable
modem.

Windows Server 2003 acts as gateway to the internet. This works perfectly
for all PC's (win XP) in our network, but Vista RC1 cannot access the
internet, unless an ip address is entered in IE. Same goes for a ping
request from the command prompt it works by IP address but not by name. If
I enter a DNS address manually in the IPv4 section of the network adapter,
it is still not working.

Has anyone got an idea how to solve this problem? It worked OK with a
previous Vista beta. RC1 has been installed from scratch. I have tried
disabling the Vista Firewell yet.

Thanks for your help,
Perry





  #6 (permalink)  
Old February 10th 07, 07:01 PM posted to microsoft.public.windows.vista.networking_sharing
Robert L [MVP - Networking]
external usenet poster
 
Posts: 1,227
Default DNS problem

Thank you for the feedback.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Scotty_m" wrote in message ...
I just ran this command and I had to run it as :
netsh int tcp set global autotuninglevel=disabled

not

netsh int tcp global set autotuninglevel=disabled

Thanks for the great tip!

"Lloyd" wrote:

Hi,

Vista's TCP/IP stack has an ability to auto-tune the TCP/IP Window size - se
Windows Scaling.
Some routers and security appliances are not fully RFC 1323 compliant and
they cannot yet handle Vista's
stack.

Go to a command prompt and open it as an administrator,

Issue the following command and reboot your system, netsh int tcp global set
autotuninglevel=disabled

***Observe to ensure that the command shell returns an OK - to indicate the
command executed as desired.

****You may have to navigate to actually execute the command - e.g., to
netsh and then to interface and then
issue, the command.

*****Do contact your appliance and or router vendor and advise them of the
SPI limitation and compliance issue
ref RFC 1323.

Good Luck,

Lloyd


"Perry Diels" wrote in message
...
Hello,

This is the network scenario:

Vista RC1 == Windows 2003 server (standard SP1) == broadband cable
modem.

Windows Server 2003 acts as gateway to the internet. This works perfectly
for all PC's (win XP) in our network, but Vista RC1 cannot access the
internet, unless an ip address is entered in IE. Same goes for a ping
request from the command prompt it works by IP address but not by name. If
I enter a DNS address manually in the IPv4 section of the network adapter,
it is still not working.

Has anyone got an idea how to solve this problem? It worked OK with a
previous Vista beta. RC1 has been installed from scratch. I have tried
disabling the Vista Firewell yet.

Thanks for your help,
Perry





 




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

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



All times are GMT. The time now is 12:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.