Forum Articles
  Welcome back Join CF
You are here You are here: Home | Forum | Which router am i connected to software

You are currently viewing our boards as a guest which gives you limited access to view most of the discussions, articles and other free features. By joining our Virgin Media community you will have full access to all discussions, be able to view and post threads, communicate privately with other members (PM), respond to polls, upload your own images/photos, and access many other special features. Registration is fast, simple and absolutely free so please join our community today.


Welcome to Cable Forum
Go Back   Cable Forum > Computers & IT > Networking
Register FAQ Community Calendar

Which router am i connected to software
Reply
 
Thread Tools
Old 07-02-2008, 11:17   #1
southwell
Inactive
 
Join Date: Feb 2005
Location: Basingstoke
Age: 41
Services: Sky HD Virgin Phone + 50mb
Posts: 918
southwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation era
Which router am i connected to software

We have about 30 AP's in our workplace and are having an issue with a couple. Does anyone know of any software that will tell me which one the laptop is connected to? We think two of them keep picking up and dropping the laptops in the area and thus causing them to lose network connection.

Thanks

Oops, i mean access point, not router.
southwell is offline   Reply With Quote
Advertisement
Old 07-02-2008, 11:21   #2
Graham M
-
 
Graham M's Avatar
 
Join Date: Jul 2003
Location: Poole, Dorset
Age: 40
Services: FreeSat+ Tivo V-Box VM 60MBit
Posts: 13,365
Graham M has a pair of shiny starsGraham M has a pair of shiny stars
Graham M has a pair of shiny starsGraham M has a pair of shiny starsGraham M has a pair of shiny starsGraham M has a pair of shiny starsGraham M has a pair of shiny starsGraham M has a pair of shiny starsGraham M has a pair of shiny starsGraham M has a pair of shiny stars
Send a message via MSN to Graham M Send a message via Yahoo to Graham M
Re: Which router am i connected to software

I take it they all have the same SSID?
Graham M is offline   Reply With Quote
Old 07-02-2008, 11:23   #3
southwell
Inactive
 
Join Date: Feb 2005
Location: Basingstoke
Age: 41
Services: Sky HD Virgin Phone + 50mb
Posts: 918
southwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation era
Re: Which router am i connected to software

Yes.
southwell is offline   Reply With Quote
Old 07-02-2008, 13:01   #4
DocDutch
argh
 
Join Date: Feb 2005
Age: 47
Services: full house package
Posts: 4,327
DocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronze
DocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronze
Re: Which router am i connected to software

how have you set the AP's up? chain linked them all in a bridge setup or star configuration?

also do you know which AP is causing the issue or are you trying to find this out?
DocDutch is offline   Reply With Quote
Old 07-02-2008, 13:07   #5
southwell
Inactive
 
Join Date: Feb 2005
Location: Basingstoke
Age: 41
Services: Sky HD Virgin Phone + 50mb
Posts: 918
southwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation era
Re: Which router am i connected to software

They are a star configuration. We 'think' we know which two are doing it. I just want to try to replicate the problem others say they are having and i can't. This may be due to me having a decent Dell laptop and the others having Novatech own brand laptops though. It would be nice to have a bit of software that will show which AP the laptops are switching inbetween.

Cheers
southwell is offline   Reply With Quote
Old 07-02-2008, 13:28   #6
DocDutch
argh
 
Join Date: Feb 2005
Age: 47
Services: full house package
Posts: 4,327
DocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronze
DocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronzeDocDutch is cast in bronze
Re: Which router am i connected to software

dont know if there is any software that will tell you which lappy is connected to what AP.
DocDutch is offline   Reply With Quote
Old 07-02-2008, 14:22   #7
popper
Inactive
 
Join Date: Jan 2006
Posts: 3,270
popper has a bronze arraypopper has a bronze arraypopper has a bronze array
popper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze array
Re: Which router am i connected to software

if you can be bothered to learn some scripting then rebol should be able to do that for you, and make a good GUI if you put the effort in.

make a script that you run on any machine you like, make it into a client/server type script and collect all the data you like.

http://www.codeconscious.com/rebol/rebol-net.html
"...
Determining IP Addresses

"I was wondering if there is a way to use REBOL to determine the ip addresses currently connected to my local machine if its acting as a proxy.

I believe the answer is no but was interested how I might determine that or another language that could do that and interface with REBOL by means of exchange that data via a tcp port."

Do you mean the IP address of the remote end of a connected TCP port ? You can find that in port/remote-ip.

The IP address of the local end of the connection is in port/local-ip. Additionally there are port/remote-port and port/local-port for the port numbers.

Or are you trying to find the IP addresses assigned to the interfaces of your machine ? With current experimentals try "get-modes udp:// 'interfaces".

This returns a block of objects that contain network configuration paramenters, including IP addresses. Works with most operating systems (not with BeOS and Elate though).
Holger Kruse"

