macsat.com OpenWrt and ASUS WL Forum
December 03, 2008, 23:40:13 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Back to macsat.com
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 17, 2008, 23:51:46 PM
Still no help with ushare Huh

You only need to unpack the add-on in /mnt/C
then read this guide to use.

2  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 03, 2008, 21:24:20 PM
Hi - I have a MGB 111 PE-4088 from pearl and i wanted to update it with following firmware

mgb111-update-400b2.c008m3

in web-gui i recive an error that refers to the name - so i renamed it to mgb111.bin -> but with this i got an other error

on my box now is the firmware 20080121_NetworkStorage_R400b2.BIN

and i can update it with the firmware from chimbo -> upgrade_b2_080307.bin

but i want to test that from jkr - can somebody perhaps help me?

thanks

I use the same box,  and upgrade the firm to C008M3.BIN  without problems,  try to download again, or use the simple version of JKR and then update to advanced version.

Cheers
3  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 02, 2008, 22:27:29 PM

(2) a (simple) web server (...as far as I can recall, configuring Apache requires a time commitment way beyond what I am willing to invest)

Try to use httpd included in JKR firm, put your .html files in  /mnt/C/sys/www
to star httpd server only run
httpd
in your browser use this  http://ip-box:8080

(3) an SSH server

Would you recommend any of the files in JKR's repository for the above tasks?


I use Dropbear http://mgb111.pradnik.net/addons/dropbear-ssh-sshd-050.3.tgz
download in /mnt/C and extract
then change directory to /mnt/C/sys/etc
and run
dropbearkey -t rsa -f dropbear_rsa_host_key
wait to create the key
then run
dropbear
ssh server is now running
use putty to conect using ssh

I use this method, if exist other, please correct me  if I´m wrong Grin

Cheers
4  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 01, 2008, 20:06:51 PM
@Chimbo great guide  y thanks for sharing your Knowledge,  have you any guide to run this add-on  http://mgb111.pradnik.net/addons/apache-1.3.41-php-gdlib-mysql.tar.gz  or what recommend to use.

Thanks in advance,
5  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: May 01, 2008, 18:01:14 PM
@Aqualung

If I not wrong,  you need to unzip in /mnt/C 

I don´t use mldonkey becouse is not allowed in most importat trackers.

Cheers.
6  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 23, 2008, 16:42:07 PM
Quote
I´m newbie in this things, i try to learn

but google did close?

-A append
-D delete

http://www.google.pl/search?q=iptables+howto

and i am removing my profile.

I know, thanks,  a use this

Code:
$ iptables -t nat -D PREROUTING -p tcp --dport 80 -j DNAT --to 192.168.1.100:2005

insmod: ip_tables.o: no module by that name found
modprobe: failed to load module ip_tables
iptables v1.3.3: can't initialize iptables table `nat': Table does not exist (do
 you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

and try this too

Code:
$ iptables -D PREROUTING -p tcp --dport 80 -j DNAT --to 192.168.1.100:2005

What i doing wrong.

If I bother with my questions,  tell me, and I leave the Forum.

Cheers
7  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 23, 2008, 15:36:13 PM
Quote from: kalin

Why when I access  http://IP  go to  configuration page?   can I change this?

why you cannot read example on my page?

example httpd redirect with iptables:
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to BOX.IP:HTTPD_PORT



Quote from: kalin

I format my disk private,  and don´t have  Space Quota activated,  have 40GB of free space, but when i download something, say me  "Insufficient free space",  something wrong with  Space Quotas?

e2fsck or check disk from webui


Sorry if i bother you,  bout I´m newbie in this things, i try to learn,  I see your example, but I´cant delete that Prerouting,  i use iptables -L -t nat to see the chains, but nothing,  please give a little help.

About my Disk,  i do a check and is OK.

Cheers.
8  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 23, 2008, 00:07:18 AM
maybe read help of wput.

I swear,  i read the help before posting, now a can see de option -b  run in background  Shocked

Other Doubts!

Why when I access  http://IP  go to  configuration page?   can I change this?

I format my disk private,  and don´t have  Space Quota activated,  have 40GB of free space, but when i download something, say me  "Insufficient free space",  something wrong with  Space Quotas?

Thanks in advance.
9  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 21, 2008, 22:12:36 PM
Hi,

I unpak  wPut  in /mnt/C/sys/bin/   and works OK,  I run in Telnet,  if I close Telnet  wPut stop to upload,  how I can let wPut uploading without telnet Open?

Thanks in advance
10  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 20, 2008, 21:10:11 PM
No idea about the FTP upload but you should be able to use this firmware with that device and change the bittorrent client. Although I'm still in the process of doing this.



Thanks,  the firm works OK,   Grin

I dont have any idea about change the client,  and my experince with linux is poor,  but i try to learn  Wink with your help maybe I can do it!!  Grin

Cheers
11  SMC EZ Connect Storage (SMCWAPS-G), Micronica MGB100 Wi-Fi Hard Disk, Level One WAP-0007 and compatible / Firmware / Re: MGB111 update on: April 20, 2008, 20:51:28 PM
Hi,

I´m new in this,  and have a few Questions,

Can use the firm from JKR in MGB 111 PE-4088?

Is possible to change the bittorrent client?

Is possible add Jobs to FTP upload?

Thanks in advance

Cheers

Sorry my bad english  Wink
Pages: [1]
English Steel 1.6 © Saxon North Technologies
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.176 seconds with 24 queries.