OUR NETWORK:TiVoCommunity TechLore MyOpenRouter Dijit Community MediaSmart Home See all... About UsAdvertiseContact Us

How to Locate Your Pogoplug On Your Network

You may be reading about people using SSH to connect to their Pogoplug and wondering, "How do they FIND their Pogoplug?"

Your Pogoplug gets an IP address dynamically, using DHCP. That is to say, the IP address of your Pogoplug could change on a regular basis.

To locate the IP address, first find the MAC hardware address. Just look at the bottom of your Pogoplug for the MAC hardware address. This will be in the format of 16 characters, in 8 pairs, separated by a colon (":"). The characters will be 0-9 and a-f. Write this down. For your Pogodrive, the MAC address should begin with 00:25:31

Now, you'll need to look at your DHCP server and look at the client leases. One of the leases will have the MAC hardware address of your Pogoplug listed. That entry will probably not have a name, but it will have an IP address. For an IPv4 address, the address will look like 4 numbers separated by dots, like 192.168.1.101 or something similar.

For most users, the DHCP server will probably be your router. Usually, the DHCP leases are listed in a table in the "status" section of your router's web interface. If you are not sure, just do a Google search on "router-name dhcp table".

If you don't have easy access to the router's DHCP table, you can use a brute-force approach. Download an IP address scanner and have it scan your local network. This will have the affect of populating your ARP table (which is a list of all known devices). Again, look for an entry that begins with 00:25:31.

To make sure it IS really your Pogoplug, try to ping the IP address. (Yes, Google it if you don't know how.) Once you have managed to ping the IP address successfully, examine your ARP table for the MAC hardware address. The command to type is "arp -a". If you find a MAC address in the ARP table that matches up to your Pogoplug, you can move on to SSH.

Discussion:    Add a Comment | Comments 1-3 of 3 | Latest Comment

September 20, 2011 8:09 PM

Great tips.

One real easy way to find the IP address of your Pogoplug is using Firefox.

While on your LAN go to my.pogoplug.com. Click on any file hosted on your pogoplug and select download.

A window will pop-up and ask you about the download.

Shown in the window is the IP address of the Pogoplug.

Then just select cancel and go to your SSH program and use the address shown and port 22.

Naturally you have to be on your LAN with the Pogoplug.

Explorer doesn't show the address, not sure about other browsers.

Place Shifting Enthusiasts

October 10, 2011 2:31 AM updated: October 10, 2011 2:34 AM

NORTON 360, on Windows, offers a simple straight forward way to locate both the MAC and the IP address of the devices connected to your LAN including computers, printers, Pogoplugs, and ... .

Norton 360 Security Map will give you Device Name, Adapter Manufacturer, the Category, Remote Monitoring, Trust Level, Connection, Physical Address, IP Address and if Excluded from IPS Scanning of everything connected to the local LAN.

For this exercise the IP address and/or MAC address are of interest so you can use something like Cygwin (available from RedHat for use on a WinXP/Vista/7 box) for the functionality of the unix/linux SSH command features. Oh, yea, you will have to use the Start->Programs->Accessories->Command Prompt to actually use SSH (indirectly). SSH has a lot of features so it might be best to do a little reading (use a search engine to locate the commands shown in the above comments) about SSH before jumping head-first into the Pogoplug's command line interface.

So, ...

Here is how you get to the map in Norton 360 ...
Norton 360 --> Tasks --> Check Network Security Map -->

Pogoplug Farming(tm) is Fun!

March 12, 2012 11:25 AM

Here's another way: have the PogoPlug report its IP address to a text file on your USB medium when it starts up. I added the following lines to /etc/init.d/rcS to create a file myIP.txt on the PogoPlug when it starts up:

############# Local additions ##############
ifconfig eth0 > /tmp/myIP.txt
sleep 5
[ -f /tmp/myIP.txt -a -d /tmp/.cemnt/mnt_sda1 ] && \
mv /tmp/myIP.txt /tmp/.cemnt/mnt_sda1/myIP.txt


The file contains the output of an /sbin/ifconfig eth0 command on my home network. I'm still testing the addition on other networks. You may notice a short delay at startup, I found that my PogoPlug takes 1332 ticks or about 4 seconds to mount the drive, hence the 5 second sleep.--**** S.

Discussion:    Add a Comment | Comments 1-3 of 3 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window