NASLite Network Attached Storage

www.serverelements.com
Task-specific simplicity with low hardware requirements.
It is currently Fri Apr 19, 2024 7:11 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
PostPosted: Sun Sep 18, 2011 10:21 am 
Offline

Joined: Mon Jun 22, 2009 2:48 pm
Posts: 35
Hi again!
OK! I have looked at this for a while now but can't get anywhere....
I click on "Administrater NASLite-M2" and it doesn't go anywhere....?
I have TELNET actiivated in Windows 7 but it doesn't seem to help...?

I am trying to cut out the need for connecting to a monitor all the time and avoid using telnet in Windows...

Can someone tell me how to fix it so I can administrate NASLite-M2 from the web interface...

Thanks!

bookie56


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 10:30 am 
Offline

Joined: Sun May 27, 2007 5:38 pm
Posts: 517
Location: gods own country
think i understand you - let me say what i think you mean - you want to look at the nas via a web browser rather than telnet - if thats it - simple - just go to the ip address you set the box up with - will show you all the drives and much more - browse and go through each menu

if you want to access the nas login in and utils via a dos box then save this as config.vbs and run it

change the ip addy and name and password if you have changed yours

code below





ServerName = "192.168.1.66"
Username = "admin" ' Current Username
Passwd = "nas" ' Current Password

XIT = "E" ' Used to "EXIT" from NAS. (upper-case E)
YES = "y" ' Used to confirm an option. (lower-case Y)
SHUT = "8" ' Used to SHUTDOWN NAS. (number eight)

DELAY = 250 ' Minimum 500ms recommended; 1000 works well.


' --------------------------------------------------------------------
' SECTION B: Start a Shell
' --------------------------------------------------------------------
Set WshShell = WScript.CreateObject("WScript.Shell")


' --------------------------------------------------------------------
' SECTION C: Start the TELNET
' --------------------------------------------------------------------
WshShell.Run "telnet " + ServerName

' --------------------------------------------------------------------
' SECTION D: Login. ("Sleep" pauses are needed delays.)
' --------------------------------------------------------------------
WScript.Sleep DELAY
WshShell.SendKeys Username + vbLf
WScript.Sleep DELAY
WshShell.SendKeys Passwd + vbLf

WScript.Quit


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 11:24 am 
Offline

Joined: Mon Jun 22, 2009 2:48 pm
Posts: 35
Hi tony a :D
OK! I can get to almost everything via web browser using my ip address....
When you go down the menu there is the "administrater" which seems to use Telnet via the web interface, but when I click on it it comes to a "couldn't show" page....

If I try again it goes no where and it says "ieframe.dl" and just goes no where?

Does this make sense?

bookie56


Attachments:
NASLIte.png
NASLIte.png [ 209.06 KiB | Viewed 38129 times ]
Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 11:27 am 
Offline

Joined: Mon Jun 22, 2009 2:48 pm
Posts: 35
Hi again!
BTW if I copy the link it gives "telnet://192.168.1.***/" I thought that with Telnet on Windows 7 you need to write open and then the IP address for Telnet to work?

bookie56


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 11:39 am 
Offline

Joined: Sun May 27, 2007 5:38 pm
Posts: 517
Location: gods own country
not sure what happening with you - this is what i get - have you enables telnet - by default it is off in windows 7 - control panel - programs and features - add microsoft stuff - make sure telnet client is ticked

i bypass the browser method by running the script i posted - does the same but is easier - imo - just a shortcut on the desktop


Attachments:
nas.png
nas.png [ 170.36 KiB | Viewed 38128 times ]
Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 1:16 pm 
Offline

Joined: Fri Dec 18, 2009 10:08 am
Posts: 129
Location: Sheffield UK
tony a wrote:
not sure what happening with you - this is what i get - have you enables telnet - by default it is off in windows 7 - control panel - programs and features - add microsoft stuff - make sure telnet client is ticked

i bypass the browser method by running the script i posted - does the same but is easier - imo - just a shortcut on the desktop


Tony

