RE: [WISPA] ping utility

2006-02-13 Thread Paul Hendry
You could also try just pinging the broadcast address for the network. Most
network device will respond and show there IP address. Failing that Super
Scan is a great tool and is handy to see what ports you have open and
therefore help asses any security risks.

Cheers,

P.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Blair Davis
Sent: 11 February 2006 21:10
To: WISPA General List
Subject: Re: [WISPA] ping utility

Try this.

http://www.angryziber.com/ipscan/

It works well for me and is free.

Brian Rohrbacher wrote:

 Is there a program out there that will work on windows to ping 
 addresses?  I hung a Trango AP and don't know it's IP address.  Any 
 way to get it?  I think I know what range it's on, but that is a lot 
 of addresses to ping.  Any program that will do this?


-- 
Blair Davis

AOL IM Screen Name --  Theory240

West Michigan Wireless ISP
269-686-8648

A division of:
Camp Communication Services, INC

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.6/257 - Release Date: 10/02/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.6/257 - Release Date: 10/02/2006
 

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility - Trango

2006-02-13 Thread Tom DeReggi
Take note that when ever you reboot a Trango radio it sends out packets from 
the IP that it is configured on.
So if the Trango is connected to a Linux PC/Router, just run TCPDUMP, reboot 
the Radio, and watch for the IP.


If on Windows any packet sniffer will give that info. We use Etherreal.

Tom DeReggi
RapidDSL  Wireless, Inc
IntAirNet- Fixed Wireless Broadband


- Original Message - 
From: Blair Davis [EMAIL PROTECTED]

To: WISPA General List wireless@wispa.org
Sent: Saturday, February 11, 2006 4:10 PM
Subject: Re: [WISPA] ping utility



Try this.

http://www.angryziber.com/ipscan/

It works well for me and is free.

Brian Rohrbacher wrote:

Is there a program out there that will work on windows to ping addresses? 
I hung a Trango AP and don't know it's IP address.  Any way to get it?  I 
think I know what range it's on, but that is a lot of addresses to ping. 
Any program that will do this?




--
Blair Davis

AOL IM Screen Name --  Theory240

West Michigan Wireless ISP
269-686-8648

A division of:
Camp Communication Services, INC

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/ 


--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Travis Johnson

In a DOS window, you can do:

for /L %x in (1,1,254) do @ping 192.168.1.%x -w 100 -n 1 | find Reply from

Travis
Microserv

Brian Rohrbacher wrote:

Is there a program out there that will work on windows to ping 
addresses?  I hung a Trango AP and don't know it's IP address.  Any 
way to get it?  I think I know what range it's on, but that is a lot 
of addresses to ping.  Any program that will do this?




--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Brian Rohrbacher
I am dumber than that,  I tried to type that stuff in but no go.  I 
think the IP might be 10.0.2.???  Exactly what should I type?


Travis Johnson wrote:


In a DOS window, you can do:

for /L %x in (1,1,254) do @ping 192.168.1.%x -w 100 -n 1 | find Reply 
from


Travis
Microserv

Brian Rohrbacher wrote:

Is there a program out there that will work on windows to ping 
addresses?  I hung a Trango AP and don't know it's IP address.  Any 
way to get it?  I think I know what range it's on, but that is a lot 
of addresses to ping.  Any program that will do this?






--
Brian Rohrbacher
Reliable Internet, LLC
www.reliableinter.net
Cell 269-838-8338

Caught up in the Air 1 Thess. 4:17

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Mark Nash
They send out an ARP packet if you can plug in locally and do a frame capture.
-Original Message-
From: Brian Rohrbacher [EMAIL PROTECTED]
Date: Sat, 11 Feb 2006 12:54:22 
To:Conversations over a new WISP Trade Organization wireless@wispa.org
Subject: [WISPA] ping utility

Is there a program out there that will work on windows to ping 
addresses?  I hung a Trango AP and don't know it's IP address.  Any way 
to get it?  I think I know what range it's on, but that is a lot of 
addresses to ping.  Any program that will do this?

-- 
Brian Rohrbacher
Reliable Internet, LLC
www.reliableinter.net
Cell 269-838-8338

Caught up in the Air 1 Thess. 4:17

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/
-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Brian Rohrbacher
Again.  I am dumber than that.  I've never even heard of a frame 
capture, much less know what it is, how to do it, or what to do it on?  
LOL  :)


Mark Nash wrote:


