Вы находитесь на странице: 1из 4

How to set a static IP for a pogoplug and make it persistent Be cheap and DIY:

30/08/12 12:53

Be cheap and DIY:


Home Featured Media Swag About Contact

How to set a static IP for a pogoplug and make it persistent


4 Comments Posted by Blog Master on July 15, 2010 at 11:34 pm I recently purchased a seagate dockstar off buy.com for $25 with free shipping. For those of you in the know, its essentially a Marvell sheevaplug with less memory and flash size. Its still got the same 1.2ghz proc and built around the same platform, and even though its slightly less on the specs, it makes up for it with USB ports and the fact thats its ONLY 25 bucks.

Welcome
Thanks for visiting. If you've found any of this information useful or helpful in any way, please let me know!

Translate
Translate to:
English Translate
Powered by Google Translate.

Seagate Dockstar After setting up the dockstar, I installed openpogo as I wanted it to replace my NSLU2 which was acting as a transmission bit-torrent downloader and Asterisk PBX. It all installed pretty much ok, but with the exception of setting a static IP for the unit. I initially just set the DHCP options in my router to give it a static IP, but I wanted to know if there was an easy way to do this with the pogoplug software. I ended up emailing pogo support and below is what they told me: Please read through these instructions carefully. Applying them improperly will result in a bricked or inoperable Pogoplug. By the way, we already have logged an enhancement request to add this functionality in the Web interface at my.pogoplug.com though I have no information regarding a release date for such an update. You will need to first activate Pogoplug using the default setup I.S.P. modem => router => Pogoplug with an functioning DHCP Server. Next enable SSH: To enable SSH, login to http://my.pogoplug.com, navigate to the Settings

Recent Posts
How to build a cheap, light, but sturdy metal detector straight shaft How to build a Surf PI 1.2 pulse induction metal detector from a DIY kit. How to catch mice with just a glue trap and a cardboard box. Truly the best mouse trap I have seen. Asterisk and esmtp
Pgina 1 de 4

http://www.adrianandgenese.com/blogger/2010/07/15/how-to-set-a-static-ip-for-a-pogoplug-and-make-it-persistent/

How to set a static IP for a pogoplug and make it persistent Be cheap and DIY:

30/08/12 12:53

page, select Security Settings, and from the main pane, enable SSH for your Pogoplug. Choose your own SSH password. Now SSH into your Pogoplug with the username: root and the password you set previously. At the bash shell prompt, you can assign a static IP just as you would on any linux machine. For this example, I will use eth0:3 aliased interface so we dont lose our current static IP we are using for SSH. I will also assume my new static IP to be assigned is 192.168.77.3 and the default route gateway is 192.168.77.1 and the DNS name server is 192.168.77.2 To persist these changes after a power loss or reboot of the pogoplug, issue the following commands at the bash prompt. -bash-3.2# mount / -o remount,rw,noatime -bash-3.2# echo ifconfig eth0:3 192.168.77.3 netmask 255.255.255.0! >> /etc/init.d/rcS -bash-3.2# echo route add default gw 192.168.77.1! >> /etc/init.d/rcS -bash-3.2# echo echo nameserver 192.168.77.2" > /etc/resolv.conf >> /etc/init.d/rcS -bash-3.2# mount / -o remount,ro -bash-3.2# When done properly, your Pogoplug should continue to function when attached to a DHCP network. I wanted to post this because I could not easily find it online or in their forums, so I thought this could save someone the time and hassle of contacting their technical support.

(or sendmail) not sending voicemail emails unless first run manually from console How to get rid of acne, pimples, or blemishes without going to the dermatologist Configuring the OBiHai OBi110 to replace a linksys spa3102 as a google voice and pstn gateway using asterisk 1.4 How to load SIP or SCCP on a Cisco 7940 7960 7941 7961 Ip Phone or fix a protocol application invalid message How to configure BLF with a Linksys SPA942 and Asterisk 1.4 How to send an email alert using sendmail from Asterisk 1.4 when a call is made through Ooma How to recover ssh access to your pogoplug when hbmgr.sh has been removed from startup

Like

Send

Sign Up to see what your friends like.

