Networking Forums

Networking Forums > Network Hardware > Home Networking > Accessing computer via its name, rather than its IP address?

Reply
Thread Tools Display Modes

Accessing computer via its name, rather than its IP address?

 
 
John
Guest
Posts: n/a

 
      02-21-2005, 06:12 PM
Hi,

I'm not that sure what I'm asking here, which doesn't help... but

I access the internet via a proxy server, and up until now, I have used the
name of the computer (that has the proxy software running on it) to access
the services via the proxy server, instead of typing in the IP address of
the computer. Just recently this has stopped working and now I can only
access the proxy server by using its IP address. Now this isn't a problem,
but I jsut wondered if anyone on here could suggest why I cannot use the
computer's name anymore? As far as I know, nothing has changed and the
computer's name is 'SERVER'. Does anyone know why this doesn't work anymore
and how I might get it working again?

Thanks
John



 
Reply With Quote
 
 
 
 
John
Guest
Posts: n/a

 
      02-21-2005, 06:14 PM

"John" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I'm not that sure what I'm asking here, which doesn't help... but
>
> I access the internet via a proxy server, and up until now, I have used
> the name of the computer (that has the proxy software running on it) to
> access the services via the proxy server, instead of typing in the IP
> address of the computer. Just recently this has stopped working and now I
> can only access the proxy server by using its IP address. Now this isn't
> a problem, but I jsut wondered if anyone on here could suggest why I
> cannot use the computer's name anymore? As far as I know, nothing has
> changed and the computer's name is 'SERVER'. Does anyone know why this
> doesn't work anymore and how I might get it working again?
>
> Thanks
> John


Oooppss sorry, I forgot to say the whole system is running Windows XP
throughout..

John



 
Reply With Quote
 
Conor
Guest
Posts: n/a

 
      02-22-2005, 01:36 AM
In article <(E-Mail Removed)>, John says...
>
> "John" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> >
> > I'm not that sure what I'm asking here, which doesn't help... but
> >
> > I access the internet via a proxy server, and up until now, I have used
> > the name of the computer (that has the proxy software running on it) to
> > access the services via the proxy server, instead of typing in the IP
> > address of the computer. Just recently this has stopped working and now I
> > can only access the proxy server by using its IP address. Now this isn't
> > a problem, but I jsut wondered if anyone on here could suggest why I
> > cannot use the computer's name anymore? As far as I know, nothing has
> > changed and the computer's name is 'SERVER'. Does anyone know why this
> > doesn't work anymore and how I might get it working again?
> >
> > Thanks
> > John

>
> Oooppss sorry, I forgot to say the whole system is running Windows XP
> throughout..
>

Welcome to Windows XP. Sounds like the Computer Browser service is
borked. Basically all the computers on the LAN elect a Master Browser.
The Master Browser keeps a record of whats where. Now and again it
falls over and you end up with more than one computer as the master
browser.

To see if this is the problem open a command prompt on each and type...

nbtstat -n

The line you are looking for is

...__MSBROWSE__ (etc)

On the whole LAN there should only be one computer that has that line
at any one time. If more than one machine has the line then the Master
Browser elect process has failed.

You can solve it two ways...

1) Stop the Computer Browser service on all computers save the server.
2) Add a line to the HOSTS file....

<server IP address> SERVER

i.e

192.168.0.1 SERVER

--
Conor

An imperfect plan executed violently is far superior to a perfect plan.
-- George Patton
 
Reply With Quote
 
NBT
Guest
Posts: n/a

 
      02-22-2005, 09:11 AM
Conor wrote:
8><............................................
>
> To see if this is the problem open a command prompt on each and type...
>
> nbtstat -n
>
> The line you are looking for is
>
> ..__MSBROWSE__ (etc)
>

8><............................................... ........
Question:- Is this command supposed to be available in Xp or is it just
an NT or maybe XP Pro executable.
We have a couple of machines on a home "network" running XP Home SP2 and
nbstat.exe is not on either of these machines.
John doesn't say which version of XP he is running.
nbt
 
Reply With Quote
 
Lurch
Guest
Posts: n/a

 
      02-22-2005, 10:17 AM
On Tue, 22 Feb 2005 10:11:33 +0000, NBT <(E-Mail Removed)>
strung together this:

>Question:- Is this command supposed to be available in Xp or is it just
>an NT or maybe XP Pro executable.
>We have a couple of machines on a home "network" running XP Home SP2 and
>nbstat.exe is not on either of these machines.


