|
Codemaster
|
 |
« Reply #495 on: February 10, 2009, 23:55:02 PM » |
|
i search this file!!
C.tar.gz
with ssh,apache,etc etc
the file is deletet by rapidshare!
|
|
|
|
|
Logged
|
|
|
|
|
Ernst
|
 |
« Reply #496 on: February 11, 2009, 21:27:43 PM » |
|
Ah, I checked and found the reference to the file you want within this thread: « Reply #296 on: May 18, 2008, 18:36:40 PM » From chimbo. He posted the file to rapidshare so ask him at chimbo@freenet.de (address taken from his profile). Perhaps he can repost.
|
|
|
|
« Last Edit: February 11, 2009, 21:35:28 PM by Ernst »
|
Logged
|
|
|
|
|
ToMikaa
|
 |
« Reply #497 on: February 14, 2009, 12:18:43 PM » |
|
Hi! I have a problem with Samba on C009-M2 fw. After some minutes I cannot connect to my shared folders and I must restart smbd & nmbd to make it work again but only for some minutes.  Has anybody an idea why it's happening? This is my smb.conf: [root@airlive_nas C]# cat /etc/samba/smb.conf [global] netbios name = airlive_nas workgroup = HOMENETWORK server string = Airlive NAS load printers = no show add printer wizard = no disable spoolss = yes use client driver = yes log file = /var/log/%m.log lock directory = /var/lock max log size = 0 security = User encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd socket options = IPTOS_LOWDELAY TCP_NODELAY security mask = 0777 create mask = 0777 fstype = NTFS max smbd processes = 10 map to guest = Bad User csc policy = disable hide dot files = yes hide files = /./.*/aquota.*/ veto files = /aquota.*/ block size = 4096 guest ok = no getwd cache = Yes lm announce = yes lm interval = 120 max xmit = 8192 display charset = UTF8 unix charset = UTF8 status = no deadtime = 1 level2 oplocks = True dns proxy = no [tomikaa] comment = ToMikaa's Home Directory path = /home/tomikaa browseable = yes public = yes writable = yes valid users = tomikaa tomikaa read list = create mode = 0775 directory mode = 0775
[wrtlog] comment = Linksys WRT54GL log files path = /home/tomikaa/wrtlog browseable = yes public = yes writable = yes valid users = tomikaa tomikaa read list = create mode = 0775 directory mode = 0775
[Public] comment = Public Directory for everyone path = /mnt/Public browseable = yes public = yes writable = yes guest only = yes guest ok = yes create mode = 0777 directory mode = 0777
[USB_DISK] comment = Total USB External Disk path = /mnt/USB browseable = yes public = yes writable = yes guest only = yes guest ok = yes create mode = 0777 directory mode = 0777
[Configure] comment = Configure for Storage AP path = /var/config/Configure browseable = yes public = yes writable = no guest ok = yes create mode = 0775 directory mode = 0775
|
|
|
|
« Last Edit: February 14, 2009, 12:21:16 PM by ToMikaa »
|
Logged
|
|
|
|
|
Ernst
|
 |
« Reply #498 on: February 14, 2009, 14:17:27 PM » |
|
In smb.conf change 'deadtime = 1' to 'deadtime = 0'.
Your current setup implies that after 1 minute non-active shares are disconnected. For some reason both the original firmware and others set this to 1 minute. Setting it to 0 means no deadtime.
Ernst
|
|
|
|
|
Logged
|
|
|
|
|
schufti
|
 |
« Reply #499 on: February 14, 2009, 23:01:05 PM » |
|
Hi, in general no deadime means (lots of) open connections. (lots of) open connections mean (lots of) used memory .... not a good thing with these limited resources ...
I have the default setting an no problems connecting to my box, whenever ....
schufti
|
|
|
|
|
Logged
|
I won't answer posts or PMs about repair/recovery after bad flash until proven that the wiki was read and followed! find all my MGB100 files here, pass: mgb100
|
|
|
|
marc.aronson
|
 |
« Reply #500 on: February 24, 2009, 04:16:03 AM » |
|
First, thanks for the great firmware. I am using it on my Airlink101 ANAS350 and so far I'm using it to create custom Samba share names, run NFS and ssh. I am running into a problem and I am hoping to get some help with.
I've installed openssh and have gotten to the point were I can successfully "ssh" into my box, as long as I do so from inside my own network. As soon I try to connect from outside my network, I get a network timeout. I have set up my router to forward a port to my box's port 22 and I've confirm that port-forwarding on my router works. Another data point that I think is important:
1. When I ping 192.168.0.11, I get the message "192.168.0.11 is alive!" 192.168.0.11 is a host inside my local area network.
2. If I "ping" an IP address that is outside my local area network, I get the message "ping: sendto: Network is unreachable".
My guess is that there is some configuration change I need to make to enable access outside my network, and that once I make that change, I will be able to "ssh" to my box from the outside world. Any help on I need to do would be greatly appreciated -- thanks!
Marc
|
|
|
|
|
Logged
|
|
|
|
|
marc.aronson
|
 |