Filed under Computers, Hack

Tagged as marvell, openpogo, pogoplug, seagate dockstar, sheevaplug, static ip address

42nd Avenue Bee's Belly! Calvin Chan Flopkins Michael Jeong Three Sweet Tiers Two Small Coins

You can leave a comment, or trackback from your own site.

4 Comments
On July 19, 2010 at 1:28 pm uday said hi there, i came across your blow while searching for openpogo and docstar. I too got one of these from woot and am trying to install pytivo but seem to have a problem. I did install openpogo but am not able to get tmp/mount_opt to be created that is needed to link the opt folder in the usb.

http://www.adrianandgenese.com/blogger/2010/07/15/how-to-set-a-static-ip-for-a-pogoplug-and-make-it-persistent/

Pgina 2 de 4

How to set a static IP for a pogoplug and make it persistent Be cheap and DIY:

30/08/12 12:53

did u install openpogo on usb ? do u have any good tutorial to install openpogo on usb? Also, i was trying to access the drive from my Kodak hd player and am not able to mount the pogo drive. My primary purpose was to use docstar as a NAS and have it do the torrent and be able to serve the files for streaming player. But so far no luck. I would really appreciate if you could pass me some links.. thanks us. On July 19, 2010 at 9:47 pm Blog Master said Hey there, Make sure you follow this guide to install openpogo exactly. Especially the part where it tells you how to make a symlink using the ln -s /tmp/mnt_opt/.opt /opt command. http://www.plugapps.com/index.php5?title=OpenPogo:Installing_Base_Package_-_USB As for installing applications like transmission-bt to use your dockstar as a bittorrent downloader, check out this page http://www.plugapps.com/index.php5?title=Portal:OpenPogo If you want to share out a drive to be mounted from another computer, best and easiest way to do that is by logging into your my.pogoplug.com and then creating and sharing out a folder on the drive (such as Downloads). Then, map this folder to be used for your downloaded torrents in transmission(ig. specifying /tmp/.cemnt/mnt_sda1/Downloads as the download directory). But remember, when first configuring your dockstar upon logging into it via SSH, youll have to make the drive writeable since it is by default (and after reboot), set to read only permissions. Use mount -o rw,remount / without the signs to do that. Hope this helpsinformation takes a bit to search and find, but theres enough info out there to get your dockstar up and running the way you want it. Thanks for visiting! On August 14, 2010 at 11:34 am Tushar said So that I am now considering to get a low power seedbox to run bit torrent 24!7 (Downloading HD movies) ; I was looking for pogo/dockstar/sheevaplug type of thing and got ur article.. Could you please share your experience hows the performance of this Dockstar which has 128M RAM / 256M ROM? Or you think sheevaplug 512/512 would be good ? On August 14, 2010 at 2:08 pm Blog Master said Hi tushar,

http://www.adrianandgenese.com/blogger/2010/07/15/how-to-set-a-static-ip-for-a-pogoplug-and-make-it-persistent/

Pgina 3 de 4

How to set a static IP for a pogoplug and make it persistent Be cheap and DIY:

30/08/12 12:53

The seagate dockstar with its slightly less beefy configuration runs excellent as a bittorrent client. I can always access the web interface even when downloading several large files at once (on my nslu2 with 266mhz 32mb ram, when i would download several large downlads at the same time, it would lock up the web gui because it would use around 90-99% cpu). I have never maxed out the CPU and memory while downloading with transmission (running at 12mbit down, and im also running asterisk at the same time which pushes about %18 cpu). I think the highest I ever got was maybe 70%-ish cpu usage, and I can still stream video content from the dockstar to my computer at the same time. For only $25, you might as well try it out vs the $100 sheevaplug with beefier configuration plus I think it has more usb ports which is very useful.

Leave a Reply
Your email address will not be published. Required fields are marked * Name *

Email *

Website

Comment

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym

title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Post Comment

Theme created by LessThanWeb

2010 Adrian Li

http://www.adrianandgenese.com/blogger/2010/07/15/how-to-set-a-static-ip-for-a-pogoplug-and-make-it-persistent/

Pgina 4 de 4

Вам также может понравиться