Using Wire Shark to recover your IP address
#1
I mentioned that I had one screwup in a previous post. I unchecked DHCP and didn't pay attention to (or set) the IP address that Blue defaults to. It's easy to recover from such a mistake

Using Wire Shark I was able to recover the IP and set it to something my network would like in less than 5 minutes. This is how I did it-

Assuming Wire Shark is already installed

(1) Connect the computer LAN port directly to the LAN port on the Blue with a Cat 5 cable. Do not use a switch. Connect port to port so that there is no other network traffic.

(2) Start Wire Shark. Make sure you tell it to use the LAN port

(3) BTW- You'll need to know what your laptop IP address is. If you don't know how to find that then this process probably isn't going to work.

(4) Watch the packets scrolling thru and look for an IP address that isn't your laptops IP address. Write that down. 

(5) As an example, if your laptop is 192.168.17.100 and you see 192.168.1.233 then your Blue is on the .233 address. Write it down. To connect to Blue you have to change your laptop to something in the same subnet. So...

(6) Shut Wire Shark down (and give it a hug for being so good). Change your laptop IP to 192.168.1. something other than 233. .200 would be fine. 

(7) Open a browser, put 192.168.1.233 in the address and rejoice when the Blue config screen pops up 

Pretty easy...
Michael Lloyd  NE5U
Weimar, TX USA
Stations: 1745
Reply
#2
Nice tip! Useful in many situations.
Stations: 1961
Reply
#3
Your router should show what IPs are active, not just DHCP assignments.

You can ping your subnet and find active IPs.

FOR /L %i IN (1,1,254) DO ping -n 1 192.168.1.%i

Or use NMAP.

nmap -n -sP 192.168.1.0/24

After using ping or NMAP, you can use ARP command to find mac addresses if IPs do not make sense.

arp -a

Then use the WireShark OUI tool to find manufacturer of the network device.

https://www.wireshark.org/tools/oui-lookup.html

In my system Blue the OUI comes up with No Match, but all other devices have some manufacturer listed.
Kevin McCormick KB0UOI
Macomb, IL USA
Stations: 1539
Reply
#4
Last time my website was got blacklisted, i think this can work there.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)