http://search.virginmedia.com/result...p&cr=&x=23&y=8

http://www.rebol.org/cgi-bin/cgiwrap...script-index.r

http://rebolweek.blogspot.com/
http://www.rebol.net/builds/

http://www.rebolforces.com/articles/hipe.html
"
Building a server engine

If you want to start using REBOL for server applications, you may consider building a server engine for all network communications. In this article I'll describe the HIgh Performance Engine of Rugby, hipe.

Hipe provides you with a TCP and UDP based server framework, and a simple form of threading.

What kind of features do we expect from a server framework?
  • TCP and UDP capable, as these are the dominant protocols of the Internet.
  • Easy addition of protocol handlers built on top of hipe.
  • Good performance.
  • Some simple form of threading. This is useful to start little tasks while we are in the network event loop.
So let's start our script with

...
"
popper is offline   Reply With Quote
Old 07-02-2008, 14:28   #8
southwell
Inactive
 
Join Date: Feb 2005
Location: Basingstoke
Age: 41
Services: Sky HD Virgin Phone + 50mb
Posts: 918
southwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation era
Re: Which router am i connected to software

Scripting shouldn't be a problem, ill have a look into that, thanks very much.
southwell is offline   Reply With Quote
Old 07-02-2008, 14:59   #9
popper
Inactive
 
Join Date: Jan 2006
Posts: 3,270
popper has a bronze arraypopper has a bronze arraypopper has a bronze array
popper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze array
Re: Which router am i connected to software

http://www.rebol.com/docs.html
http://www.rebol.com/pre-view.html

if you prefer to use a browser as your front end rather than the cli/shell or make your own GUI in 'rebol/view' then you might try using the browser plugin.

check out the examples and the plugin here
http://www.rebol.com/web-plugin.html
http://www.rebol.net/plugin/demos/

i like Pongo the Arkanoid style block game.
Author: Kurt

http://www.rebol.net/plugin/demos/pongo.html
popper is offline   Reply With Quote
Old 08-02-2008, 21:50   #10
dragon
Inactive
 
Join Date: Jan 2004
Posts: 3,898
dragon has reached the bronze age
dragon has reached the bronze agedragon has reached the bronze agedragon has reached the bronze agedragon has reached the bronze agedragon has reached the bronze agedragon has reached the bronze agedragon has reached the bronze agedragon has reached the bronze agedragon has reached the bronze agedragon has reached the bronze age
Re: Which router am i connected to software

Wouldn't netstumber do this?

http://www.netstumbler.com/
dragon is offline   Reply With Quote
Old 08-02-2008, 22:05   #11
popper
Inactive
 
Join Date: Jan 2006
Posts: 3,270
popper has a bronze arraypopper has a bronze arraypopper has a bronze array
popper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze arraypopper has a bronze array
Re: Which router am i connected to software

well yeah i supose so as a one off,and you could probably cobble several of the wireless apps together to create a kind of long term monitoring/reporting shell script thing.

but he said he's got about 30 AP's and so i thought he might like to do a better long term job, as well as see if he likes rebol to create something far better and professional or just for :fun: and it would probably work out far quicker for most people writing rebol/view scripts.

everyone thats good at scripting should try rebol and then start releasing loads of scripts for interesting TCP:ip projects .
popper is offline   Reply With Quote
Old 11-02-2008, 08:36   #12
jem
cf.addict
 
Join Date: Mar 2005
Location: SE London (Bexley)
Services: Broadband only (Vivid 300)
Posts: 221
jem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these partsjem is just so famous around these parts
Re: Which router am i connected to software

Now I'm not actually sure that it's possible to find what access port you are connected to via any TCP method. APs are layer-2 devices not layer-3 (unless they are doing something odd) so for example they won't show up in a tracert.

I was once in a similar position with a company which had 22 Netgear APs dotted throughout the office and what I ended up doing was to look at the configuration pages for each AP and see which machines (listed by MAC address) were associated with each one. It's not as arduous as it sounds since you can start with the one physically nearest the problematic computer and work outwards from there until you find the MAC address of the PC listed.
__________________
"I believe in an open mind, but not so open that your brains fall out"
Arthur Hays Sulzberger
jem is offline   Reply With Quote
Old 11-02-2008, 08:56   #13
southwell
Inactive
 
Join Date: Feb 2005
Location: Basingstoke
Age: 41
Services: Sky HD Virgin Phone + 50mb
Posts: 918
southwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation erasouthwell has entered a golden reputation era
Re: Which router am i connected to software

I ended up using a program called netstumbler, unfortunately it threw up more questions than answers. The laptop skips through the two closest AP's and then locks onto one with half the signal strength. At least i now have some figures and graphs i can go back to the networking guys with.

thanks all.
southwell is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

Forum Jump


All times are GMT +1. The time now is 23:53.


Server: osmium.zmnt.uk
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum