PC Review


Reply
Thread Tools Rate Thread

Cannot log on to domain

 
 
=?Utf-8?B?T1NTQQ==?=
Guest
Posts: n/a
 
      17th Nov 2004
I have XP Pro SP2 , I cannot log onto a domain.The error message says
0x0000267C_DNS_ERROR_NO_DNS_Servers.
I can however ping the server and access the Internet through our Proxy
Server

I have other machines with XP pro SP2 and they authenticate and log on fine.
Any ideas why I am experiencing this problem.

Getting desperate .....
 
Reply With Quote
 
 
 
 
Ron Lowe
Guest
Posts: n/a
 
      17th Nov 2004
"OSSA" <(E-Mail Removed)> wrote in message
news:4E3E2FF1-ABA9-4E78-8420-(E-Mail Removed)...
>I have XP Pro SP2 , I cannot log onto a domain.The error message says
> 0x0000267C_DNS_ERROR_NO_DNS_Servers.
> I can however ping the server and access the Internet through our Proxy
> Server
>
> I have other machines with XP pro SP2 and they authenticate and log on
> fine.
> Any ideas why I am experiencing this problem.
>
> Getting desperate .....



This is a DNS problem.
It's saying there are no DNS servers configured.

Do an ipconfig /all and see what DNS servers are listed.
It should only be the internal DNS servers which host the
domain's records, not an external ISP's DNS server.

Then test the DNS lookup like this:

Go to a command prompt.
Type "nslookup".
Then type "set type=all"
Then type "_ldap._tcp.dc._msdcs.domainname
(where domainname is the name of your domain).

Nslookup returns one or more SRV service location records in the following
format:

hostname.domainname internet address = ipaddress

where 'hostname' is the host name of a domain controller, 'domainname' is
the
domain to which the domain controller belongs, and ipaddress is the domain
controller's Internet Protocol (IP) address.

Then 'exit' will quit you out of nslookup.

Here's a screen-dump of me doing this on an XP machine joined to my domain,
"homenet.local.":

C:\Documents and Settings\Ron.HOMENET>nslookup
Default Server: homenetdc01.homenet.local
Address: 81.187.191.78

( Check that the IP address of the DNS server being queried is correct.
You may get a warning if it can't reverse lookup the name of the default
server, this is sloppy but non-fatal. )

> set type=all
> _ldap._tcp.dc._msdcs.homenet.local.

Server: homenetdc01.homenet.local
Address: 81.187.191.78

_ldap._tcp.dc._msdcs.homenet.local SRV service location:
priority = 0
weight = 100
port = 389
svr hostname = homenetdc01.homenet.local
homenetdc01.homenet.local internet address = 81.187.191.78
>exit


Do you get the same?

R-click in your command prompt window, and select 'mark';
Highlight all the text, starting with the line where you invoke nslookup,
just like I did.
Hit 'enter' to copy the highlighted text.

Reply to this post and place the mouse cursor in the reply window,
and hit Crtl-V to paste the dump into a reply.




--
Best Regards,
Ron Lowe
MS-MVP Windows Networking


 
Reply With Quote
 
=?Utf-8?B?b3NzYQ==?=
Guest
Posts: n/a
 
      18th Nov 2004
Hi Ron , Thanks for the info , find below results of "nslookup" , If I look
from the server side I cann see the machine on the network , but I still
cannot log onto the domain.All the machines I have logged onto the domain
with are using XP Pro SP1.It seems as if XP Pro SP2 could be the problem
Your help is greatly appreciated

C:\>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : JRABB
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Wireless Network Connection:

Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG
Networ
Connection
Physical Address. . . . . . . . . : 00-0E-35-61-CE-45

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network
Connect
on
Physical Address. . . . . . . . . : 08-00-46-DB-3F-EB
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.0.0.107
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 10.0.0.1
Primary WINS Server . . . . . . . : 10.0.0.1
Lease Obtained. . . . . . . . . . : Thursday, November 18, 2004
11:47:1
AM
Lease Expires . . . . . . . . . . : Friday, February 25, 2005 11:47:16
M