just a quick point are you running 32 or 64 bit W7 I get the came as above with 64 bit the browser will not open a telnet session (I guess it will not launch what I suspect is a 32 bit app I hadn't thought about it before as I have a work arround but it may be worth trying with a 32 bit browser (If I can be bothered to experiment that is)), but I just do it manually instead (I find that even easier LOL).

Doug


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 1:23 pm 
Offline

Joined: Sat Nov 19, 2005 6:39 pm
Posts: 633
Location: California
It's been quite a while now ... and I don't recall a lot of detail (sorry :oops: ) ... but I think starting with Win XP, and now Win7/64, I am using "putty.exe" in "Telnet" mode. Can't remember where I donwloaded it from, but it works great. Also don't remember if I had to make any adjustments in Win7 config to get it to work.

When I do an "About" in the program I get this:


Attachments:
putty_about_screen.jpg
putty_about_screen.jpg [ 103.11 KiB | Viewed 38122 times ]
Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 1:51 pm 
Offline

Joined: Sun May 27, 2007 5:38 pm
Posts: 517
Location: gods own country
am running 64 bit on this pc - just powered one up with 32bit windows 7 on it - both work the same with NasLite - i am not running M2 - that may have some bearing - not sure but think not as the problems seem to be windows based

i have some memory of playing with telnet on the 64bit machine - copying something over from the 32bit system - i think there is a post on here saying what i did - will have a look - i will have a note somewhere of it


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 2:01 pm 
Offline

Joined: Sun May 27, 2007 5:38 pm
Posts: 517
Location: gods own country
from a post i made earlier this year

Quote:
copy telnet.exe from a 32bit version of windows 7 to C:\windows\SysWOW64\ on a 64bit version and it works

no idea why - would be interested to know


thats how i got it working


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 10:17 pm 
Offline

Joined: Sat Nov 19, 2005 6:39 pm
Posts: 633
Location: California
What "tony a" advises will likely meet your needs ... but just to be complete on my earlier post ... I just now clicked on the "Visit Web Site" button (DUH!) ... it took me to http://www.chiark.greenend.org.uk/~sgtatham/putty/


Top
 Profile  
 
PostPosted: Mon Sep 19, 2011 2:59 am 
Offline

Joined: Fri Dec 18, 2009 10:08 am
Posts: 129
Location: Sheffield UK
tony a wrote:
from a post i made earlier this year

Quote:
copy telnet.exe from a 32bit version of windows 7 to C:\windows\SysWOW64\ on a 64bit version and it works

no idea why - would be interested to know


thats how i got it working


Just Knew that I had seen it somewhere just to lazy to look LOL

Doug


Top
 Profile  
 
PostPosted: Mon Sep 19, 2011 9:27 pm 
Offline

Joined: Sun Apr 02, 2006 9:05 pm
Posts: 1688
Location: Up State NY in the USA!!!!
Start > Run > (type) telnet 192.168.1.xxx and hit enter.

Mike


Top
 Profile  
 
PostPosted: Tue Sep 20, 2011 3:11 am 
Offline

Joined: Mon Jun 22, 2009 2:48 pm
Posts: 35
Hi folks :)
Wow! you have been busy without me....lol
Thanks for all the info....I actually use the 32bit vesion of Internet Explorer 9 , but no dice. Firefox, 6.0.2 on the other hand opens a window and wants me to choose the program for opening the link from NASLite interface...but even though I know telnet.exe is in system32 firefox can't see it? Almost all programs in system32 are visible but not telnet.exe?

I am wondering if it is another webrowser causing the problem...sorry, I mean I have all web browsers installed for building and testing web site in Dreamweaver....saw something about apple software causing problems......

bookie56


Top
 Profile  
 
PostPosted: Tue Sep 20, 2011 4:07 am 
Offline

Joined: Sun May 27, 2007 5:38 pm
Posts: 517
Location: gods own country
not sure what you are saying - see my fix above - it works


Top
 Profile  
 
PostPosted: Tue Sep 20, 2011 5:14 am 
Offline

Joined: Mon Jun 22, 2009 2:48 pm
Posts: 35
Hi tona a :D
No probs...I don't know what I am saying half the time.....going senile in my old age....

I will try your fix...thanks!

bookie56


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 67 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group