They send out an ARP packet if you can plug in locally and do a frame capture.
-Original Message-
From: Brian Rohrbacher [EMAIL PROTECTED]
Date: Sat, 11 Feb 2006 12:54:22 
To:Conversations over a new WISP Trade Organization wireless@wispa.org

Subject: [WISPA] ping utility

Is there a program out there that will work on windows to ping 
addresses?  I hung a Trango AP and don't know it's IP address.  Any way 
to get it?  I think I know what range it's on, but that is a lot of 
addresses to ping.  Any program that will do this?


 



--
Brian Rohrbacher
Reliable Internet, LLC
www.reliableinter.net
Cell 269-838-8338

Caught up in the Air 1 Thess. 4:17

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread John Scrivner

Travis,
This is something I have never seen before. Thanks for this tip. Is 
there any place you know of that can tell us more about the syntax of 
scripts like this so we can all become more knowledgeable about setting 
them up with different criteria? I think this is a very useful tool. I 
have had many situations where I needed to run through a block of 
addresses to see what was in use. This is going to be a nice simple way 
to check this from now on for me.

Thank you,
Scriv


Travis Johnson wrote:


In a DOS window, you can do:

for /L %x in (1,1,254) do @ping 192.168.1.%x -w 100 -n 1 | find Reply 
from


Travis
Microserv

Brian Rohrbacher wrote:

Is there a program out there that will work on windows to ping 
addresses?  I hung a Trango AP and don't know it's IP address.  Any 
way to get it?  I think I know what range it's on, but that is a lot 
of addresses to ping.  Any program that will do this?





--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Joe Laura
Brian, Look at lan is free and I use it every day. Its a nice utility.
Superior Wireless
New Orleans,La.
www.superior1.com
- Original Message - 
From: Brian Rohrbacher [EMAIL PROTECTED]
To: WISPA General List wireless@wispa.org
Sent: Saturday, February 11, 2006 12:20 PM
Subject: Re: [WISPA] ping utility


 Again.  I am dumber than that.  I've never even heard of a frame
 capture, much less know what it is, how to do it, or what to do it on?
 LOL  :)

 Mark Nash wrote:

 They send out an ARP packet if you can plug in locally and do a frame
capture.
 -Original Message-
 From: Brian Rohrbacher [EMAIL PROTECTED]
 Date: Sat, 11 Feb 2006 12:54:22
 To:Conversations over a new WISP Trade Organization wireless@wispa.org
 Subject: [WISPA] ping utility
 
 Is there a program out there that will work on windows to ping
 addresses?  I hung a Trango AP and don't know it's IP address.  Any way
 to get it?  I think I know what range it's on, but that is a lot of
 addresses to ping.  Any program that will do this?
 
 
 

 -- 
 Brian Rohrbacher
 Reliable Internet, LLC
 www.reliableinter.net
 Cell 269-838-8338

 Caught up in the Air 1 Thess. 4:17

 -- 
 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/


-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Blair Davis

Try this.

http://www.angryziber.com/ipscan/

It works well for me and is free.

Brian Rohrbacher wrote:

Is there a program out there that will work on windows to ping 
addresses?  I hung a Trango AP and don't know it's IP address.  Any 
way to get it?  I think I know what range it's on, but that is a lot 
of addresses to ping.  Any program that will do this?




--
Blair Davis

AOL IM Screen Name --  Theory240

West Michigan Wireless ISP
269-686-8648

A division of:
Camp Communication Services, INC

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Brian Rohrbacher
Thanks everyone.  Turns out I had the POE plugged into the switch 
instead of the other black cable that was the one going up the tower.  
When I plugged the LAN side of the POE into the switch I got 2 lights on 
the switch to turn on.  Then I figured out the little loop.  So I dug 
into the nema box a little deeper and found the correct black cable.  
And the radio was at default.


Thanks, All.

Blair Davis wrote:


Try this.

http://www.angryziber.com/ipscan/

It works well for me and is free.

Brian Rohrbacher wrote:

Is there a program out there that will work on windows to ping 
addresses?  I hung a Trango AP and don't know it's IP address.  Any 
way to get it?  I think I know what range it's on, but that is a lot 
of addresses to ping.  Any program that will do this?






--
Brian Rohrbacher
Reliable Internet, LLC
www.reliableinter.net
Cell 269-838-8338

Caught up in the Air 1 Thess. 4:17

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Tim Kerns
Glad you found your problem, but those of us who are lazy 
http://www.radmin.com/download/index.php


and look for IPScanner windows based program which will scan a subnet.


- Original Message - 
From: Brian Rohrbacher [EMAIL PROTECTED]