C:\>nslookup
*** Default servers are not available
Default Server: UnKnown
Address: 127.0.0.1

> set type=all
> _ldap._tcp.dc._msdcs.finance

Server: UnKnown
Address: 127.0.0.1

*** UnKnown can't find _ldap._tcp.dc._msdcs.finance: No response from server
>





"Ron Lowe" wrote:

> "OSSA" <(E-Mail Removed)> wrote in message
> news:4E3E2FF1-ABA9-4E78-8420-(E-Mail Removed)...
> >I have XP Pro SP2 , I cannot log onto a domain.The error message says
> > 0x0000267C_DNS_ERROR_NO_DNS_Servers.
> > I can however ping the server and access the Internet through our Proxy
> > Server
> >
> > I have other machines with XP pro SP2 and they authenticate and log on
> > fine.
> > Any ideas why I am experiencing this problem.
> >
> > Getting desperate .....

>
>
> This is a DNS problem.
> It's saying there are no DNS servers configured.
>
> Do an ipconfig /all and see what DNS servers are listed.
> It should only be the internal DNS servers which host the
> domain's records, not an external ISP's DNS server.
>
> Then test the DNS lookup like this:
>
> Go to a command prompt.
> Type "nslookup".
> Then type "set type=all"
> Then type "_ldap._tcp.dc._msdcs.domainname
> (where domainname is the name of your domain).
>
> Nslookup returns one or more SRV service location records in the following
> format:
>
> hostname.domainname internet address = ipaddress
>
> where 'hostname' is the host name of a domain controller, 'domainname' is
> the
> domain to which the domain controller belongs, and ipaddress is the domain
> controller's Internet Protocol (IP) address.
>
> Then 'exit' will quit you out of nslookup.
>
> Here's a screen-dump of me doing this on an XP machine joined to my domain,
> "homenet.local.":
>
> C:\Documents and Settings\Ron.HOMENET>nslookup
> Default Server: homenetdc01.homenet.local
> Address: 81.187.191.78
>
> ( Check that the IP address of the DNS server being queried is correct.
> You may get a warning if it can't reverse lookup the name of the default
> server, this is sloppy but non-fatal. )
>
> > set type=all
> > _ldap._tcp.dc._msdcs.homenet.local.

> Server: homenetdc01.homenet.local
> Address: 81.187.191.78
>
> _ldap._tcp.dc._msdcs.homenet.local SRV service location:
> priority = 0
> weight = 100
> port = 389
> svr hostname = homenetdc01.homenet.local
> homenetdc01.homenet.local internet address = 81.187.191.78
> >exit

>
> Do you get the same?
>
> R-click in your command prompt window, and select 'mark';
> Highlight all the text, starting with the line where you invoke nslookup,
> just like I did.
> Hit 'enter' to copy the highlighted text.
>
> Reply to this post and place the mouse cursor in the reply window,
> and hit Crtl-V to paste the dump into a reply.
>
>
>
>
> --
> Best Regards,
> Ron Lowe
> MS-MVP Windows Networking
>
>
>

 
Reply With Quote
 
Ron Lowe
Guest
Posts: n/a
 
      18th Nov 2004
"ossa" <(E-Mail Removed)> wrote in message
news:67585A21-A973-4845-9779-(E-Mail Removed)...
> Hi Ron , Thanks for the info , find below results of "nslookup" , If I
> look
> from the server side I cann see the machine on the network , but I still
> cannot log onto the domain.All the machines I have logged onto the domain
> with are using XP Pro SP1.It seems as if XP Pro SP2 could be the problem
> Your help is greatly appreciated
>
> C:\>ipconfig /all
>
> Windows IP Configuration
>
> Host Name . . . . . . . . . . . . : JRABB
> Primary Dns Suffix . . . . . . . :
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
>
> Ethernet adapter Wireless Network Connection:
>
> Media State . . . . . . . . . . . : Media disconnected
> Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG
> Networ
> Connection
> Physical Address. . . . . . . . . : 00-0E-35-61-CE-45
>
> Ethernet adapter Local Area Connection:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network
> Connect
> on
> Physical Address. . . . . . . . . : 08-00-46-DB-3F-EB
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 10.0.0.107
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . :
> DHCP Server . . . . . . . . . . . : 10.0.0.1
> Primary WINS Server . . . . . . . : 10.0.0.1
> Lease Obtained. . . . . . . . . . : Thursday, November 18, 2004
> 11:47:1
> AM
> Lease Expires . . . . . . . . . . : Friday, February 25, 2005
> 11:47:16
> M
>
> C:\>nslookup
> *** Default servers are not available
> Default Server: UnKnown
> Address: 127.0.0.1
>
>> set type=all
>> _ldap._tcp.dc._msdcs.finance

