Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-18-2005, 10:54 PM
emebohw2@netscape.net
Guest
 
Posts: n/a
Default determine computer name thats sharing out wireless

Hi all. If I connect to someone elses wireless network, how can I
determine the computer name of the machine thats sharing out their
connection?


Reply With Quote
  #2 (permalink)  
Old 08-18-2005, 11:45 PM
Lars
Guest
 
Posts: n/a
Default Re: determine computer name thats sharing out wireless


<emebohw2@netscape.net> wrote in message
news:1124402088.161201.17960@z14g2000cwz.googlegro ups.com...
> Hi all. If I connect to someone elses wireless network, how can I
> determine the computer name of the machine thats sharing out their
> connection?
>


Why would you want to know.



Reply With Quote
  #3 (permalink)  
Old 08-19-2005, 02:56 AM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: determine computer name thats sharing out wireless

On 18 Aug 2005 14:54:48 -0700, emebohw2@netscape.net wrote:

>Hi all. If I connect to someone elses wireless network, how can I
>determine the computer name of the machine thats sharing out their
>connection?


I'll assume Windoze XP Home. If you're using something different, it
would be helpful if you would supply enough information to supply a
reasonable answer.

There's really no reason to need that info but if you insist, try
running:
Start -> run -> <enter>
net view
That should list all machines on the LAN with sharing enabled like
this:

C:\junk> view
Server Name Remark
--------------------------------------------------
\\BLITHER PII-266
\\CHOLESTEROL PIII-933
\\MICRON PII-600
\\AVARICE Bookkeeping
The command completed successfully.

If that fails, run:
nbtstat -n
which should give a bunch of NETBIOS machine names and workgroups.


C:\junk> nbtstat -n
Local Area Connection:
Node IpAddress: [192.168.1.11] Scope Id: []
NetBIOS Local Name Table
Name Type Status
---------------------------------------------
CHOLESTEROL <00> UNIQUE Registered
CHOLESTEROL <20> UNIQUE Registered
WORKGROUP <00> GROUP Registered
WORKGROUP <1E> GROUP Registered


C:\junk> nbtstat -r
NetBIOS Names Resolution and Registration Stat
----------------------------------------------
Resolved By Broadcast = 3
Resolved By Name Server = 0
Registered By Broadcast = 4
Registered By Name Server = 0

NetBIOS Names Resolved By Broadcast
---------------------------------------------
MICRON
MICRON
MICRON

--
Jeff Liebermann jeffl@comix.santa-cruz.ca.us
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
AE6KS 831-336-2558

Reply With Quote
  #4 (permalink)  
Old 08-19-2005, 07:49 AM
David Taylor
Guest
 
Posts: n/a
Default Re: determine computer name thats sharing out wireless

> Hi all. If I connect to someone elses wireless network, how can I
> determine the computer name of the machine thats sharing out their
> connection?


It might not be a computer, it could be a router, in fact it's most
likely a router and besides, why would you want to know that?

Reply With Quote
  #5 (permalink)  
Old 08-19-2005, 07:54 AM
David Taylor
Guest
 
Posts: n/a
Default Re: determine computer name thats sharing out wireless

Easier to do:-

ipconfig /all

Then nbtstat -A <ip address of the default gateway address retrieved
from above>

Then just pick out the entry with the <00>

The problem with NET VIEW is that it relies on the browser service which
through it's basic operation is unreliable, particularly in a
multiworkgroup/domain environment in the absence of WINS or cross
related entries in LMHOSTS.

Therefore it's far easier to just query the other machines netbios name
table.

David.

Reply With Quote
  #6 (permalink)  
Old 08-19-2005, 11:49 AM
frankdowling1@yahoo.com
Guest
 
Posts: n/a
Default Re: determine computer name thats sharing out wireless


In the router control panel :

- admin area > local network > dhcp client table may tell you which
computers have been assigned on the lan with active leases
- wireless mac address > wireless client mac mac list will show you the
current wireless clients