That's because it's nbtstat. If you try spelling it correctly and it
still doesn't work then it's probably only available in XP pro.
There's a lot of networking stuff that's dropped from XP home as it's
not designed for doing much networking with.
--

SJW
Please reply to group or use 'usenet' in email subject
 
Reply With Quote
 
NBT
Guest
Posts: n/a

 
      02-22-2005, 10:30 AM
Lurch wrote:

>
> That's because it's nbtstat. If you try spelling it correctly and it
> still doesn't work then it's probably only available in XP pro.
> There's a lot of networking stuff that's dropped from XP home as it's
> not designed for doing much networking with.

LOL..Shocking when I can't even recognise my own initials.It is
available in XP Home.

nbt (perhaps needing a trip to specsavers)
 
Reply With Quote
 
Conor
Guest
Posts: n/a

 
      02-22-2005, 10:41 AM
In article <(E-Mail Removed)>, Lurch says...
> On Tue, 22 Feb 2005 10:11:33 +0000, NBT <(E-Mail Removed)>
> strung together this:
>
> >Question:- Is this command supposed to be available in Xp or is it just
> >an NT or maybe XP Pro executable.
> >We have a couple of machines on a home "network" running XP Home SP2 and
> >nbstat.exe is not on either of these machines.

>
> That's because it's nbtstat. If you try spelling it correctly and it
> still doesn't work then it's probably only available in XP pro.
> There's a lot of networking stuff that's dropped from XP home as it's
> not designed for doing much networking with.
>

Its in XP Home..thats what I used to check the -n switch.

--
Conor

An imperfect plan executed violently is far superior to a perfect plan.
-- George Patton
 
Reply With Quote
 
Conor
Guest
Posts: n/a

 
      02-22-2005, 10:41 AM
In article <(E-Mail Removed)>, NBT says...
> Conor wrote:
> 8><............................................
> >
> > To see if this is the problem open a command prompt on each and type...
> >
> > nbtstat -n
> >
> > The line you are looking for is
> >
> > ..__MSBROWSE__ (etc)
> >

> 8><............................................... ........
> Question:- Is this command supposed to be available in Xp or is it just
> an NT or maybe XP Pro executable.
> We have a couple of machines on a home "network" running XP Home SP2 and
> nbstat.exe is not on either of these machines.
> John doesn't say which version of XP he is running.
> nbt
>


nbtstat....and I tried it on XP Home SP2.


--
Conor

An imperfect plan executed violently is far superior to a perfect plan.
-- George Patton
 
Reply With Quote
 
Martin Underwood
Guest
Posts: n/a

 
      02-22-2005, 12:00 PM

"Lurch" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Tue, 22 Feb 2005 10:11:33 +0000, NBT <(E-Mail Removed)>
> strung together this:
>
>>Question:- Is this command supposed to be available in Xp or is it just
>>an NT or maybe XP Pro executable.
>>We have a couple of machines on a home "network" running XP Home SP2 and
>>nbstat.exe is not on either of these machines.

>
> That's because it's nbtstat. If you try spelling it correctly and it
> still doesn't work then it's probably only available in XP pro.
> There's a lot of networking stuff that's dropped from XP home as it's
> not designed for doing much networking with.


I've got XP Home and it *is* there. I've been caught out by that one before
now: the "nb" stands for "NetBIOS", as used by the older WINS name service
used by Win 9x, and I presume that the "t" stands for "table".


 
Reply With Quote
 
Alex Fraser
Guest
Posts: n/a

 
      02-22-2005, 12:50 PM
"Martin Underwood" <(E-Mail Removed)> wrote in message
news:421b2ce4$0$48129$(E-Mail Removed)...
> I've got XP Home and it *is* there. I've been caught out by that one
> before now: the "nb" stands for "NetBIOS", as used by the older WINS name
> service used by Win 9x, and I presume that the "t" stands for "table".


nbtstat = N(et)B(IOS) (over) T(CP/IP) stat(us).

Alex


 
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
Accessing files from other computer namooney Wireless Networks 2 12-10-2007 03:45 AM
accessing other computer via wireless Josh159 Wireless Networks 1 09-21-2004 10:06 PM
Accessing computer with W98 John Windows Networking 0 06-21-2004 01:41 PM
Accessing A Computer With A Private IP Address Nathan Sokalski Broadband Hardware 4 05-26-2004 08:56 PM
Accessing a Computer Outside of my MN-700 Ron Nelson Broadband Hardware 5 05-03-2004 01:39 PM



1 2 3 4 5 6 7 8 9 10 11