> Server: UnKnown
> Address: 127.0.0.1
>
> *** UnKnown can't find _ldap._tcp.dc._msdcs.finance: No response from
> server
>>




Well, there's your problem right there.
There are no DNS servers configured.
( Which is what the original error message said. )
It's trying to use itself (127.0.0.1 ) as a DNS server.

This is most certainly not an SP2 problem! All my machines are SP2.
It's a straightforward DNS misconfiguration.

You need to point it to the DNS server which hosts the domain.
That will probably be the server at 10.0.0.1, since it's providing WINS and
DHCP too.

I'm surprised it's not picking this up from the server at the same time it
picks up the IP address via DHCP. I'm guessing that the server must be
issuing this properly, because the other clients work OK. Do an IPCONFIG
/ALL on a working machine, and you should see DNS servers listed in the
output, like this:

C:\Documents and Settings\Ron.HOMENET>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : rons-pc
Primary Dns Suffix . . . . . . . : homenet.local <---Look here too
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : homenet.local
homenet.local.

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : homenet.local.
Description . . . . . . . . . . . : Intel(R) PRO/100 S Desktop
Adapter
Physical Address. . . . . . . . . : 00-02-B3-2A-70-C0
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 81.187.191.66
Subnet Mask . . . . . . . . . . . : 255.255.255.240
Default Gateway . . . . . . . . . : 81.187.191.65
DHCP Server . . . . . . . . . . . : 81.187.191.78
DNS Servers . . . . . . . . . . . : 81.187.191.78 <----Look here.
Primary WINS Server . . . . . . . : 81.187.191.78
Lease Obtained. . . . . . . . . . : 18 November 2004 07:34:18
Lease Expires . . . . . . . . . . : 26 November 2004 07:34:18



Go to the Network Connections folder,
R-click the LAN connection, choose 'Properties'.
Scroll down to Internet Protocol (TCP/IP) and double-click it.

I'd expect it to be set to 'Obtain DNS server automatically.'

Whilst we're here, click the 'Advanced' button and go to the DNS tab.
There should not be any DNS servers listed here, it should be using the ones
asigned by the server.
As a workaround, you could try manually Adding 10.0.0.1 here.
But only as a temporary workaround.

Also on the DNS tab, 'Append Primary.. 'and 'Append parent..'should be
checked.
'Register this connection' should also be checked.

OK your way out of this.

I'm also a bit suspicious that the Primary DNS suffix is not listed
correctly.
Go to My Computer | Properties | Computer Name tab.
'Change' button
'More' button
The Primary DNS suffix should be the full name of your domain.
Also ensure the check-box 'Change primary DNS suffix when domain membership
changes' is checked.

I'm a bit doubtfull that this machine joined the domain properly given its
current configuration.

Get it to the state where it can pick up it's DNS settings from the server
the same as the other machines, and it's primary dns suffix is correct, and
it's set for Dynamic DNS update. Once DNS is fully working ( re-try the
nslookup command ) then if there remain domain oddities, I'd remove it from
the domain and re-join it to the domain now that DNS is functioning.

--
Best Regards,
Ron Lowe
MS-MVP Windows Networking

 
Reply With Quote
 
=?Utf-8?B?b3NzYQ==?=
Guest
Posts: n/a
 
      8th Dec 2004
Thanks for all the Help Ron,