emebohw2@netscape.net wrote:
> Hi all. If I connect to someone elses wireless network, how can I
> determine the computer name of the machine thats sharing out their
> connection?



Reply With Quote
  #7 (permalink)  
Old 08-19-2005, 05:32 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: determine computer name thats sharing out wireless

On Fri, 19 Aug 2005 06:54:32 GMT, David Taylor <djtaylor@bigfoot.com>
wrote:

>Easier to do:-
>
>ipconfig /all
>
>Then nbtstat -A <ip address of the default gateway address retrieved
>from above>
>
>Then just pick out the entry with the <00>


That only works if the gateway is a Windoze machine. The original
question implied that he's connecting to a computer, but it's more
likely that it's really a router. I just tried it point to my
BEFW11S4v4 gateway/router and got:

C:\junk> nbtstat -A 192.168.1.1
Local Area Connection:
Node IpAddress: [192.168.1.11] Scope Id: []
Host not found.

>The problem with NET VIEW is that it relies on the browser service which
>through it's basic operation is unreliable, particularly in a
>multiworkgroup/domain environment in the absence of WINS or cross
>related entries in LMHOSTS.


True. Windoze browser service is marginal at best. I just love
waiting 12 minutes for updates. You can bypass the browser service by
simply pointing directly at the IP addresses. If sharing is enabled,
even if there are no open shares, it will show the machine name. Of
course, one needs to know the IP address of the target machine first.
Start -> run -> \\192.168.1.1
or
Start -> run -> \\Netbios_name

>Therefore it's far easier to just query the other machines netbios name
>table.


Yep, if it's a Windoze machine and not a router.

Incidentally, I use a program called NBTSCAN to search blocks of IP's
for machines.
http://www.inetcat.org/software/nbtscan.html
NMAP works, but it far more complex than I need for simply identifying
machines.

C:\blah> nbtscan 192.168.1.0/24
>Doing NBT name scan for addresses from 192.168.1.0/24
>
>IP address NetBIOS Name Server User MAC address
>------------------------------------------------------------------------------
>192.168.1.0 Sendto failed: Cannot assign requested address
>192.168.1.1 Recvfrom failed: Connection reset by peer
>192.168.1.11 CHOLESTEROL <server> <unknown> 00-02-b3-1e-39-ed


Well, not very interesting because I tore apart my network last night
and only have one machine online. Some of the other machines that
have firewalls running appear invisible, which is good.



--
Jeff Liebermann jeffl@comix.santa-cruz.ca.us
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
AE6KS 831-336-2558

Reply With Quote
  #8 (permalink)  
Old 08-19-2005, 06:08 PM
David Taylor
Guest
 
Posts: n/a
Default Re: determine computer name thats sharing out wireless

> That only works if the gateway is a Windoze machine. The original
> question implied that he's connecting to a computer, but it's more
> likely that it's really a router. I just tried it point to my


Certainly and I also stated in my first post that the machine sharing
was most likely to be a router.

I suspect the original question was one with malicous intent.

David.

Reply With Quote
Sponsored Links
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My computer doesnt recognize my wireless network card! sherri20 Troubleshooting 4 03-25-2008 09:42 PM
Don't fall victim to the 'Free Wi-Fi' scam Ablang alt.internet.wireless 5 02-04-2007 09:44 AM
Call For Papers: WORLDCOMP'07: conferences in computer science & computer engineering, USA A. M. G. Solo comp.security.misc 0 01-19-2007 09:01 AM
CFP: WIRELESS APPLICATIONS AND COMPUTING 2007 natty2006@gmail.com alt.internet.wireless 0 01-18-2007 04:35 PM
From Internet to Wireless Fidelity (Wi-Fi): A Study of Wi-Fi Public Hotspots Users. EsPUdeh@gmail.com alt.internet.wireless 1 07-31-2006 09:26 PM


All times are GMT. The time now is 07:51 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45