To: [EMAIL PROTECTED]; WISPA General List wireless@wispa.org
Sent: Saturday, February 11, 2006 1:57 PM
Subject: Re: [WISPA] ping utility


Thanks everyone.  Turns out I had the POE plugged into the switch instead 
of the other black cable that was the one going up the tower.  When I 
plugged the LAN side of the POE into the switch I got 2 lights on the 
switch to turn on.  Then I figured out the little loop.  So I dug into the 
nema box a little deeper and found the correct black cable.  And the radio 
was at default.


Thanks, All.

Blair Davis wrote:


Try this.

http://www.angryziber.com/ipscan/

It works well for me and is free.

Brian Rohrbacher wrote:

Is there a program out there that will work on windows to ping 
addresses?  I hung a Trango AP and don't know it's IP address.  Any way 
to get it?  I think I know what range it's on, but that is a lot of 
addresses to ping.  Any program that will do this?






--
Brian Rohrbacher
Reliable Internet, LLC
www.reliableinter.net
Cell 269-838-8338

Caught up in the Air 1 Thess. 4:17

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/



--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] ping utility

2006-02-11 Thread Scott Reed




And, though it shouldn't work according to one of the RFCs, most of the time you can ping the broadcast address and then look at the ARP table.  I realize the original problem was fixed, but here is a quick find a machine procedure.
Assume PC is addressed as the device to be found and the subnet is correct.  For this, I will use 10.0.0.x/24.  Thus the broadcast address is 10.0.0.255.
In a DOS (cmd) window
ping 10.0.0.255
arp -a
Most device respond on the broadcast address.  The arp -a shows the arp table.  This does require the PC be on the same subnet as the device, but it is a shortcut way to find devices.

For doing real troubleshooting, I too like [EMAIL PROTECTED] and ethereal.

Scott Reed 


Owner 


NewWays 


Wireless Networking 


Network Design, Installation and Administration 


www.nwwnet.net 




-- Original Message 
---

From: Tim Kerns [EMAIL PROTECTED] 


To: WISPA General List wireless@wispa.org 


Sent: Sat, 11 Feb 2006 16:46:31 -0800 


Subject: Re: [WISPA] ping utility 



 Glad you found your problem, but those of us who are lazy  
 

http://www.radmin.com/download/index.php 
 
 

and look for IPScanner windows based program which will scan a subnet. 

 
 

- Original Message -  
 

From: Brian Rohrbacher [EMAIL PROTECTED] 
 

To: [EMAIL PROTECTED]; WISPA General List 
wireless@wispa.org 
 

Sent: Saturday, February 11, 2006 1:57 PM 
 

Subject: Re: [WISPA] ping utility 
 
 

 Thanks everyone.  Turns out I had the POE plugged into the switch 
instead  
 

 of the other black cable that was the one going up the tower.  
When I  
 

 plugged the LAN side of the POE into the switch I got 2 lights on the  

 

 switch to turn on.  Then I figured out the little loop.  So I dug 
into the  
 

 nema box a little deeper and found the correct black cable.  And the 
radio  
 

 was at default. 
 

 
 

 Thanks, All. 
 

 
 

 Blair Davis wrote: 
 

 
 

 Try this. 
 

 
 

 http://www.angryziber.com/ipscan/ 
 

 
 

 It works well for me and is free. 
 

 
 

 Brian Rohrbacher wrote: 
 

 
 

 Is there a program out there that will work on windows to ping  

 

 addresses?  I hung a Trango AP and don't know it's IP address. 
 Any way  
 

 to get it?  I think I know what range it's on, but that is a 
lot of  
 

 addresses to ping.  Any program that will do this? 
 

 
 

 
 

 
 

 --  
 

 Brian Rohrbacher 
 

 Reliable Internet, LLC 
 

 www.reliableinter.net 
 

 Cell 269-838-8338 
 

 
 

 Caught up in the Air 1 Thess. 4:17 
 

 
 

 --  
 

 WISPA Wireless List: wireless@wispa.org 
 

 
 

 Subscribe/Unsubscribe: 
 

 http://lists.wispa.org/mailman/listinfo/wireless 
 

 
 

 Archives: http://lists.wispa.org/pipermail/wireless/ 
 

  
 
 

--  
 

WISPA Wireless List: wireless@wispa.org 
 
 

Subscribe/Unsubscribe: 
 

http://lists.wispa.org/mailman/listinfo/wireless 
 

 

Archives: http://lists.wispa.org/pipermail/wireless/ 
--- 
End of Original Message 
---






-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/