I eventually found out there was a 3rd party spoofed firewall lurking in the
depths of the software




"Ron Lowe" wrote:

> "ossa" <(E-Mail Removed)> wrote in message
> news:67585A21-A973-4845-9779-(E-Mail Removed)...
> > Hi Ron , Thanks for the info , find below results of "nslookup" , If I
> > look
> > from the server side I cann see the machine on the network , but I still
> > cannot log onto the domain.All the machines I have logged onto the domain
> > with are using XP Pro SP1.It seems as if XP Pro SP2 could be the problem
> > Your help is greatly appreciated
> >
> > C:\>ipconfig /all
> >
> > Windows IP Configuration
> >
> > Host Name . . . . . . . . . . . . : JRABB
> > Primary Dns Suffix . . . . . . . :
> > Node Type . . . . . . . . . . . . : Hybrid
> > IP Routing Enabled. . . . . . . . : No
> > WINS Proxy Enabled. . . . . . . . : No
> >
> > Ethernet adapter Wireless Network Connection:
> >
> > Media State . . . . . . . . . . . : Media disconnected
> > Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG
> > Networ
> > Connection
> > Physical Address. . . . . . . . . : 00-0E-35-61-CE-45
> >
> > Ethernet adapter Local Area Connection:
> >
> > Connection-specific DNS Suffix . :
> > Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network
> > Connect
> > on
> > Physical Address. . . . . . . . . : 08-00-46-DB-3F-EB
> > Dhcp Enabled. . . . . . . . . . . : Yes
> > Autoconfiguration Enabled . . . . : Yes
> > IP Address. . . . . . . . . . . . : 10.0.0.107
> > Subnet Mask . . . . . . . . . . . : 255.255.255.0
> > Default Gateway . . . . . . . . . :
> > DHCP Server . . . . . . . . . . . : 10.0.0.1
> > Primary WINS Server . . . . . . . : 10.0.0.1
> > Lease Obtained. . . . . . . . . . : Thursday, November 18, 2004
> > 11:47:1
> > AM
> > Lease Expires . . . . . . . . . . : Friday, February 25, 2005
> > 11:47:16
> > M
> >
> > C:\>nslookup
> > *** Default servers are not available
> > Default Server: UnKnown
> > Address: 127.0.0.1
> >
> >> set type=all
> >> _ldap._tcp.dc._msdcs.finance

> > Server: UnKnown
> > Address: 127.0.0.1
> >
> > *** UnKnown can't find _ldap._tcp.dc._msdcs.finance: No response from
> > server
> >>