« Reply #501 on: February 24, 2009, 04:52:38 AM » |
|
A quick update. After some more searching I found at that by doing "route add default gw 192.168.0.1 netmask 0.0.0.0", I am now able to successfully ping servers that are outside my local area network. (192.168.0.1 is the IP address of my router / gateway) Unfortunately, I am still unable to ssh into my airlink101 box from outside my network. Any ideas / suggestions would be greatly appreciated.
Marc
|
|
|
|
|
Logged
|
|
|
|
|
marc.aronson
|
 |
« Reply #502 on: February 27, 2009, 05:02:17 AM » |
|
Problem solved -- pilot error. I've assigned the unit a static IP address and when I configured it through the GUI, I mis-typed the gateway's IP address. Once I fixed that everything worked. The "route add" in my previous post is not necessary.
This is amazing stuff -- I really want to say "thank you" to everyone that pulled this together. I am amazed at how much I can run on that little box that is only drawing 4 watts of power:
1. UPNP / DLNA server (ushare)
2. SSH with full support for encrypted tunnels, port forwarding and secure ftp-like download via winscp / scp-protocol.
3. Customized samba share names so that things make more sense for my windows clients.
4. NFS mount'able for access from my linux server.
Thanks again or the great work!
Marc
|
|
|
|
|
Logged
|
|
|
|
|
ketty_yijun
|
 |
« Reply #503 on: March 19, 2009, 19:48:22 PM » |
|
First, thanks for the great firmware. I am using it on my Airlink101 ANAS350 and so far I'm using it to create custom Samba share names, run NFS and ssh. I am running into a problem and I am hoping to get some help with.
Hi, marc.aronson, i'm using Airlink101 anas350,too.could you tell me which gui you use for it? and how did you install it? i tried to install ovislink400b4 which i downloaded from mgb111.pradnik.net but did not go through. then i tried u65gui.img. i did install it from recovery mode. but this gui freeze once i click on the upnpsetting. and after i install u65gui.img, i could not go back to my ANAS350_400a7 anymore nor any other fw. please point me to the right direction, thanks.
|
|
|
|
|
Logged
|
|
|
|
|
vivshank
|
 |
« Reply #504 on: March 20, 2009, 02:00:41 AM » |
|
ketty_yijun: hi, im not sure if you can go back to recovery mode, but that's the way to install the original firmware. as for joker's firmware (from mgb111.pradnik.net) all you have to do is upload the .bin files from the gui. i tried the m-series and it worked flawlessly for me.
|
|
|
|
|
Logged
|
|
|
|
|
ketty_yijun
|
 |
« Reply #505 on: March 24, 2009, 18:33:02 PM » |
|
question regarding WebUI torrent config hack. after i change IP.URZADZENIA to my box IP, where i put the html file? i use the btorrent program that comes with c009-m2. thanks.
|
|
|
|
|
Logged
|
|
|
|
|
carlosgs
|
 |
« Reply #506 on: March 30, 2009, 20:23:18 PM » |
|
Hello everybody again! First of all, I don't know how to help any of the last posts :-S
I was wondering how can I change the password of the root user... There is a command in linux, but it isn't in the box (passwd)
Also, I don't know how to edit the FTP users through telnet :-S
Thank you very much for your help, I have been using the box as an HTTP server and it works very well :-D
|
|
|
|
|
Logged
|
|
|
|
|
JoKeR
|
 |
« Reply #507 on: March 31, 2009, 07:28:09 AM » |
|
I was wondering how can I change the password of the root user... There is a command in linux, but it isn't in the box (passwd)
WebUI->Misc->Login setting
|
|
|
|
|
Logged
|
|
|
|
|
ketty_yijun
|
 |
« Reply #508 on: March 31, 2009, 17:53:11 PM » |
|
i rebranded my anas350 and flashed with levelone latest firmware R4.00b8_0224. after that, i can not access my recovery mode page, nor flash with other gui. seem like it closed the recovery loader. anybody knows how to enable it? thanks.
|
|
|
|
|
Logged
|
|
|
|
|
carlosgs
|
 |
« Reply #509 on: April 03, 2009, 20:31:30 PM » |
|
I was wondering how can I change the password of the root user... There is a command in linux, but it isn't in the box (passwd)
WebUI->Misc->Login setting It doesn't work for me It says: Invalid password! And the password is the default one :-S
|
|
|
|
|
Logged
|
|
|
|
|