Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   Networking (https://www.cableforum.uk/board/forumdisplay.php?f=87)
-   -   Which router am i connected to software (https://www.cableforum.uk/board/showthread.php?t=33628224)

southwell 07-02-2008 12:17

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. :rolleyes::D

Graham M 07-02-2008 12:21

Re: Which router am i connected to software
 
I take it they all have the same SSID?

southwell 07-02-2008 12:23

Re: Which router am i connected to software
 
Yes.

DocDutch 07-02-2008 14:01

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?

southwell 07-02-2008 14:07

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

DocDutch 07-02-2008 14:28

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.

popper 07-02-2008 15:22

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

...
"

southwell 07-02-2008 15:28

Re: Which router am i connected to software
 
Scripting shouldn't be a problem, ill have a look into that, thanks very much.

popper 07-02-2008 15:59

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

dragon 08-02-2008 22:50

Re: Which router am i connected to software
 
Wouldn't netstumber do this?

http://www.netstumbler.com/

popper 08-02-2008 23:05

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 . ;)

jem 11-02-2008 09:36

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.

southwell 11-02-2008 09:56

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.


All times are GMT +1. The time now is 20:37.

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