>
>
>
> Well, there's your problem right there.
> There are no DNS servers configured.
> ( Which is what the original error message said. )
> It's trying to use itself (127.0.0.1 ) as a DNS server.
>
> This is most certainly not an SP2 problem! All my machines are SP2.
> It's a straightforward DNS misconfiguration.
>
> You need to point it to the DNS server which hosts the domain.
> That will probably be the server at 10.0.0.1, since it's providing WINS and
> DHCP too.
>
> I'm surprised it's not picking this up from the server at the same time it
> picks up the IP address via DHCP. I'm guessing that the server must be
> issuing this properly, because the other clients work OK. Do an IPCONFIG
> /ALL on a working machine, and you should see DNS servers listed in the
> output, like this:
>
> C:\Documents and Settings\Ron.HOMENET>ipconfig /all
>
> Windows IP Configuration
>
> Host Name . . . . . . . . . . . . : rons-pc
> Primary Dns Suffix . . . . . . . : homenet.local <---Look here too
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : homenet.local
> homenet.local.
>
> Ethernet adapter Local Area Connection:
>
> Connection-specific DNS Suffix . : homenet.local.
> Description . . . . . . . . . . . : Intel(R) PRO/100 S Desktop
> Adapter
> Physical Address. . . . . . . . . : 00-02-B3-2A-70-C0
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 81.187.191.66
> Subnet Mask . . . . . . . . . . . : 255.255.255.240
> Default Gateway . . . . . . . . . : 81.187.191.65
> DHCP Server . . . . . . . . . . . : 81.187.191.78
> DNS Servers . . . . . . . . . . . : 81.187.191.78 <----Look here.
> Primary WINS Server . . . . . . . : 81.187.191.78
> Lease Obtained. . . . . . . . . . : 18 November 2004 07:34:18
> Lease Expires . . . . . . . . . . : 26 November 2004 07:34:18
>
>
>
> Go to the Network Connections folder,
> R-click the LAN connection, choose 'Properties'.
> Scroll down to Internet Protocol (TCP/IP) and double-click it.
>
> I'd expect it to be set to 'Obtain DNS server automatically.'
>
> Whilst we're here, click the 'Advanced' button and go to the DNS tab.
> There should not be any DNS servers listed here, it should be using the ones
> asigned by the server.
> As a workaround, you could try manually Adding 10.0.0.1 here.
> But only as a temporary workaround.
>
> Also on the DNS tab, 'Append Primary.. 'and 'Append parent..'should be
> checked.
> 'Register this connection' should also be checked.
>
> OK your way out of this.
>
> I'm also a bit suspicious that the Primary DNS suffix is not listed
> correctly.
> Go to My Computer | Properties | Computer Name tab.
> 'Change' button
> 'More' button
> The Primary DNS suffix should be the full name of your domain.
> Also ensure the check-box 'Change primary DNS suffix when domain membership
> changes' is checked.
>
> I'm a bit doubtfull that this machine joined the domain properly given its
> current configuration.
>
> Get it to the state where it can pick up it's DNS settings from the server
> the same as the other machines, and it's primary dns suffix is correct, and
> it's set for Dynamic DNS update. Once DNS is fully working ( re-try the
> nslookup command ) then if there remain domain oddities, I'd remove it from
> the domain and re-join it to the domain now that DNS is functioning.
>
> --
> Best Regards,
> Ron Lowe
> MS-MVP Windows Networking
>
>

 
Reply With Quote
 
=?Utf-8?B?b3NzYQ==?=
Guest
Posts: n/a
 
      8th Dec 2004
Hi Ron are you any good with Exchange 5.5 Sp4



I have a old exchange 5.5 server and am getting seriously spammed and
relayed.If i go to internet mail service - queues and look in the outbound
messgaed queue , there is plenty mail and it has no originator , just < >
signs , how can I block this form of relaying or spam ?




"ossa" wrote:

> Hi Ron , Thanks for the info , find below results of "nslookup" , If I look
> from the server side I cann see the machine on the network , but I still
> cannot log onto the domain.All the machines I have logged onto the domain
> with are using XP Pro SP1.It seems as if XP Pro SP2 could be the problem
> Your help is greatly appreciated
>
> C:\>ipconfig /all
>
> Windows IP Configuration
>
> Host Name . . . . . . . . . . . . : JRABB
> Primary Dns Suffix . . . . . . . :
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
>
> Ethernet adapter Wireless Network Connection:
>
> Media State . . . . . . . . . . . : Media disconnected
> Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG
> Networ
> Connection
> Physical Address. . . . . . . . . : 00-0E-35-61-CE-45
>
> Ethernet adapter Local Area Connection:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network
> Connect
> on
> Physical Address. . . . . . . . . : 08-00-46-DB-3F-EB
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 10.0.0.107
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . :
> DHCP Server . . . . . . . . . . . : 10.0.0.1
> Primary WINS Server . . . . . . . : 10.0.0.1
> Lease Obtained. . . . . . . . . . : Thursday, November 18, 2004
> 11:47:1
> AM
> Lease Expires . . . . . . . . . . : Friday, February 25, 2005 11:47:16
> M
>
> C:\>nslookup
> *** Default servers are not available
> Default Server: UnKnown
> Address: 127.0.0.1
>
> > set type=all
> > _ldap._tcp.dc._msdcs.finance

> Server: UnKnown
> Address: 127.0.0.1
>
> *** UnKnown can't find _ldap._tcp.dc._msdcs.finance: No response from server
> >

>
>
>
>
> "Ron Lowe" wrote:
>
> > "OSSA" <(E-Mail Removed)> wrote in message
> > news:4E3E2FF1-ABA9-4E78-8420-(E-Mail Removed)...
> > >I have XP Pro SP2 , I cannot log onto a domain.The error message says
> > > 0x0000267C_DNS_ERROR_NO_DNS_Servers.
> > > I can however ping the server and access the Internet through our Proxy
> > > Server
> > >
> > > I have other machines with XP pro SP2 and they authenticate and log on
> > > fine.
> > > Any ideas why I am experiencing this problem.
> > >
> > > Getting desperate .....

> >
> >
> > This is a DNS problem.
> > It's saying there are no DNS servers configured.
> >
> > Do an ipconfig /all and see what DNS servers are listed.
> > It should only be the internal DNS servers which host the
> > domain's records, not an external ISP's DNS server.
> >
> > Then test the DNS lookup like this:
> >
> > Go to a command prompt.
> > Type "nslookup".
> > Then type "set type=all"
> > Then type "_ldap._tcp.dc._msdcs.domainname
> > (where domainname is the name of your domain).
> >
> > Nslookup returns one or more SRV service location records in the following
> > format:
> >
> > hostname.domainname internet address = ipaddress
> >
> > where 'hostname' is the host name of a domain controller, 'domainname' is
> > the
> > domain to which the domain controller belongs, and ipaddress is the domain
> > controller's Internet Protocol (IP) address.
> >
> > Then 'exit' will quit you out of nslookup.
> >
> > Here's a screen-dump of me doing this on an XP machine joined to my domain,
> > "homenet.local.":
> >
> > C:\Documents and Settings\Ron.HOMENET>nslookup
> > Default Server: homenetdc01.homenet.local
> > Address: 81.187.191.78
> >
> > ( Check that the IP address of the DNS server being queried is correct.
> > You may get a warning if it can't reverse lookup the name of the default
> > server, this is sloppy but non-fatal. )
> >
> > > set type=all
> > > _ldap._tcp.dc._msdcs.homenet.local.

> > Server: homenetdc01.homenet.local
> > Address: 81.187.191.78
> >
> > _ldap._tcp.dc._msdcs.homenet.local SRV service location:
> > priority = 0
> > weight = 100
> > port = 389
> > svr hostname = homenetdc01.homenet.local
> > homenetdc01.homenet.local internet address = 81.187.191.78
> > >exit

> >
> > Do you get the same?
> >
> > R-click in your command prompt window, and select 'mark';
> > Highlight all the text, starting with the line where you invoke nslookup,
> > just like I did.
> > Hit 'enter' to copy the highlighted text.
> >
> > Reply to this post and place the mouse cursor in the reply window,
> > and hit Crtl-V to paste the dump into a reply.
> >
> >
> >
> >
> > --
> > Best Regards,
> > Ron Lowe
> > MS-MVP Windows Networking
> >
> >
> >

 
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
free domain de vu kostenlose homepage mit eigener domain domain registrierung schweiz domain bei web de email domain sdgvfwe@yahoo.is.com Microsoft Windows 2000 Networking 0 18th Jul 2008 02:58 AM
biz domain registrieren kostenlose eu domains domain alias weiß jemand wo ich eine guenstige domain bekommen kann internet domain sdgvfwe@yahoo.is.com Windows XP Messenger 0 18th Jul 2008 02:58 AM
eigene web domain kostenlose domain registrierung domain driven design homepage de domain samba domain sdgvfwe@yahoo.is.com Microsoft Excel Worksheet Functions 0 18th Jul 2008 02:56 AM
domain lookup guenstige de domain de domain sponsor kostenlose domain adresse de tc domain sdgvfwe@yahoo.is.com Microsoft Excel Discussion 0 18th Jul 2008 02:06 AM
domain reservieren kostenlos guenstige net domain de domain guenstig de domain erstellen kostenlose web domain sdgvfwe@yahoo.is.com Microsoft Windows 2000 Group Policy 0 8th Jul 2008 09:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:33 PM.